Archive for the 'Linux' Category
To install and run Tomcat on Ubuntu (8.04 over here) the following packages should be installed from synaptic :
1. tomcat5.52. tomcat5.5-webapps3. sun-java6-jdk
They can be installed from command line using the command sudo apt-get
March 21st, 2009 | Posted in Java, Linux, Tomcat, Ubuntu | No Comments
Some GUI tools that can be used to access windows shares (SMB) are :
1. xSMBrowser2. Smb4K3. TkSmb
Get them all from Synaptic. They are basically gui frontend for the smbclient command.Nautilus and Konqueror have the View Network options too and if they dont work the above 3 utilities may.
March 21st, 2009 | Posted in Linux, Ubuntu | No Comments
Here are some Web development – Web Authoring tools for Linux :
1. Quanta Plus – http://quanta.kdewebdev.org/- Simple and powerful
February 16th, 2009 | Posted in Linux, Ubuntu | No Comments
Mod_rewrite is an apache module which enables rewriting of urls requested by client before the pages are fetched by apache. For example www.site.com/products.php?code=459 can be written as www.site.com/products/459 or www.site.com/products/459.html . The second url is re-written into the first one by mod_rewrite using rewrite rules specified in the .htaccess file.
January 27th, 2009 | Posted in Linux, Ubuntu | 3 Comments
When Apache is installed all web files go in he directory /var/www.
If there are multiple users on a system then every user can have his own web directory to store web files.
On Linux the following commands does that :
January 12th, 2009 | Posted in Linux, Ubuntu | No Comments
I am using Ubuntu 8.04 (Hardy Heron). Go to the Synaptic Package Manager and look for a package called gtk-qt-engine. Install it and your gtk applications like mozilla should look fine in KDE Desktop , especially the fonts.
October 30th, 2008 | Posted in Linux | No Comments
Huawei SmartAx MT882 is one of the ADSL modems BSNL provides with their broadband service. The modem/router comes with 2 options for interfacing an Ethernet RJ45 or a USB port. Connecting via an ethernet port isnt too much of a mess as long as the ethernet card is working fine with the OS under consideration. [...]
July 24th, 2007 | Posted in Linux | 1 Comment
It was when I installed a new hard disk keeping along the existing one. So the new configuration was a 80GB + 40GB. I installed Windows on the first hard disk and Fedora Core 5.0 on the second one. And the simple problem that I faced , was that GRUB was simply not coming. And [...]
July 24th, 2007 | Posted in Linux | No Comments