Power up Gnu/Linux with Xfce. It?s a desktop environment consisting of
lightweight components, and can be strung together in virtually any
configuration to create a desktop solution for every user..
Read more
Aaj Ka Tip
How to write protect important files
If you have some internal application developed to manage the
users and other stuff. However some admin still some time make changes
/etc/passwd or /etc/master.passwd via sudo. Then the idea of file write
protection comes. I suggested to use them chflags.
How fast is your ISP
This is a general Tip check how fast is your ISP follw this link to carry on that test How fast is your ISP
Allowing users to run root programs
When a user starts a command, it runs with the permissions of that
user. What if you want to allow them to run some commands with root
permissions? You can, and that’s called suid.You can set a command to
be suid root with the chmod command. This will make it run as root even
if a user starts it. Here is how to set mybin suid root:
chmod +s mybin
Note that you must be very careful with this option.
Read more
umounting a bad CD
To unmount a CD which is not unmounting with the normal procedure
try this
??? 1.)fuser -k
??? or
? ??? fuser -k /dev/cdrom
Explore ext2/ext3 filesystem on windows
Explore2fs: This is an explorer like program which can read and interpret the Linux ex2fs/ext3fs filesystem on windows to download this http://uranus.it.swin.edu.au/~jn/linux/ This is to…
How to Fix an UBUNTU Sound Problem
This is a quick tip and i’m sure this is not the solution for everybody. But if your sound card doesn’t work, try to do…
Using Reiserfs In Redhat/Fedora
While using redhat/fedora based operating systems,there is no option of installing them on a reiserfs filesystem during the setup. so when you boot from the…
Increase Hard drive output
The below tip will help you to increa ur hard drive output
caution: Proper care has to be taken while using this ,and be sure of what you are doing
follow this link
http://www.linuxdevcenter.com/pub/a/linux/2000/06/29/hdparm.html
view man pages in konqueror
for viewing man mages in Konqueror just type #somecommand for example #mount in the address bar of konqueror window and you will be able to…