Posts tagged as ' Computers ' ...
Let me begin by saying that I have a fairly complicated computer setup. First I have a Desktop, with a nice, large, high definition 20″ monitor! For practical reasons it doesn’t make much sense to carry this around with me all of them time. I also have the Livescribe Pro Charging Cradle which sits on my desk and is connected to my Desktop, allowing me to dock my pen any time to complete a download without having the pull out the mobile cradle. Next I have a 15″ Compaq Presario Laptop that is slowly aging (but still going strong)! I travel with that laptop sometimes and use it around the house when I am not at my desk. For that reason, it also needs my Livescribe data as well. Then just to complicate things more, I also have a 10″ netbook which goes with me everywhere and because it’s with me most of the time, I need to be able to access my Livescribe data on it as well. There is always the way of manually copying the Livescribe folder from one computer to another via USB flash drive. However, that takes a significant amount of time because my Livescribe data is 1GB (approximately) and it’s only going to get larger as time goes by. Also, another flaw with this method is that it requires me to remember to copy over the data folder twice. Once when I arrive at the computer and once when I leave adding a 5 minute job twice every time I want to move computers.
For reference the Livescribe Folder is located at “C:\Documents and Settings\Username\Local Settings\Application Data\Livescribe\Desktop” (on Windows XP). For Windows Vista or Windows 7, the folder is located at “C:\Users\Username\Appdata\Local\Livescribe\Desktop”. It’s not as long but since I use both Windows XP and Windows 7 between computers, it’s another path to remember. At first I thought I would create a network share (on my Desktop) and then use Offline Files to synchronize the Livescribe folder with the network share. The only problem being that I’m often switching between multiple computers very quickly and it takes time for Offline Files to synchronize because it doesn’t sync on the fly.
I started looking at various other services that allow synchronizing and was tempted to try out Windows Live Sync Beta. Thing is, I had used it several times before and one major gripe with it is that the data isn’t in the cloud so I have to have all of my computers on all the time to make sure they get the updates. This led me to dropbox.
For those of you who don’t know, Dropbox is a file synchronization software that has a huge back-end within the cloud. It uses Amazon’s popular S3 service for data and allows each free user 2GB of space. Also, if you haven’t signed up for Dropbox yet and would like to, if you sign up using my link, we will both get and additional 250 MB free. This is plenty of room for syncing the Livescribe data at least for now. So what Dropbox does is sync any files within your Dropbox folder with all of your computers and devices. I know what you’re thinking. The problem here is that Livescribe Desktop expects it’s folder to be at a specific location and that location isn’t your Dropbox folder. Of course, Dropbox can only sync files that are within your Dropbox Folder and the Livescribe Data folder certainly isn’t there…
So then here’s the solution! It’s called symlinks. Symlink is short for Symbolic Link. Now what does Symbolic Link mean?
In computing, a symbolic link (also symlink or soft link) is a special type of file that contains a reference to another file or directory in the form of an absolute or relative path and that affects pathname resolution. Symbolic links were already present by 1978 in mini-computer operating systems from DEC and Data General’s RDOS. Today they are supported by the POSIX operating-system standard, most Unix-like operating systems such as Mac OS X, and also Windows operating systems such as Windows Vista, Windows 7 and to some degree in Windows 2000 and Windows XP.Symbolic links operate transparently for most operations: programs which read or write to files named by a symbolic link will behave as if operating directly on the target file. However, programs that need to handle symbolic links specially (e.g., backup utilities) may identify and manipulate them directly.– From: Wikipedia contributors. “Symbolic link.” Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 19 Aug. 2010. Web. 1 Sep. 2010.
Basically that means that a Symbolic Link will allow us to store data somewhere and make it appear seamlessly to be somewhere else. This is the solution to using Dropbox with Livescribe Desktop. All we have to do is move the Livescribe Desktop folder to the Dropbox folder and then Symlink it to it’s normal location!
In addition to Dropbox and Livescribe Desktop you will need the free Junction Utility from Microsoft Sysinternals. Go ahead and download that now. I’ll wait!
Before we begin, I should add that all commands that must be entered in the command prompt are surrounded by “”. You don’t need to the enter those ones but any of them within the code itself is imperative to enter.
All right! Let’s go!
First you need to decide if you are on Windows XP or on Windows Vista/Windows 7. While the directions are very similar, there are several key differences between them. Windows XP directions will come first, followed by Windows Vista/Windows 7. Please remember that in all of the directions you have to replace Username with your own username.
Transfer your Livescribe Data to Dropbox if it is on a Windows XP Computer
- Remember that download I had you make? Well it was a zip file. Unzip the zip file and move the junction.exe file to “C:\Windows\System32\”.
- Open Windows Explorer to your Livescribe Data Folder: “C:\Documents and Settings\Username\Local Settings\Application Data\Livescribe”. Move the folder “Desktop” from the Livescribe Folder to your Desktop.
- Exit Livescribe Desktop
- In another Windows Explorer window, open your Dropbox folder, usually: “C:\Documents and Settings\Username\My Documents\My Dropbox”.
- Now make a new folder named “Livescribe” in the “My Dropbox” folder.
- Move the “Desktop” folder to the “Livescribe” folder in your “My Dropbox” folder. Dropbox will now start indexing and uploading your data. Depending on your connection speed and amount of data, this may take several hours.
- Open command prompt. This is done by clicking the start button, clicking run, typing in cmd and pressing enter.
- In the command prompt type in “junction” and press enter. You may see a license agreement. Click “I agree” to continue.
- In the command prompt now type in “junction “C:\Documents and Settings\Username\Local Settings\Application Data\Livescribe\Desktop” “C:\Documents and Settings\Username\My Documents\My Dropbox\Livescribe\Desktop”". This will symlink your Livescribe Desktop folder back where it belongs.
- You can delete the backup of the Desktop folder on your Desktop at this point, if you so choose.
- At this point you just successfully transferred your Livescribe Desktop folder to your Dropbox account. Just remember to only have Livescribe Desktop running on one computer at a time and your data should remain intact. However, there is no way I can guarantee that and you should always keep backups. I am not liable if you lose your data.
Use Your Livescribe Data in Dropbox with Another Install of Livescribe Desktop on Windows XP
- If this computer doesn’t already have Junction on it, download it and then unzip the zip file and move the junction.exe file to “C:\Windows\System32\”.
- Set up Dropbox on the computer. Your data may take some time to download especially if you have a very full Dropbox.
- Exit Livescribe Desktop.
- Open Windows Explorer to your Livescribe Data Folder: “C:\Documents and Settings\Username\Local Settings\Application Data\Livescribe”.
- Delete the folder “Desktop” that is within.
- Open command prompt. This is done by clicking the start button, clicking run, typing in cmd and pressing enter.
- In the command prompt type in “junction” and press enter. You may see a license agreement. Click “I agree” to continue.
- In the command prompt now type in “junction “C:\Documents and Settings\Username\Local Settings\Application Data\Livescribe\Desktop” “C:\Documents and Settings\Username\My Documents\My Dropbox\Livescribe\Desktop”". This will symlink your Livescribe Desktop folder back where it belongs.
- At this point you have successfully setup Livescribe Desktop on another computer to access your Livescribe data stored in Dropbox. Just remember that Dropbox can’t sync that data while Livescribe Desktop is open so after exiting it, give it a few minutes to finish syncing.
Transfer your Livescribe Data to Dropbox if it is on a Windows Vista or Windows 7 Computer
- Remember that download I had you make? Well it was a zip file. Unzip the zip file and move the junction.exe file to “C:\Windows\System32\”. User Account Control may ask for permission. You have to give it that.
- Open Windows Explorer to your Livescribe Data Folder: “C:\Users\Username\AppData\Local\Livescribe”. Move the folder “Desktop” from the Livescribe Folder to your Desktop.
- Exit Livescribe Desktop
- In another Windows Explorer window, open your Dropbox folder, usually: “C:\Users\Username\My Documents\My Dropbox”.
- Now make a new folder named “Livescribe” in the “My Dropbox” folder.
- Move the “Desktop” folder to the “Livescribe” folder in your “My Dropbox” folder. Dropbox will now start indexing and uploading your data. Depending on your connection speed and amount of data, this may take several hours.
- Open command prompt. This is done by clicking the start button, clicking run, typing in cmd and pressing enter.
- In the command prompt type in “junction” and press enter. You may see a license agreement. Click “I agree” to continue.
- In the command prompt now type in “junction “C:\Users\Username\AppData\Local\Livescribe\Desktop” “C:\Users\Username\My Documents\My Dropbox\Livescribe\Desktop”". This will symlink your Livescribe Desktop folder back where it belongs.
- You can delete the backup of the Desktop folder on your Desktop at this point, if you so choose.
- At this point you just successfully transferred your Livescribe Desktop folder to your Dropbox account. Just remember to only have Livescribe Desktop running on one computer at a time and your data should remain intact. However, there is no way I can guarantee that and you should always keep backups. Once again, let me remind you that I am not liable if you lose your data.
Use Your Livescribe Data in Dropbox with Another Install of Livescribe Desktop on Windows Vista or Windows 7
- If this computer doesn’t already have Junction on it, download it and then unzip the zip file and move the junction.exe file to “C:\Windows\System32\”. Once again, User Account Control may ask for permission. You have to give it that.
- Set up Dropbox on the computer. Your data may take some time to download especially if you have a very full Dropbox.
- Exit Livescribe Desktop.
- Open Windows Explorer to your Livescribe Data Folder: “C:\Users\Username\AppData\Local\Livescribe”.
- Delete the folder “Desktop” that is within.
- Open command prompt. This is done by clicking the start button, clicking run, typing in cmd and pressing enter.
- In the command prompt type in “junction” and press enter. You may see a license agreement. Click “I agree” to continue.
- In the command prompt now type in “junction “C:\Users\Username\AppData\Local\Livescribe\Desktop” “C:\Users\Username\My Documents\My Dropbox\Livescribe\Desktop”". This will symlink your Livescribe Desktop folder back where it belongs.
- At this point you have successfully setup Livescribe Desktop on another computer to access your Livescribe data stored in Dropbox. Just remember that Dropbox can’t sync that data while Livescribe Desktop is open so after exiting it, give it a few minutes to finish syncing.
Congratulations! If you followed these directions correctly your Livescribe Desktop data should now be happily syncing through Dropbox and accessible on all of your computers. I must caution you one more time however, never to have Livescribe Desktop running on multiple computers simultaneously. Dropbox will not be sync the data and you will most likely end up losing a significant portion of it. Once again, I must remind you that I take no liability if you do lose your data. However, I do believe that the likelihood of that happening is very slim, especially if you read all of the directions listed above before you begin. If you have any problems with this, please post a comment and I will try to help you.
As far as I know, a similar technique will work with Dropbox and Livescribe Desktop on a Mac. According to Livescribe however, it is not possible to currently transfer data between the Mac and Windows versions of Livescribe Desktop. Supposedly, it is incompatible. However, I personally have no way of finding it out because I have zero Macs to try it with. If anyone wants to try it, please remember to back up before trying and do let me know so that I can update this post. And yes, even though there is a Dropbox for Linux, the lack of a Livescribe Desktop application for it, makes syncing your data there a moot point.
Is Google Trying to Replace My Phone Company?
At first it sounds ludicrous, doesn’t it? Google trying to replace phone companies? The concept sounds kind of crazy. That’s what I thought too… until I did a little bit more research. And honestly speaking, I too have gotten a Google Voice number!
Google Voice is one of Google’s latest endeavors. Their philosophy is not one phone number per device, but rather one phone number per person. It’s an amazing philosophy and the results are pretty damn impressive! Google Voice is currently a private beta and is invitation only. An invitation is also rather hard to obtain for those of us without friends already using Google Voice. I emailed a few of mine and a couple hours later, I was the proud recipient of a Google Voice invitation! I signed up and decided to give it a whirl.
Currently, in terms of phone services, I have a home phone number (powered by Vonage) as well as a cellular device, the Sony Ericsson Xperia X1 with AT&T as the service provider. I love the fact that Vonage emails me transcriptions of my voice messages and allows me to listen to them from the web-based interface. Unfortunately, AT&T does not. This means that my voice messages are in two different places and makes things much harder to look for. My main reason for looking into Google Voice was so that I could get all of my messages transcribed and emailed to me. It makes life much easier when all of your messages come to one inbox!
As part of the Google Voice signup process, I had to choose my new “Google Number”, effectively this is just a standard phone number powered by Google Voice! Here’s the cool part, it allows me to have free national calling as well as extremely low rates to most countries. Not quite as low as Vonage but still much lower than AT&T! The beauty of it is that whenever anyone calls my new Google Number, it will automatically ring both my Vonage phone and my Xperia X1 and whichever one I answer with will take the call. Of course, there is a boatload of other features that Google Voice offers as well and all of them are truly amazing solutions! Best of all Google Voice is free! You can view the full feature list here.
After looking through Google Voice and all of it’s features it seems that Google has the infrastructure set up to successfully replace my phone company. Unfortunately for them, they were unable to buy the airwave space that they required in order to become a cellular phone company. For now however, I don’t see Google Voice replacing my phone companies but rather working along with them to add features and functionality at low cost. In the future, however, I could definitely see Google replacing my phone company with Google Voice and I would guess that they would do a brilliant job at it. I for one would be willing to pay Google for the service, though I do prefer free over fee any day.
For a beta product, Google Voice certainly is a very impressive service. It’s something you notice with Google a lot. All of their products that are considered beta or even pre-alpha are very good quality. Honestly speaking their beta products are a lot of time better than paid products from other companies! In fact, I’m writing this from Google Chrome for Linux unstable on Ubuntu 9.04. That means pre-alpha stage. Guess what? In the two months that I’ve been using it, the only thing it can’t do is print successfully — something that Google warned me about before I installed Chrome for Linux. It’s something I do rarely as it is and if I ever do need to print, it doesn’t take too much effort to fire up Mozilla Firefox and print from there.
Ubuntu 9.10 Karmic Koala Officially Released!
While I haven’t had time to test it out for myself yet, I am aware that the all new Ubuntu 9.10 was officially released today! As many of you should know, if your reading this, that Ubuntu is literally the best open-source operating system available today. The best part of it is that Ubuntu has and always will be free!
Ubuntu is an African word meaning ‘Humanity to others’, or ‘I am what I am because of who we all are’. The Ubuntu distribution brings the spirit of Ubuntu to the software world.
The Ubuntu team has really done a great job here. From every release of Ubuntu, they have been true to the official Ubuntu philosophy. The free price tag doesn’t hurt either!
Anyways, I’m downloading 9.10 Desktop from the torrent and right now, it’s taken about 10 minutes and is already 75% done. Here’s the link to the torrent!
I’ll probably end up running an install or an upgrade by this weekend, and then I’ll be sure to let all of you guys know, how it is!!
Stay tuned for more about Ubuntu 9.10 | Karmic Koala!
I just released bbPress Favicon the companion plugin to WordPress/MU Favicon. It does exactly the same thing WordPress/MU Favicon does except does it for the bbPress sitewide and the bbPress admin pages. You can see the Changelog for those that are interested!
1.0
- First Release
- Working with 1.x



Pages
Categories
Tag Cloud
Entries RSS
Seven
City
Characters
Landscape
Nature
Shapes