Dons Deals

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 30 January 2013

DDClient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Services' free DNS service - Using with Dyn DNS

Posted on 14:43 by Unknown
I installed DDClient on my Caos Linux Web Server from the Smart App Manager. I used the Caos version. There is another one there too, but I thought that the Caos version might work better in Caos. I set it up from the instructions in the ReadMe file that came with the Download on the Dyn.com DNS Site. And made a config file on the Dyn Site. It ran like is should in the Terminal. After Reboot, I was not sure it if Auto Started...

So, I ran the Start Command for DDClient and it was already running. So, looks like I'm good with Auto Start on my Caos Linux Server. But, I will have to wait until the next IP Address Update from my ISP to see if it is communicating with Dyn DNS, like it should. Here is the Terminal Output for two commands I ran...

Don

[root@bishopco /]# /etc/rc.d/init.d/ddclient start
Starting ddclient:ddclient is running (1995)                            skipped
[root@bishopco /]#

 

Here in some info and links on ddclient... 

ddclient / Wiki / Home

Index

  • Index
  • Important notice
  • Introduction
  • News
  • Installation
  • Configuration
  • Documentation
  • Help and bugreporting

Important notice

There are a few changes coming.
  • Because of some recent personal changes I'm not having enough time to work on this project any more. There are only some obvious bugreports which get solved quickly but others stay there forever.
  • Dyndns decided to change their business model and they stopped offering free account. It made me decide to make dyndns less important for ddclient.
  • Sourceforge decided to retire the hosted apps which means this trac environment will come to an end. A backup of the old trac can be found on http://ddclient.tisnix.be but all usefull data will be moved to the new environment.

Introduction

DDclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Services' free DNS service. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways. Check the configuration pages to find how to do this.
According to cudeso.be:
DDclient is a small but full featured client requiring only Perl and no additional modules. It runs under most UNIX OSes and has been tested under GNU/Linux and FreeBSD. Supported features include: operating as a daemon, manual and automatic updates, static and dynamic updates, optimized updates for multiple addresses, MX, wildcards, abuse avoidance, retrying failed updates, and sending update status to syslog and through e-mail.

News

All news can be found on the news page but this are the lastest messages
  • Important notice: changes are coming
  • Ddclient 3.8.1 is finally released
  • Preparing for a new release
  • Ddclient website moved to trac
You can also check the mailinglist to find out what's going on.

Installation

Most distributions have a recent version of ddclient. Use it unless you really need the latest version. On debian-based systems you can run apt-get install ddclient and it will install ddclient. Unless there is a good reason, you should't use the download link.
Download ddclient-3.8.1.tar.gz
Ddclient doesn't have an automatic installation procedure. Get the tar-file from using the download button and untar it. Copy the perl script to your favorite location (ex. /usr/sbin)
and create a /etc/ddclient/ddclient.conf configuration file. Don't forget to create the cache directory.
If you want the bleeding edge of ddclient, you can access the latest version using svn. Instructions can be found on the code section.
When upgrading just replace the ddclient file by the one from the package, read the release notes and modify the cache file.

Configuration

If you installed ddclient by using the installer of your distribution, it probably already asked you some questions and prepared a useful config file.
There are a few configuration examples provided which you can copy to /etc/ddclient/ddclient.conf and modify. More info about the configuration can be found on the usage page. There's also a sample configuration delivered with ddclient.
A typical configuration like:
# /etc/ddclient/ddclient.conf  #  protocol=dyndns2  use=web  login=mylogin  password=mypassword  myhost.dyndns.org  
You can run ddclient as /usr/sbin/ddclient -daemon 300 -syslog and put it in your startup scripts. There are samples of startup scripts provided with ddclient. Most distributions provide a generic startup sample. You can change it to work with ddclient. As there are to many different distributions, ddclient doesn't maintain all of them.

Documentation

The documentation about the configuration has been split into three sections. The usage page describes the most parts of the configuration while the supported protocols page describes the protocol-specific options. If you want to know how to use ddclient with your router, check the supported routers.
Debugging ddclient looks pretty hard but it isn't. First try to put as less as necessary in your configuration. Try to run
./ddclient -daemon=0 -noquiet -debug  
and check the result. Try to add the features you need and check it again.
Once you're happy with the result, run it as a daemon.
If this doesn't work for you, there are a few places where you can look for help. If you need any help in configuring ddclient,
You could try ddclient --help. It should give you all the possible configuration options so.
If you think your configuration is correct, but ddclient doesn't work as you expected, you can enable debug and verbose messages by running
ddclient -daemon=0 -debug -verbose -noquiet  
We know the manual is not very clear, you have to read the example configurations included in the tar-file or you can run ddclient --help to get more help.

Help and bugreporting

If you need extra help, have any bug to report, an enhancement to submit or a feature request, you can create a new ticket or use the ddclient mailing list. Please only post bugs against the latest version of ddclient. The old tracking system can be found on the project page.

Related

Wiki: usage
Wiki: protocols
Wiki: routers

Go there...
http://sourceforge.net/p/ddclient/wiki/Home/

Dyn DNS & Domains - I use for Domain Name Fowarding
DDNS
Support - Dyn
Current IP Check
Update Client Configurator | My Dyn Account
Dyn Update Clients - Dyn
Linux Update Clients - Dyn
Open Port Tool | My Dyn Account
DynDNS.com - Support -- Tools -- Secret Registration
Dyn Email Test Tool | My Dyn Account
Linux Update Client: ddclient - Dyn
ddclient / Wiki / Home

