Getting wireless working on ubuntu machine
Please follow following steps blindly to get wireless working on ubuntu machine. Here are the steps… On a fresh clean Ubuntu machine:1. Disable the “Support for Atheros 802.11 wireless LAN cards” on...
View ArticleHow to find OS X version on linux machine
Here is the command which will give you OS name with version along with other detail information. cat /etc/*release* Example: On my ubutnu machine, It shows me. cat...
View ArticleFind processor (cpu) information on linux
Here is the command cat /proc/cpuinfo Example use on my ubuntu machine, It shows me. cat /proc/cpuinfoprocessor : 0vendor_id : GenuineIntelcpu family : 6model : 15model name : Intel(R) Pentium(R) Dual...
View ArticleLinux commands for remote access, compress, decompress
Remote Login============ssh client is a program for logging into remote machine and execute commands.ssh [-l login_name ] hostname | user@hostname [command ]other optionsssh [-afgknqstvxACNTX1246 ] [-b...
View Articlepidgin install and update pidgin messenger on ubuntu interpid
Fresh pidgin Installation sudo apt-get update sudo apt-get install pidgin Earlier versions of pidgin has problem in connecting yahoo messenger which is solved in newer versions.In order to update old...
View ArticleUpgrading openoffice in ubuntu interpid
Follow simple steps defined in this post for smooth upgrade of openoffice in linux. click here Tagged: openoffice, ubuntu
View ArticleGetting wired and wireless working on ubuntu 9.0.4
It might be the case that earlier wireless was working and then it stopped workingFollow the simple steps here…. 1. Restart networking sudo /etc/init.d/networking restart 2. Disable the “Support for...
View ArticleProgramming ruby Linux basics
Remove svn files inside directoryrm -rf `find . -type d -name .svnSet path in linuxexport PATH=$PATH:/usr/ruby/binHere /usr/ruby/bin is the path to ruby extecuatble. grep and print process pidps -ef |...
View ArticleImagemagick/ RMagick Installation on ubuntu
ImageMagick Installation Ubuntu machine has default apt-get package manager.To install imagemagick following packages needs to be installed. apt-get install imagemagick librmagick-ruby...
View Articleruby on rails installation on fresh ubuntu machine
Ruby On Rails Installation on fresh ubuntu machine Installation steps are applicable to ubuntu versions interpid, karmic koala.Make necessary changes according to package manager provided by other...
View Article