No Comments
posted 461 days ago
I am sure you have some favorite applications which you use more often. For me, I use tweetdeck, live writer, and Firefox more often. However, when you want to start that application you goto start menu and start typing it to open the application (smart search for windows).
Another way to start y.....
Read More
3 Comments
posted 463 days ago
Last month I bought a new Samsung Galaxy S. This is my first Samsung phone as I am was the loyal user of Nokia. I was very much reluctant to buy a phone other than Nokia, because of the usability issues or just that I could not trust anything but Nokia.
However, I wanted to give Android a try and.....
Read More
No Comments
posted 467 days ago
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 More
No Comments
posted 467 days ago
I have been Using Windows 7 Home Basic for quite some time now. It came Pre-Installed with Dell PC where I Work. I Know, as the name suggests, it is VERY BASIC. However, after I applied some of my experience of working on Windows (since Windows 3.1 came on Floppies!), I successfully modified it .....
Read More
3 Comments
posted 468 days ago
Limewire the most liked and loved P2P client over the internet world has finally come to an end. As they say, “Why do all good things come to an end ?”. Atleast, some warez lovers say that, who enjoyed music on Limewire and then bought it off the store.
Limewire has to permanently shutdown th.....
Read More
No Comments
posted 472 days ago
Microsoft PowerToys is a great hit, but it certainly works in Windows XP 32 bit. There were various tool, among with Image Resizer was liked by many users. Since this popular tool gained popularity in no time, Microsoft decided it to carry further. So the tool was rewritten and is provided free of c.....
Read More
No Comments
posted 472 days ago
Lately I posted on how to show line numbers in Vi editor, but have you ever wishes that with a single key you are able to do much more in Vi editor ? For instance, toggle show/hide line numbers in Vi editor.
Yes, it is possible with the .vimrc file to map keys so that they perform certain pre-def.....
Read More
7 Comments
posted 472 days ago
Not to long ago NOKIA Reigned Over Indian GSM Market with a Iron Hand. 8 out of 10 Phones in India were Nokia Make.
But subsequently, with the flooding of Cheap Chinese Handsets & somewhat quality handsets from Micromax (Q5 & Q7), FLY & even Videocon! Nokia started loosing ground.....
Read More
No Comments
posted 475 days ago
Vi editor is the most used editor when editing files via command line or terminal. Vi by default does not shows the line numbers of the opened file. However, when you are editing large files it becomes difficult to edit them without line numbers. Especially when you are editing them after reading a .....
Read More
No Comments
posted 475 days ago
By default, Tomcat server runs on 8080. However, there are chances of the conflict with other programs. Or sometimes its just that you want to change the port no. So in this post, I will show you how can you change the default port no. of Tomcat server.
To do so, follow the steps :
1) Open ser.....
Read More
No Comments
posted 476 days ago
In this post, I will show you how to check what all modules are loaded on your Apache server, then you can use the following command.
Open the terminal and type the following command.
apache2ctl –M
httpd –M
In my case httpd worked for Centos (.rpm supported system) and apache2ctl worked .....
Read More
No Comments
posted 482 days ago
In this post, we will learn how to install FTP server on a Ubuntu box. By default you cannot connect to your Ubuntu machine using FTP, but with the help of vsftpd this can be achieved. vsftpd, is an open source ftp server for Unix systems.
Installation
vsftpd is available as a ftp daemon in Ubuntu.....
Read More
No Comments
posted 485 days ago
If you have not used Launchy for windows as if now, then you are missing something very great. Launchy is a neat way to open your programs, files, or even websites right from one place. Yeah, Windows 7 introduced this feature in its start menu after Launchy was released.
Gnome-do is alternative o.....
Read More
1 Comment
posted 485 days ago
In this post we will learn how to check installed PHP extensions. The most easiest way to check is via phpinfo(); function, but at times you want to check it instantly on a remove server.
Before you can run any php command from command line make sure you have php5-cli installed on your server. If.....
Read More
No Comments
posted 487 days ago
In this post, I am going to tell you how you can access your Ubuntu or Linux machine from your Windows machine. If it was Windows machine on both sides then you can access these machines via “Remote Desktop” but since the Operating systems are totally opposite, we need a third party tool for thi.....
Read More