Read More
Posted in | No comments

Web, the Open Source Web Browser, by Gnome

Posted on 12:25 by Unknown
Introducing, Web. No, not the Internet... The Open Source Web Browser, by Gnome...

Don

Design/Apps/Web - GNOME Live!

Web

Contents

  1. Web
    1. Introduction
    2. Participants
    3. Status
    4. Objectives
    5. Constraints
    6. Relevant Art
    7. Discussion
    8. Tentative Design
    9. Comments
    10. See Also

Introduction

A simple, clean, beautiful view of the web.

Participants

Design: WilliamJonMcCann, JakubSteiner

Development: XanLopez, ClaudioSaavedra, DiegoEscalanteUrrelo

Status

  • Needs design

    Design in progress

    Needs implementation

    Implementation in progress

    Stable

Objectives

Primary

  • Focus on the current page content
  • Provide inter page navigation
  • Support:
    • Printing
    • Saving page as PDF
    • Sharing links easily
  • Integrate web search functionality
  • Support in page search
  • Support page multi-tasking without reloading content, interrupting active sessions, or losing form data
  • Displaying page view history
  • Clearing page view history
  • Saving form submission data
  • Saving web usernames and passwords
  • Provide a reminding function for things to do/read later
  • Identify pages as important so they may appear more prominently in search results
  • Make it very easy to reopen a closed page
  • Provide a way to turn a page into an application
  • Use the OS notification system for page notifications

Read More...
https://live.gnome.org/Design/Apps/Web

GNOME’s Open Source Web Browser Called Web
Is GNOME's Open Source Web Browser Ready for the Masses? | The VAR Guy
Design/Apps/Web - GNOME Live!

Read More
Posted in | No comments

Sunday, 27 January 2013

TI SimpleLink TI CC3000 WiFi module and Vincent's Proto Board Project

Posted on 17:43 by Unknown
This is a Break Out Board for the TI SimpleLink TI CC3000 WiFi module by Vincent J Geisler, on GitHub...

Don

Go there and download...
https://github.com/VincentJGeisler/CC3000

TI SimpleLink TI CC3000 WiFi module and Vincent's Proto Board Project
A breakout board for a tiny WiFi chip
Finally, TI is producing simple, cheap WiFi modules
Mesh and IP Networks - Wi-Fi (IEEE 802.11 / WLAN) - CC3000 - TI.com
Self-contained Wi-Fi module simplifies Internet connectivity | EDN
VincentJGeisler/CC3000 · GitHub

Read More
Posted in | No comments

Tuesday, 22 January 2013

Tutorial on how to update from Fedora 17 to Fedora 18 with FedUp

Posted on 09:34 by Unknown
Here's a quick Tutorial on how to update from Fedora 17 to Fedora 18 with FedUp...

Don

How To Upgrade From Fedora 17 To Fedora 18 With FedUp (Desktop & Server)

Version 1.0
Author: Falko Timme <ft [at] falkotimme [dot] com>
Last edited 01/21/2013
This article describes how you can upgrade your Fedora 17 system to Fedora 18 with the help of the Fedora Updater (FedUp). The upgrade procedure works for both desktop and server installations.
I do not issue any guarantee that this will work for you!

1 Preliminary Note

The commands in this article must be executed with root privileges. Open a terminal and log in as root, or if you log in with a regular user, type
su
to become root.
Please make sure that the system that you want to upgrade has more than 600 MB of RAM - otherwise the system might hang when it tries to reboot with the following message (leaving you with an unusable system):
Trying to unpack rootfs image as initramfs...

2 Upgrading To Fedora 18 (Desktop & Server)

Read More...
http://www.howtoforge.com/how-to-upgrade-from-fedora-17-to-fedora-18-with-fedup-desktop-and-server

Fedora Project
Fedora Project
Fedora Forum
Fedora Solved
Fedora Weekly News
Planet Fedora
Join Fedora!

Read More
Posted in | No comments

Tuesday, 15 January 2013

GRUB2 runlevel 3 – Howto Change runlevel on GRUB2

Posted on 20:02 by Unknown
Here's a great Article on How to Change Run Levels in Grub2.... 

Don

GRUB2 runlevel 3 – Howto Change runlevel on GRUB2

Updated by JR on Jan 25, 2012 in CentOS, Fedora, Linux, Red Hat (RHEL) | 2 comments
This is quick guide howto change runlevel on GRUB2.

(Skipping on down. Read the rest on his page at the link below...)

1. GRUB2 Default Screen

Press arrow key when you see GRUB. Select (highlight) kernel to edit and press 'e'.

2. Add unlevel parameter on Linux line

Goto 'linux' line with arrow keys, then press 'end' button to get end of line (or move cursor to end of line with arrow keys). Write space and your runlevel number end of line. Here I use runlevel 3.

3. Boot to selected runlevel

Press Ctrl+x or F10 to boot (esc to cancel).

Go there...
http://www.if-not-true-then-false.com/2012/howto-change-runlevel-on-grub2/

Related posts:

  1. Nautilus "Open in Terminal" on Fedora/CentOS/Red Hat (RHEL)
  2. Apache Userdir with SELinux on Fedora 17/16, CentOS/RHEL 6.3/5.8
  3. Install MongoDB 2.0.6 on Fedora 17/16, CentOS/Red Hat (RHEL) 6.3/5.8
  4. Opera 12.11 on Fedora 17/16, CentOS/Red Hat (RHEL) 6.3/5.8
  5. Install Memcached on Fedora 18/17, CentOS/Red Hat (RHEL) 6.3/5.8















 
 
 
 
