Cron and Control-M
In our production environment we had to review and replicate all the CRON jobs running on one of the stacks to the other new stack. Since the stack consists of multiple nodes clustered together running...
View ArticleSolved: Sound Problem on Vostro 1720 with Ubuntu 9.04 64 bit
Recently I installed Ubuntu Jaunty Jacakalope on my Dell Vostro 1720. Everything went fine except the sound. I found this excellent link to make the sound work and now the sound works like a charm....
View ArticleInstalling Apache 2.2.11 with Weblogic 10.3 on Ubuntu 9.04 64 bit
This post takes you through the steps to install Apache 2.2.11 on Ubuntu 9.04 64 bit and make it work with Weblogic 10.3. The post walks through the steps that I followed, the problems that I faced and...
View ArticleFinding File(s) With Specified Text on Linux
grep command form (syntax) grep “text string to search” directory-path Current Directory –> $ grep "offset" ./*.txt Directories Recursively –> Search for a text string all files under each...
View ArticleMirroring a Site for Offline Browsing
Use Wget to mirror a site with the following option wget –mirror -w 2 -p –html-extension –convert-links -P . http://www.vikashazrati.com/ do a wget –help for more information on the command –mirror:...
View ArticleInstalling TATA Photon+ on Ubuntu
Installing Tata Photon+ on Ubuntu is easier than what you would do on Windows$. Follow the steps Connect the photon to the Laptop Goto Preferences -> Network Connections -> Mobile Broadband Click...
View ArticleDell Vostro 3700, Ubuntu 9.10 and Window$ 7
Recently Inphina ordered Dell Vostros for all the colleagues. Since we have a bias towards Linux, the next logical step was to set up a dual-boot system and get Window$ 7 and Ubuntu co-exist as a...
View Articlequicktip : maven archetype for getting started with gwt
For quickly starting with gwt chances are that you would look at the codehaus gwt-maven-plugin, chances are also that it would not work for you. Since on their archetype page, they mention the...
View ArticleUbuntu 10.10, Network Adapter shows wireless disabled!
Somehow after an upgrade I started getting this issue. After the bootup, the wireless would show as disabled. Then, I found the following in a forum which helped me execute vikas@vikas-laptop:~$...
View ArticleUbuntu 11.04 Freezes on Startup
If you were already using 10.10 and you recently moved over to 11.04 then most likely you are getting this issue. One of the options to quickly try out is that can you go to the previous versions of...
View Article