Posts Tagged how-to
Create RSA and DSA keys for SSH
Private and Public keys are used to provide the logging mechanism into remote machines using SSH. These keys can be generated using ssh-keygen command. This can be done on any unix based systems, such as Linux or FreeBSD. To generate keys, type the following command in the terminal window. ssh-keyg
Read Full PostHow to schedule emails using Microsoft Outlook
Heya Folks, Most of us use Outlook Express for our work Email and few others use it for their personal accounts as well. At times you may need to schedule some emails to be sent later in the day. Or you might want to write certain emails and schedule it in such a way that all of them should not b
Read Full PostInstall and run google app engine on linux
For those innocent people who do not know Google App engine, it is a platform which lets you host your application on Google's infrastructure. In short your code just touches the hardware which no one else, but Google's engineers have seen. So it allows you to scale your application as you grow big.
Read Full PostAdd permissions to /var/www in ubuntu
Hey Folks, You might be having troubles adding files and folders to the /var/www folder of Ubuntu installation. Sometimes various other folders also require root permission to perform some action on it. So in that case you can use the following command. gksudo nautilus This gives the root perm
Read Full PostInstall Adobe Air and Tweetdeck in Ubuntu/linux
Hey Folks, Wonder how to install your favourite Tweetdeck on Ubuntu or other Linux distros. Yes, I can understand you want this powerful twitter application in Linux as well. To install Tweetdeck follow the below mentioned steps : 1) Download AdobeAir framework from http://get.adobe.com/air
Read Full PostHow to Install Firefox 3.5 on Linux
July 1st saw the release of Firefox 3.5. You must already be aware of what is new is version 3.5 and what makes it the awesome-est browser to-date, if not check this Firefox 3.5 preview video and the feature list for Firefox 3.5. In this post we are going to walk you through installing Firefox 3.
Read Full Post