Fedora Linux Grub1 and Grub2 Changing Runlevels at Boot Time
Google Custom Search
DonsDeals: Fedora Linux, Changing Runlevels at Boot Time
DonsDeals: Fedora 13 Booting into Single-User Mode
DonsDeals: How To: Install ATI Catalyst (fglrx) Drivers - I fixed my Broken ATI Driver this way too.
DonsDeals: Changing Run Levels in Fedora at Boot Time...
E.8. Changing Runlevels at Boot Time
How to Change Runlevels — Fedora Unity Project
GRUB2 runlevel 3 – Howto Change runlevel on GRUB2
Fedora Linux Grub2 Changing Runlevels at Boot Time - Google Search

Read More
Posted in | No comments

Copyright Trolls Strike Again! - Your video is blocked in some countries - YouTube

Posted on 18:08 by Unknown

Well, the Copyright Trolls Strike Again! And this time it's at me!:( I have had this nice little video up for several years now. It's of the Christmas Show of 2009. Here in my Town. A mix of Video and Pics that I shot, in my Yard. At first, it had more video than music. I just had one song. Bing Cosby's White Christmas. But, the video kept on going after the song and I never liked that. But, everything was just fine with YouTube since 2009 till about 2011. Then, last year. I found some great old Christmas Music on Archive.org here (http://archive.org/details/AChristmasSlideShow-HappyChristmas2012.V1.AudioTrackIsBingCrosby) and here (http://archive.org/details/ChristmasCommandPerformance). So, I know that it is in the Public Domain and free for Public use. So, I added it and some more of my Pics to the Slide show in the Video to make it better. Since then, I've had this Copyright Notice on my YouTube Page. It's not Blocked all together. Just in Certain Countries. Why should I care. Well, this stops me from being able to Monetize my YouTube Page. Ya, Like I would actually make any money on it!... But, the thing I actually do care about, is... Everyone else get's to put up much longer videos. Up to an hour, if I remember right. And I'm still stuck wit the 10 minute limit, because of this, "Copyright Notice". And I have some long videos of me Replacing the Wheel Bearings on my 1976 Chevy Blazer 4x4. That I really want to put up. And I don't have time to Edit several days of video footage, down to 10 minute clips. Nor do I wan to. I have plenty of music of my own that I could use. I'm  a Singer Song Writer and have two Albums that I recorded and own the Copyrights on. I give my music away on my Web Site, at http://www.donsongs.com/. Check it out, if you like and download away!:) But, I really like the way the songs fit the video and the messages of the songs really go with it better than any of my music would. So, I could Contested the Copyright Claims. And actually a couple of them were released (see info below). But, most of them were not released. And this kills the whole deal. I could Contest them again. As it says on my Video Admin Page on YouTube. But, Check out what it says, when you click on the link!!!

"Appeal reinstated claim
Are you sure you want to appeal?
You will be required to provide your contact information to the claimant. An appeal will result in either: the release of a claim on your video OR a legal copyright notification from the claimant. In this event your video will be taken down and you will receive a copyright strike on your account. If you have received additional copyright strikes, this may suspend your YouTube account Learn more To appeal a reinstated claim, you'll be asked to verify your account, if you haven't already, and explain the basis for your appeal in detail."

So, I doubt that the rest of these Trolls will let go of that tiny little golden nugget. Even though, holding it stops them from being able to get their hands out of the Cookie Jar, long enough to even Eat the Cookie! They are cutting off the Ears of their Customers to Spite their own Faces! How's your Sales been since you started attacking your Customers!?!?!? So, thank you Copyright Trolls! For hounding the fun out of everyone on
YouTube and restricting things that you don't even Own!!!:) 

So, I guess I will end up taking the video down and Re-Editing it to go with my Own Music, after all...

Don




