Awesome messenger, with all the basic features and some special features as well, like, from video calls with up to six people at once to video messaging to chat and file transfer capabilities. If you download and create an account now, you can get 3000 minutes of free calling to US and Canada on land… Continue reading Get 3000 minutes of free calling to US and Canada
Author: dtsmin
Find Memory & CPU information
Sometimes you need to know what some of the detailed information is about your memory. Issue this command to get that detailed info: cat /proc/meminfo Sometimes you need to know what some of the detailed information is about your processor. Issue this command to get that detailed info: cat /proc/cpuinfo
Store and Manage your chat archive online
Dexrex is an online service which allows you to store all your chat online and manage it easily. The add on advantage you get that in case you had a good conversation with your friends you can share the conversation publicly. This comes in handy when you take an interview and want to share exactly… Continue reading Store and Manage your chat archive online
Check Multiple mail accounts at one Place
ePrompter allows you to compose, forward and reply to the messages that have been retrieved for you. ePrompter will work with Yahoo, Yahoo Beta, MSN, AOL, AIM, Gmail, Hotmail, POP3, Earthlink, Excite, Juno, Lycos, Mail.com, Mindspring, MyWay, Netscape, Rediffmail, SBC Yahoo, USA.net, Windows Live Mail, and hundreds of other email domains.
Executing Linux Command as Another User
Sometimes you need to execute a command as another user to test newly installed or configured software. For instance, if you just installed snort you want to make sure it’s going to run ok as the snort user. It’s relatively simple. su username -c command So if you wanted to execute a backups script called… Continue reading Executing Linux Command as Another User