Tux Icons – An Enlarged Desktop Experience
I just downloaded a great icon theme. Tux is rocked out 61 times over.
You can download the icon theme here:
http://gnome-look.org/content/show.php/61+Cute+Tux+Icons?content=117192
Right click on the icons to stretch them. Notice backup and backup2. I will explain next time how these external usb drivers are keeping a daily backup of the entire system.
No comments yet.
No trackbacks yet.
Android Blackbook Pro – How to Open the App
July 24, 2010 - 3:08 pm
Tags: application, call, dialog, icon, notifications, open, Press, sms, tech support
Posted in Android, blackbook, pro | No comments
I get a lot of emails/sms/calls about not being able to open the application. In the top of the applications description, on the market, is how you open it. Please dial 123 in your telephone and press call. There is no icon, therefore it cannot be open anywhere other can via the telephone using your [...]
Android SDK on Linux
April 18, 2010 - 9:59 am
Tags: adt, development environment, download, Eclipse, environment, folder, sdk, several steps
Posted in Android, Eclipse, adt, sdk | No comments
Setup up your development environment takes several steps. 1) Download Eclipse: 2) Unzip and launch. 3) Download the sdk: 4) Unzip the sdk and place it in your eclipse folder. 5) Download the Eclipse ADT plugin directly from Eclipse. Use: https://dl-ssl.google.com/android/eclipse/ 6) Then configure Android in Eclipse to point to the SDK folder. This is [...]
Partiton Full? Move your Stuff Somewhere Else
March 6, 2010 - 11:35 am
Tags: backup, backup directory, dev, excess space, hda, hda1, hda2, home, storage, symbolic link, user
Posted in cp, ln, partition, rm, symbolic | No comments
If you run out of space on a particular partition, but you have excess space on another partition you can relocate your data. Lets say you have 100 Megabytes left on /dev/hda1 but your have 10 gigs left on /dev/hda2. Lets say you have a folder on /dev/hda1 /home/user/backup that is over 2 gigs. Lets [...]
Reasonable Backup Routines – Service and Desktop Integrity
January 27, 2010 - 1:25 pm
Tags: backup, backup drive, caption, cronjob, desktop machine, directory, hardware failure, media directory, rsync, user
Posted in backup, crontab, network, rsync | No comments
You should have backups of all your files all the time. For a desktop machine always have a backup of your entire /home partition. Use a cronjob and rsync. Mount a usb drive to the /media directory. Use a cronjob as follows: 1 1 0 0 0 rsync -r /home/user /media/backup/user The above rsync will [...]
Spin Down USB Hdd – Ehh I don’t Think Its Working
December 23, 2009 - 9:34 am
Tags: backup, fstab, hdd, mount dev, pseudo, rsync, sudo, thing, umount, usb drives
Posted in backup, fstab, mount, umount | No comments
Oh, given my previously elabored backup configuations I have one further thing I would like to do. Since backup 1, and 2 are only used once per day I would like to spin down the hard drivers to increase longevity. I figured dismounting the drive would be effective, but I have encountered several things. First, [...]
Server and Backup Layout
December 22, 2009 - 10:11 am
Tags: apache web server, backup, host, mail server, master, real time backup, Server, SLAVE, slave machine, slave server
Posted in Server, backup, host, layout, virtual | No comments
Both the master and slave servers reside on a host machine. Clearly the servers are virtual machines. Its strategic to use virtual machines because the host machine remains useful for a variety of other tasks. The virtual server compartmentalize the functions to a discretely backupable file. In my particular arrangement the master server is synchronized [...]
Automatic Actions – Run or Walk Those Cron Jobs
December 19, 2009 - 10:51 am
Tags: backup, backup directory, cron job, crontab, directory, home, proper permissions, rsync, sudo, timestamps, usb hard drive, VBoxTool, virtual machines
Posted in VBoxTool, backup, cron, rsync, sudo | No comments
You’d be surprised what you can accomplish when you aren’t even close to your computer. Using Rsync you can completely backup your /home directory. I back it all up, except one directory, which I handle differently. rsync –exclude=”~/.VirtualBox” /home /media/backup I mount a usb hard drive to /media/backup. Make sure you set proper permissions: sudo [...]
Blackberry Backup – Restore
October 29, 2009 - 7:10 pm
Tags: backup, bbm, blackberry, canciones, contactos, dl, el cerebro, información, telefoneo
Posted in backup, blackberry, restore | 1 comment
A tener un backup de su Blackberry es demasiado importante. Sin un backup su telefoneo puede perder todo los contactos, y toda la otra información. Todo sus correos electronicos, su comunicaciones directo con bbm, los videos y los canciones. Quien quiere a perder lo todo? Por eso quiero a decirte a hacer un backup inmediatamente [...]
Recent Headache with WordPress Database – Simple Fix
October 25, 2009 - 12:03 pm
Tags: admin, backup options, blog, database, dbmanager, non, period of time, priviledges, theme, theme folder
Posted in Wordpress, database, optimize, repair | 1 comment
This blog was recently non functional for a period of time after installing and activating a new theme. I activated the theme then the main blog, and the admin pages were entirely white. I could not configure anything. I had to ssh into the server and with admin priviledges to removed the theme folder that [...]
Debian Ubuntu Trash Icon on Desktop
November 5, 2007 - 7:54 pm
Tags: application, application type, desktop, editor application, icon, trash, trash icon, use
Posted in debian, desktop, icon, trash, ubuntu | No comments
To add a trash icon to your desktop use the gconf-editor application. Type in a terminal: gconf-editor Navigate to apps->nautilus->desktop. Checkmark “trash_icon_visible” to set the appropriate option. Simple enough