Video Link (while it's still up)...
http://www.youtube.com/watch?v=lFK5DscoEns

  • Copyright Notice

Dons Snow Video Christmas Eve 1PM to Morning 9AM Azle TX 12-25-09

Your video is blocked in some countries.
Your video may include music that is owned by a third party.

Here are the details:

To learn more about how claims impact your videos click here


Go there (may not work, is in my Admin area)...
http://www.youtube.com/copynotice?video_id=lFK5DscoEns&feature=vm

Appeal reinstated claim

Are you sure you want to appeal?
You will be required to provide your contact information to the claimant.
An appeal will result in either:
  • the release of a claim on your video
  • OR a legal copyright notification from the claimant. In this event your video will be taken down and you will receive a copyright strike on your account. If you have received additional copyright strikes, this may suspend your YouTube account Learn more

To appeal a reinstated claim, you'll be asked to verify your account, if you haven't already, and explain the basis for your appeal in detail.

Go there (OR NOT)...
http://www.youtube.com/copynotice?action_appeal=1&video_id=lFK5DscoEns


Also, I found a new Beta Audio Editing Feature for YouTube Videos here (in my Admin area)...

http://www.youtube.com/audio?v=lFK5DscoEns&feature=mhsn

Looks like I could just delete one song by Peggy Lee. Which I know is in the Public Domain. If it works, that is. I know that this portion of my original Audio was one continuous Audio file. So, this Beta Audio editor would have to find the beginning and ending of one song in the midst of a non stop Medley of Songs. To get the Audio Edit right. Not likely, for an Automated Computer Audio Editing Online App. And Then the Trolls would be somewhat satisfied. I guess... As long as they get to Advertise on my Video. Advertising is not a Problem to me. But, this is a complete mess for sure!

Ok, I did it! I deleted the Peggy Lee song, Snow. Which actually has Bing Crosby and two other ladies from the Holiday Inn (White Christmas) Movie singing the song. Peggy Lee may have sung on the Sound Track. I don't know. But, I think it was the Actors in the Movie, singing in this recording. I remember it well, cause I've seen the movie many times. Ever since I was a kid. And I'm now 56. I can see the scene and hear it like I was watching the movie now. What a big bunch of K-Rap in the Snow!!! Soon, you will be able to watch my video with a big 2 minute blank Space in the Audio! Happy Holidays Trolls!!!

Don

Remove a Song - Beta 4 tracks found in your video

I Like a Sleighride (Jingle Bells) Peggy Lee
Ads may appear on your video due to the presence of this song. Removing this song may remove ads from your video. Learn more

White Christmas BING CROSBY
Ads may appear on your video due to the presence of this song. Removing this song may remove ads from your video. Learn more

Rudolph the Red Nosed Reindeer Dean Martin
Ads may appear on your video due to the presence of this song. Removing this song may remove ads from your video. Learn more

Snow Peggy Lee
Your video is blocked in some countries due to the presence of this song. Removing this song may unblock your video globally. Learn more


Here's some links to my Free Music - DonSongs Living Beings Don Bishop Music MP3s Poems Lyrics


Playlist.com | donsongs's playlist
Playlist | LivingBeings-ClimateControl | Manage Playlist Songs
DonSongs Living Beings Don Bishop Music MP3s Poems Lyrics
Free MP3 Downloads - Living Beings - Climate Control
Playlist.com | LivingBeings-ClimateControl
Christian Music Underground (CMU) : Free Audio : Download & Streaming : Internet Archive
Living Beings - Climate Control : Don Bishop : Free Download & Streaming : Internet Archive
DonSongs 002 MP3
DonSongs 002 Album : Don Bishop : Free Download & Streaming : Internet Archive
DonSongs Living Beings Don Bishop Music MP3s Poems Lyrics
DonSongs 002 MP3
Free MP3 Downloads - Living Beings - Climate Control
DonSongs 002 : Don Bishop : Free Download & Streaming : Internet Archive
Index of ftp://bishopco.homeip.net/pub/Dons-Music/
Don Was Here! : Living Beings Climate Control

Read More
Posted in | No comments

A guide to teaching NoSQL databases to undergraduate students - opensource.com

Posted on 14:48 by Unknown
This Article has some interesting info on and on teaching about NoSQL Databases...

Don

Posted 14 Jan 2013 by Luis Ibanez

Image by opensource.com

In two recent posts, we described a set of tutorial sessions teaching open source NoSQL databases at SUNY Albany. These practical sessions covered:

  1. MongoDB: a document database
  2. Neo4j: a graph database
  3. M: a hierarchical database 

The tutorials were prepared online using Sphinx and where planned to be executed as hands-on exercises by students in just about one hour each. The tutorials were delivered in two undergraduate Database classes with instructors Dima Kassab and Alex Jurkat, and one group in the MBA program, with instructor Shobha Chengalur-Smith.

From the class reviews made by the students at the end of the semester, we gathered that they appreciated three main aspects of these exercises:

  • Having practical sessions to interact with database concepts.
  • Using a server with a preconfigured database along with web-based tutorial materials.
  • Having external visitors sharing and assisting with the class.

There are two aspects worth highlighting on the practical nature of the exercises. On one hand, they illustrated how several of the database concepts that students have learned in class, applied to real-world situations. Particularly in the case of MongoDB as used for document management, and in the case of M as used as a standard NoSQL database in healthcare and financial applications. On the other hand, the tutorial sessions were structured as "lessons" where the students followed a series of step-by-step instructions and executed them at their own pace. This, of course, meant that some of the students finished the exercises very early, while others had to continue with the exercise in the days following the class. This gesture of the students coming back to finish the exercises afterward, was for us a sign of successfully having managed to attract their attention to the subject.

The students worked on a simplified version of a social network— combining basic information about themselves and information about their favorite movies. Using a topic the students could relate to quickly was one of the key ingredients for getting them interested in the exercise. Also, the students were all working in the same database, meaning that as they added records to it, they could see the work of their peers. This shared resource added to the flavor of group interactive work and facilitated conditions to expose them to some of the typical challenges of databases, in particular:

  • Inconsistencies
  • Duplication
  • Race conditions

As the database was reused by subsequent tutorials, students down the line also benefited from starting with a populated database, and that grew to several hundreds of records. Thanks to the fact that we ran six sessions in total, as instructors we also got to experiment with several approaches, some that worked better than others, and converged to the following observations.

Avoid:

  • The use of the command line.
  • SSH logins to remote servers.
  • Copying files across servers.
  • Synchronized instruction (the instructor talking to all of the students at the same time)
  • Reading tutorial background material during the class

Embrace:

  • Reading the background material as homework in preparation for the practical session in class.
  • Use of web-based interfaces during the exercises. In particular the Neo4j web interface for displaying graphs, and its online console for Gremlyn.
  • Use of iPython notebook combined with pyMongo to perform interactive exercises using python, as well as with the Python bindings for M.
  • Have multiple helpers. We were lucky to count in some cases with up to four people assisting the students. For example, in Dima Kassab’s class we had her Teaching Assistant, Ocieka Bakou, and also had the help of Amir Sadoughi (from RPI), who was very kind to help us in four other sessions. The presence of multiple helpers is essential when guiding the students to follow the lessons at their own pace. The helpers found themselves going from chair to chair providing clarifications and useful hints.
  • Pre-populate the databases with a couple hundred records. This makes it easier to start with Query exercises as the first activity, then do Updates and Insertion as second activities.

The Command Line

I must say that it is unfortunate not to be able to use the command line, and that this is certainly a void that has to be filled at some point in the education of undergraduates in technology. The time available for the database class, just didn’t allowed us to take the proper time to train the students in the proper use of the command line. It is true too that the core of the class was supposed to be focus on database concepts and not necessarily on the practical details of deployment. For example, the issues of security were not part of the topics that the class intended to address. This was by design.

On the front of using web-based interfaces, I can’t say enough good things about iPython Notebook. It is simply a superb tool for teaching, and I just wish I had started using it earlier. A couple of pragmatic recommendations on its use:

  1. Create notebooks for every student in advance (for example, using their names). Otherwise, you get into race conditions when 25 students are editing notebooks at the same time.
  2. Take the time to give students a quick tour of it's use before diving into the exercise.
  3. Be prepared for the wireless network to not work properly at times! (Sometimes I think networks and printers exist just to test our character.)

A final observation

The instructors discussed among ourselves the importance of having a server dedicated to the class, where instructors and students had access to play with the tools. Such a server is certainly not setup with security as its main feature, and it is fundamental to find the balance between quick usability for educational purposes and a light exposure to the realities of deploying applications in production. In our sessions we took advantage of a server in the Amazon EC2 cloud, where we set up the databases and their web interfaces. It is however costly to keep the server up on a continuous basis, so we will be exploring some of the options that Amazon offers for education.

This wrapped up our teaching sessions on NoSQL databases for 2012. We are planning on doing the sessions again during the Spring 2013 semester, and we are looking at a similar approach for the Web Development course (also during the Spring semester).

Related

  • Education for the real world: Open course on open source NoSQL databases
  • Teaching students to work on state of the art NoSQL databases
  • Introducing the OER university: 5 Questions with Wayne Mackintosh
Tags:
  • college
  • command line
  • courses
  • free course
  • instructor
  • NoSQL databases
  • open source course
  • undergraduate

Go there...
http://opensource.com/education/13/1/teaching-open-source-nosql-databases-final-lesson

Open Source NoSQL Databases
A guide to teaching NoSQL databases to undergraduate students | opensource.com
An HTML Notebook IPython — IPython 0.14.dev documentation
Informatics Department - University at Albany - SUNY - University at Albany-SUNY
OSEHR/m.js · GitHub
Design and implementation of open source NoSQL databases course | opensource.com
Linux Today - A final lesson on teaching open source NoSQL databases
Linux Today - Couchbase Unleashes Open Source NoSQL Database
Linux Today - Education for the real world: Open course on open source NoSQL databases
AWS for Education
News 01-15-13
iGoogle
Vulnerable medical devices: A clear and present danger | TechRepublic
Nokia 'hijacks' mobile browser traffic, decrypts HTTPS data | ZDNet
Work begins on bringing pioneering 1940's computer back to life | TechRepublic
Ditch the problem router and move to Wireless-N | TechRepublic
IPv6 and the Internet of Things | TechRepublic
Review: Double Driver for Windows | TechRepublic
Managing documents with CloudBerry S3 Explorer Pro | TechRepublic
Five ways Verizon is helping to drive M2M towards the future | TechRepublic
Fedora 18 finally to be released with game-changing features | TechRepublic
More Than 50 Killed as Explosions Hit Syrian University - NYTimes.com
Linux Today - RHEV upgrade saga: RHEL KVM and the Open vSwitch
RHEV upgrade saga: RHEL KVM and the Open vSwitch | ITworld
Linux Today - Options for Linux Gamers
Options for Linux Gamers | Unixmen
Hacking grandfather clock accuracy while it’s still ticking
Little sister’s turn for hobby electronic party favors
How 6502 Overflow Works
Dreams on wheels at Detroit auto show
Finds of the Week (Music Downloads, Websites for Kids, Used Computer Ideas, Free NASA eBooks, TOS - What You Need To Know)
NASA Unveils E-books on Hubble, Webb Space Telescopes
14 Ways to Make Good Use of Your Old Computer Again
$1 Per Song? No Way! 5 Cheaper Alternatives For The iTunes Store
SeenThis
Linux Today - Red Hat Nears $1 Billion In Deferred Revenue
Red Hat Nears $1 Billion In Deferred Revenue | The VAR Guy
Linux Today - A final lesson on teaching open source NoSQL databases
A guide to teaching NoSQL databases to undergraduate students | opensource.com
Linux Today - 15 Useful ifconfig Commands to Configure Network Interface in Linux
15 Useful "ifconfig" Commands to Configure Network Interface in Linux
Converting a weather station kit for wireless data harvesting
Coffee table arcade cabinet
Video - What Is Facebook Graph Search? - WSJ.com
NASA's Curiosity Rover Readying to Drill on Mars - ABC News
Achillea - Wikipedia, the free encyclopedia
Read More
Posted in | No comments

Terms of Service; Didn't Read

Posted on 11:14 by Unknown
I found a Site that Condenses Down the Terms of Service (TOS) for several Web Sites, for you. I actually scan, search and read through all Site TOS, before I join. But, this is a Pain Staking Task and I hate doing it. So, I really like this Site. I pasted a few below and you can read the rest on http://tos-dr.info/.

Check it out...


Don

“I have read and agree to the Terms” is the biggest lie on the web.  We aim to fix that.

We are a user rights initiative to rate and label website terms & privacy policies, from very good Class A to very bad Class E. Learn more…

Terms of service are often too long to read, but it's important to understand what's in them. Your rights online depend on them. Get informed about your rights: install the browser extension for Firefox, Chrome, Opera or Safari.


Latest blog

  • 19 Dec 2012Project finances for 2012 by Michiel

Ratings

  • Services
  • Topics

Facebook
No Class Yet

  • - Very broad copyright license on your content
  • → No promise to inform about government requests
  • - Facebook automatically shares your data with many other services
  • + Transparency on law enforcement requests
  • + You can give your feedback before changes
  • - No pseudonym allowed
  • → (more info on the forum)
Expand  Read the full terms

Google
No Class Yet

  • - Google can use your content for all their existing and future services
  • + Limited copyright license to operate and improve all Google Services
  • + Inform about data requests
  • + Google posts notice of changes, with a 14-day ultimatum.
  • + Transparency on law enforcement requests
  • → Partial archives of their terms are available
  • → Jurisdiction in California
  • → (more info on the forum)
Expand  Read the full terms

Yahoo!
No Class Yet

  • + Yahoo's copyright license for groups limited for purpose
  • + Yahoo's copyright license for photos, graphics, audio and video limited for purpose
  • - Terms may be changed any time at their discretion, without notice to the user
  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
  • → Your account can be suspended for several reasons
  • → You must provide your legal name upon registration
Expand  Read the full terms

Wikipedia
No Class Yet

  • + You publish your contributions under free licenses
  • + You can give comments before changes
  • + Wikipedia uses temporary session cookies
  • → (more info on the forum)
Expand  Read the full terms

twitter
No Class Yet

  • + Twitter deletes tracking data in 10 days and offers an opt-out
  • - Very broad copyright license on your content
  • + Promise to inform about data requests
  • - Critical changes to the terms with little users' involvement
  • + Transparency on law enforcement requests
  • → Twitter provide archives of their terms
  • - Third party cookies
  • → Twitter does not require cookies to function
  • - Twitter deletes your account after 30 days. It keeps the rights on your content.
Expand  Read the full terms

Flickr
No Class Yet

  • + Yahoo's copyright license for photos, graphics, audio and video limited for purpose
  • × Pro accounts cannot be canceled
  • + Flickr lets you choose a copyright license
  • → Users are subject to Yahoo!'s terms
  • + You can chose with whom you share your photo
Expand  Read the full terms

Skype
No Class Yet

  • - Terms may be changed any time at their discretion, without notice to the user
  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
  • × You cannot delete your account
Expand  Read the full terms

SoundCloud
Class B

  • + You stay in control of your copyright
  • + Collected personal data used for limited purposes
  • + 6 weeks to review changes
  • - Indemnification from claims related to your content or your account
  • + Pseudonyms allowed
  • + You can terminate your account
  • + The terms are easy to read
  • - Use of cookies and third-party cookies (opt-out)
  • - Personal information can be disclosed in case of business transfer or insolvency
  • → Jurisdiction in Germany
Expand  Read the full terms

XING
No Class Yet

  • - No pseudonym allowed
Expand  Read the full terms

GitHub
Class B

  • + You don't grant any copyright license to github
  • - Changes can happen any time, sometimes without notice
  • - You shall defend and indemnify GitHub
  • + Your personal information is used for limited purposes
  • - Your account can be suspended and your data deleted any time for any reason
  • + Transparent security practices
  • → You must provide your legal name upon registration
  • → GitHub requires cookies
  • + GitHub will notifiy you before transfering your information in event of merger or acquisition
  • → Choice of law: California
Expand  Read the full terms

Twitpic
Class E

  • × Twitpic takes credit for your content
  • - Your content is for Twitpic and their partners
  • - Reduction of legal period for cause of action
  • - You indemnify Twitpic from any claim related to your content
  • × Deleted images are not really deleted
  • → Jurisdiction in Delaware
Expand  Read the full terms

Delicious
Class D

  • - Very broad copyright license on your content, includes right for Delicious to distribute through any media
  • - Delicious can license your content to third-parties
  • × No Right to leave the service
  • - Only for personal and non-commercial use
  • - Non-transparent use of cookies and third party ads
  • - Your personal information are an asset for business transfers
Expand  Read the full terms

500px
Class D

  • - The terms can change at any time, sometimes with notice
  • - Waiver of legal actions
  • × 500px Store: Authorship
  • - You are responsible for any claim and agree to indemnify them
  • - Broad copyright license
  • × 500px Store: your account can be terminated at any time
  • + Pseudonyms allowed
  • → Open only to individual photographers and graphic artists
  • + The terms are easy to read
Expand  Read the full terms

DuckDuckGo
Class A

  • + No Tracking
Expand

App.net
No Class Yet

  • - You defend, indemnify, and hold app.net harmless in case of a claim related to your use of the service
  • - Changes can happen at any time and sometimes without notice.
  • + The copyright license you give them is "limited"
  • + You can delete your content
  • + Pseudonyms allowed
  • - You may not scrape the site
  • → App.net request feedback from users
  • + App.net provide archives of their terms
  • → App.net's terms are simple and easy to follow
  • → You are responsible for what you upload
  • → Court of law is California
  • → App.net does not take responsibility for what its users post
Expand  Read the full terms

Steam
No Class Yet

  • - Defend and indemnify Valve. Survives termination of the agreement.
  • → No refund policy
  • - Valve can cancel your account at any time.
  • + Can request review and/or removal of personally identifiable info.
  • + Notifications 30 days before changes.
  • - No transparency on law enforcement requests
  • - Trial and class action waiver
  • + Pseudonyms allowed
  • + A user can voluntarily cancel their account at any time.
  • + Your personal information is not shared with third parties for marketing purposes
  • - May share aggregate and individual user information with other parties without restriction
  • → Jurisdiction: Washington (for non-EU) and Luxembourg.
Expand

SeenThis
Class A

  • + You are free to choose your copyright license
  • + You can get your data back
  • + Right to leave the service
Expand  Read the full terms

OwnCube
No Class Yet

  • - Terms may be changed any time at their discretion, without notice to the user
  • + user data is not sold
  • - they can remove your account after complaints
Expand  Read the full terms

Microsoft
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

myspace
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

netflix
No Class Yet

  • - Terms may be changed any time at their discretion, without notice to the user
  • + Users can request access and deletion of personal info.
  • - Netflix reserve the right to disclose personal info, no notification.
  • - Netflix uses 3rd party advertisers that use tracking cookies to target ads.
  • - Lawsuit and class action waiver. Arbitration agreement. Survives termination of ToU agreement.
  • - Netflix can terminate your account for any reason without notice.
  • + You can cancel at any time.
  • - No liability is accepted for improper access to your personal information.
  • → Cookies are required.
  • → Personal info is used for advertising.
  • → Non-personal info can be disclosed in any way.
  • → Terms and privacy policy pages are organized and formatted well.
Expand

Verizon
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

couchsurfing
No Class Yet

  • - The copyright license on user data is broader than necessary
  • - Terms may be changed any time at their discretion, without notice to the user
  • - Couchsurfing keeps the license on your content, even after you close your account
  • - Couchsurfing may retain your data after deactivation for legitimate business purposes
  • - Couchsurfing becomes the owner of ideas you give them
  • + Couchsurfing informs you about the fact that you can disable cookies
  • → Couchsurfing track you
  • → Couchsurfing will pass your data on to the new company if they enter in a merger
  • → Couchsurfing may share aggregated or anonymized information that does not directly identify you.
  • → Promotional communications are opt-out
  • → You are not allowed to use a nick name
  • → Couchsurfing clearly invite you to contact their volunteer help desk
  • → You should follow the community guidelines
  • → Couchsurfing cannot blame them for disputes you have with other users
  • → Couchsurfing may close your account at their sole discretion
  • → Couchsurfing will censor the content you upload at their sole discretion
Expand

Amazon
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
  • → (more info on the forum)
Expand

Apple
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

AT&T
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

Rapidshare
No Class Yet

  • + Rapidshare uses personal information for limited purposes
  • + Rapidshare won't share information to a requesting authority without a legal basis
  • + Rapidshare does not index or open the files
  • + 4 weeks to review changes for paying users
  • × You cannot delete your account
  • + Rapidshare guarantees 99.5% availability
Expand

Dropbox
No Class Yet

  • + Transparency on law enforcement requests
  • + Promise to inform about data requests
  • → (more info on the forum)
Expand

LinkedIn
No Class Yet

  • + Transparency on law enforcement requests
  • + Promise to inform about data requests
Expand

Sonic.net
No Class Yet

  • + Delete user logs after 2 weeks
  • + Transparency on law enforcement requests
  • + Promise to inform about data requests
Expand

Comcast
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

Flattr
No Class Yet

  • → Age limit of 18
Expand

Freeforums
No Class Yet

  • - Terms may be changed any time at their discretion, without notice to the user
Expand

Nabble
No Class Yet

  • - Terms may be changed any time at their discretion, without notice to the user
Expand

Informe
No Class Yet

  • - Terms may be changed any time at their discretion, without notice to the user
Expand

Wordpress.com
No Class Yet

  • + Limited copyright license to Wordpress.com including for promotion
  • - Terms may be changed any time at their discretion, without notice to the user
  • × You cannot delete your account
Expand

WhatsApp
No Class Yet

  • → (more info on the forum)
Expand

Spideroak
No Class Yet

  • + Promise to inform about data requests
  • + Transparency on law enforcement requests
  • → (more info on the forum)
Expand

Gravatar
No Class Yet

  • × No Right to leave the service
Expand

Foursquare
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

Loopt
No Class Yet

  • → No promise to inform about government requests
  • - No transparency on law enforcement requests
Expand

Zoosk
No Class Yet

  • × You cannot delete your account
Expand

eBuddy
No Class Yet

  • × You cannot delete your account
Expand

Habbo
No Class Yet

  • × You cannot delete your account
Expand

Evernote
No Class Yet

  • × You cannot delete your account
Expand

Minecraft
No Class Yet

  • × You cannot delete your account
Expand

vBulletin
No Class Yet

  • × You cannot delete your account
Expand

RuneScape
No Class Yet

  • × You cannot delete your account
Expand

BearShare
No Class Yet

  • × You cannot delete your account
Expand

Wordfeud
No Class Yet

  • × You cannot delete your account
Expand

OLX
No Class Yet

  • × You cannot delete your account
Expand

phpBB
No Class Yet

  • × You cannot delete your account
Expand

Xfire
No Class Yet

  • × You cannot delete your account
Expand

World of Warcraft
No Class Yet

  • × You cannot delete your account
Expand

bitly
No Class Yet

  • × You cannot delete your account
Expand

Hypster
No Class Yet

  • × You cannot delete your account
Expand

videoBB
No Class Yet

  • × You cannot delete your account
Expand

reddit
No Class Yet

  • → (more info on the forum)
Expand

identi.ca
No Class Yet

  • + Content published under a free license
Expand

IFTTT
No Class Yet

  • → (more info on the forum)
Expand

Instagram
No Class Yet

  • + Limited license, but includes right for Instagram to distribute through any media
Expand


Read More...
http://tos-dr.info/

News 01-15-13
Vulnerable medical devices: A clear and present danger | TechRepublic
Nokia 'hijacks' mobile browser traffic, decrypts HTTPS data | ZDNet
Work begins on bringing pioneering 1940's computer back to life | TechRepublic
Ditch the problem router and move to Wireless-N | TechRepublic
IPv6 and the Internet of Things | TechRepublic
Review: Double Driver for Windows | TechRepublic
Managing documents with CloudBerry S3 Explorer Pro | TechRepublic
Five ways Verizon is helping to drive M2M towards the future | TechRepublic
Fedora 18 finally to be released with game-changing features | TechRepublic
More Than 50 Killed as Explosions Hit Syrian University - NYTimes.com
Linux Today - RHEV upgrade saga: RHEL KVM and the Open vSwitch
RHEV upgrade saga: RHEL KVM and the Open vSwitch | ITworld
Linux Today - Options for Linux Gamers
Options for Linux Gamers | Unixmen
Hacking grandfather clock accuracy while it’s still ticking
Little sister’s turn for hobby electronic party favors
How 6502 Overflow Works
Dreams on wheels at Detroit auto show
Finds of the Week (Music Downloads, Websites for Kids, Used Computer Ideas, Free NASA eBooks, TOS - What You Need To Know)
Terms of Service; Didn't Read
NASA Unveils E-books on Hubble, Webb Space Telescopes
14 Ways to Make Good Use of Your Old Computer Again
$1 Per Song? No Way! 5 Cheaper Alternatives For The iTunes Store
SeenThis

Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • ZigBee - a specification for a suite of high level communication protocols used to create personal area networks built from small low-power digital radios
    ZigBee From Wikipedia, the free encyclopedia Jump to: navigation , search ZigBee ...
  • Open Sorce Hardware - The Wandboard is a low cost board based on the i.MX6 multicore ARM Cortex-A9 family of processors. In consists of a core module based on the EDM standard and a simple to extend baseboard
    Here's an Open Source Wandboard - Freescale i.MX6 ARM Cortex-A9 Opensource Community Development Board. The Wandboard is a low ...
  • 1967 Chevy Camaro Complete Rebuild - Videos, HowStuffWorks Videos "NAPA Videos"
    Video Playlist - West Coast Customs Shop, Completely Tears Down a 1967 Chevy Camaro and then does a Complete Rebuild...
  • Installing and Updating GRUB 2 in Fedora Linux
    This Page has allot of info on Installing, Updating and Trouble Shooting Grub 2 in Fedora Linux. There are some good How To's for...
  • Dynaco Stereo 400 Power Amplifier - Dead Channel Fix - Dynaco Repairs For PC-28 Amplifier Boards
    My Dynaco Stereo 400 Amp... The Page Below these e-mails with Kevin Boales. Looks like the one that I found. Back in ...
  • Open source PLC's - PLC (programmable logic controller)
    Here's some Great Looking Open source PLC Projects. The OSPLC Small & Large Bricks are open-source PLC (programmable logic ...
  • Grid Compass Computer - Pioneering the Laptop
    1986-GRiD Gridcase 1520 laptop Video Link... http://www.youtube.com/watch?v=nF_VWBBE0M8&feature=related Pione...
  • Running a PXE Boot Server in Parted Magic
    Here's some good info on Running PXE Boot Server in Parted Magic... Don PXE – Parted Magic PXE PXE: the "classic" way ...
  • NetProMax PC with Motherboard P5PE-VM ASUSTeK
    Here are some links to info on the NetProMax PC with Motherboard P5PE-VM ASUSTeK ... Don ASUSTe...
  • Fly Geyser is located on the private Fly Ranch and is accessible only by a small private dirt road in Washoe County Nevada
    I found some beautiful Photographs of this Place in Nevada. It's called " Fly Geyser , also known as Fly Ranch ...

Blog Archive

  • ▼  2013 (354)
    • ►  December (12)
    • ►  November (33)
    • ►  October (23)
    • ►  September (46)
    • ►  August (52)
    • ►  July (36)
    • ►  June (45)
    • ►  May (17)
    • ►  April (38)
    • ►  March (19)
    • ►  February (22)
    • ▼  January (11)
      • DDClient is a Perl client used to update dynamic D...
      • Web, the Open Source Web Browser, by Gnome
      • TI SimpleLink TI CC3000 WiFi module and Vincent's ...
      • Tutorial on how to update from Fedora 17 to Fedora...
      • GRUB2 runlevel 3 – Howto Change runlevel on GRUB2
      • Copyright Trolls Strike Again! - Your video is blo...
      • A guide to teaching NoSQL databases to undergradua...
      • Terms of Service; Didn't Read
      • Java Vulnerability Note VU#625617 - Java 7 fails t...
      • Coreboot, formerly known as LinuxBIOS - The Soluti...
      • Rescatux and Super Grub Disk
  • ►  2012 (145)
    • ►  December (27)
    • ►  November (31)
    • ►  October (14)
    • ►  September (15)
    • ►  August (48)
    • ►  July (10)
Powered by Blogger.

About Me

Unknown
View my complete profile