Recently, I got a problem on my Local Disk. My drive C only has 200MB of space left.
If you also have the same problem, you need to move your Dropbox folder to another directory. In my case, I saved at most 4GB of free space.
Here are the steps on how to do this:
- Right click the Dropbox icon on taskbar. Check it on the the bottom right corner.
- Select Preferences...
- Click the Move... button.
- Choose a new place to your Dropbox, then click Ok.
- Wait for a few minutes. File transfer depends on the number of files stored on your Dropbox folder.
Hope this helps. :)
Friday, March 11, 2011
Sync files from different PC's with Dropbox
If you haven't heard of Dropbox lately, Dropbox is the easiest way to sync and share your files.
For months of using Dropbox, the use of my flash drive was eliminated and sharing of files to my colleagues became efficient. Documents from my office PC are synchronized to a Dropbox folder on my PC/Laptop at home. Aside from file synchronization, Dropbox also serves as a back-up tool for my files. Isn't that amazing?
I suggest you should try it.
Just go to Dropbox website or you may use my link below to create an account.
www.dropbox.com
Once signed up, you'll have a free 2GB disk space. You'll have two options to increase your disk space; either upgrade to PRO or by referral. You'll get additional 250MB once your friends used Dropbox for their files. The next step is download the installer, then install it to your Office/School/Home computer.
After the installation, you'll see a Dropbox folder stored on your My Documents folder. You may now start adding files or create shared folders.
Dropbox made syncing and sharing of files easy!
GNS3 for Beginners
GNS3 is an an open source emulation program for anyone who want to pursue a career on Cisco Routing. It's build on dynagen and dynamips foundation.
I've provided you simple steps on how a topology works on GNS3:
- Download GNS3 from http://www.gns3.net/download.
- Install GNS3.
- Run the program and click option 1 on Setup Wizard. "Configure and test the path to Dynamips. Also check that the working directory is valid". If you exit the Set up wizard, go to Edit | Preferences.
- Select a Project Directory. This is the path where your projects are saved.
- Select an Image directory. This is the path where IOS images are stored.
- Select Dynamips and click Test button. This will return a Dynamips "successfully started" message if Dynamips is running.
- Select option 2. Add one or more uncompressed IOS images.
- You have to take note of this: The IOS image in BIN format are compressed. You can load IOS image UNPACKED file for faster booting.
- Drag and drop devices (with IOS image) to build a topology.
- Add router modules (Double click the image, select the device and add slot/s on Slots Tab).
- Cable the connections ( Click add a link button on GNS3's toolbar and select type of cable).
- Power the devices by clicking the play button on GNS3's toolbar.
Some helpful tips:
Use the Idle PC feature to lessen the CPU usage of dynamips when the device is idle. To do this:
Right click the device, select idle PC, select the best idlepc values and select ok.
You can use wireshark captures to check packet data. To do this:
Right Click on the link between two devices, select Capture, then select a source. Go to Edit | Preferences | Capture and modify the settings to make this one work.
Wednesday, March 9, 2011
Speed up Firefox
You can use pipelining to speed up Firefox if you have a broadband conection. Instead of loading multiple things one at a time,things will be loaded on a page at once.
Here's how:
1. Enter "about:config" on the address bar.
2. Type network.http in the filter field
3. Change the following settings:
- network.http.pipelining to true
- network.http.pipelining to true
- network.http.pipelining.maxrequests to a number like 20 (will make 20 requests at once)
- preference name : nglayout.initialpaint.delay
- integer value: 0 (the time before the browser's action on the received information)
Sunday, March 6, 2011
An online tool for checking bandwidth
We always use speedtest.net to check our upload and download speed. But hey, I recently discovered another online tool for checking your upstream and downstream bandwidth.
Check this site: http://broadband.mpi-sws.org/transparency/#tools
To test your broadband link characteristics, go to http://broadband.mpi-sws.org/transparency/bttest.php. You can also test BitTorrent traffic manipulation from the site. :)
A vampire or a werewolf?
A must read article if you're torn between the two: Programmer or System Administrator?
http://www.codinghorror.com/blog/2010/08/vampires-programmers-versus-werewolves-sysadmins.html
An exerpt from the article:
"Programmers are like vampires. They're frequently up all night, paler than death itself, and generally afraid of being exposed to daylight. Oh yes, and they tend think of themselves (or at least their code) as immortal."
"System Administrators are like werewolves. They may look outwardly ordinary, but are incredibly strong, mostly invulnerable to stuff that would kill regular people -- and prone to strange transformations during a moon 'outage'."
So, are you a vampire or a werewolf? ;)
http://www.codinghorror.com/blog/2010/08/vampires-programmers-versus-werewolves-sysadmins.html
An exerpt from the article:
"Programmers are like vampires. They're frequently up all night, paler than death itself, and generally afraid of being exposed to daylight. Oh yes, and they tend think of themselves (or at least their code) as immortal."
"System Administrators are like werewolves. They may look outwardly ordinary, but are incredibly strong, mostly invulnerable to stuff that would kill regular people -- and prone to strange transformations during a moon 'outage'."
So, are you a vampire or a werewolf? ;)
Troubleshoot: Can chat but cannot browse problem
You can chat but you cannot browse? Want to blame your ISP for this? But wait, before calling your ISP and blaming them, try to investigate first. The problem is probably from your side, from the client's side.
Here's a list of possible solution for that kind of problem.
Here's a list of possible solution for that kind of problem.
- Check your firewall settings. Unblock ports needed for browsing, your firewall might be blocking them.
- Ping google's ip: 209.85.175..106. If you can ping google's ip, then it's a DNS issue. If DHCP is configured, run these commands:
ipconfig /release -->release the IP address for the specified adapter.
ipconfig /renew -->renew the IP for the specified adapter. - A spyware is running on your computer that prohibits you from browsing. Kill it!
Subscribe to:
Posts (Atom)