Archive for the 'Uncategorized' Category

havemousewillclick is most popular….

in Georgia, USA! according to Google analytics!

So I thought I would post a couple of links to some ’stuff’ in your state,

http://en.wikipedia.org/wiki/Georgia_(U.S._state)
http://www.georgia.gov/

Gmail replies

If you check multiple email accounts from one gmail address, you will probably have had this problem at some point.

So you have got two addresses, your main account test712@gmail.com and dontspamme@gmail.com.
When an email is sent to dontspamme@gmail.com you want to respond with the same address not your default (main acocunt) test712@gmail.com.


To do this got to your account settings at the top right of the page, then select accounts.  In the section send mail as section look for When I receive a message sent to one of my addresses:

You now have two options
Reply from the same address to which the message was sent
Always reply from my default address (currently test712@gmail.com)
Select the correct one for you and your gmail is now the way it should be.

Please remember that you can, if you want select the email account to send from when composing a message!

Linux folder structure

linux foldersEveryday more people are using some form of linux.  I though it would be handy to have a quick look at the basic folder structure of a typical linux system.

Some of the Linux distributions I have used over time are

openSUSE
redhat
Debian
and my current favourite Ubuntu

Remember that your Linux system may be different so dont expect an exact match if you compare the two.

/bin. Essential user command binaries (for use by all users)
/boot. Static files of the boot loader, only used at system startup
/dev. Device files, links to your hardware devices like /dev/sound, /dev/input/js0 (joystick)
/etc. Host-specific system configuration
/home. User home directories. This is where you save your personal files
/lib. Essential shared libraries and kernel modules
/mnt. Mount point for a temporarily mounted filesystem like /mnt/cdrom
/opt. Add-on application software packages
/usr. /usr is the second major section of the filesystem. /usr is shareable, read-only data. That means that /usr should be shareable between various FHS-compliant hosts and must not be written to. Any information that is host-specific or varies with time is stored elsewhere.
/var. /var contains variable data files. This includes spool directories and files, administrative and logging data, and transient and temporary files. /proc. System information stored in memory mirrored as files.