Friday, January 26, 2007
Power your home with a grape?
Thursday, January 25, 2007
Installing Fedora Desktop Effects
Login as root, then:
$ yum -y install compiz
Then go to system>preferences>desktop effects.
Enjoy. :)
$ yum -y install compiz
Then go to system>preferences>desktop effects.
Enjoy. :)
Wednesday, January 24, 2007
Tuesday, January 23, 2007
Modify path in UNIX
To modify your path
If you are using csh or tcsh, at the shell prompt, enter: setenv PATH $PATH\:/dir/path If you are using sh, ksh, or bash, at the shell prompt, enter: PATH=$PATH\:/dir/path ; export PATH In all cases, replace /dir/path with the directory you want the shell to search.
Note: The earlier entries in the path take precedence over the later ones. If you want the directories you add to your path to take precedence, then in the examples above, replace $PATH\:/dir/path with /dir/path:$PATH .
If you want to make these changes permanent, then add the commands described above to the end of your .cshrc file (for csh and tcsh), .profile file (for sh and ksh), or .bash_profile file (for bash).
If you are using csh or tcsh, at the shell prompt, enter: setenv PATH $PATH\:/dir/path If you are using sh, ksh, or bash, at the shell prompt, enter: PATH=$PATH\:/dir/path ; export PATH In all cases, replace /dir/path with the directory you want the shell to search.
Note: The earlier entries in the path take precedence over the later ones. If you want the directories you add to your path to take precedence, then in the examples above, replace $PATH\:/dir/path with /dir/path:$PATH .
If you want to make these changes permanent, then add the commands described above to the end of your .cshrc file (for csh and tcsh), .profile file (for sh and ksh), or .bash_profile file (for bash).
Tuesday, January 16, 2007
Create Web 2.0 text in Photoshop
First, launch Photoshop. Then do this:
- Start a new file. File>New...
- Select the text tool and type something on the canvas
- Now you have a layer with text on it. Duplicate it so that you have two layers with the same text.
- Select one of the layers then go to Edit>Transform>Rotate 180. Then Edit>Transform>Flip Horizontal.
- Then move the text below the other text.
- Click on the quick mask button on the layer pallete.
- Click the gradient button on the toolbar and then put a gradient over the lower layer.
Tuesday, January 9, 2007
Subscribe to:
Posts (Atom)