Google invested in Tesla Motors-Model S unvieled
Tesla Motors Model S unveiled Tesla Motors unveiled Model S sedan prototype on March 26, 2009 in one of it’s manufacturing plant in California , that was big really event in Green Technology.Tesla Motors Model S is fully electric, zero-emission car that will comes with 17 inch touch screen with 3G wireless connectivity which will [...]
VMware View Linux client install on RHEL 5
VMware View Linux client installation on Linux distributions requires several package dependencies if you are compiling the source code. You can download the VMware view Linux client source tarball from google code and find more information on VMware View Linux client Wiki. I have installed the VMware View client on RHEL 5 using the RPM [...]
How to replace string/text in multiple files using sed
How to replace string/text in multiple files using sed The streamline editor (sed) is very useful command for searching and replacing string/texts in multiple files As an example i am going to show you how i have used sed on my Linux web server. I have hundreds of file under a linux directory where i [...]
How to find Dell Service Tag from command line in Linux
How I get the Dell Service Tag on Dell Servers running Linux Dell servers support running Linux and there is cool command that you can run to find the Dell Service Tag. This is helpful if your Data center is located remotely and for placing hardware call to Dell you need to find the Dell [...]
How to display / list Kernel device drivers or modules in Linux
# lsmod |more Module Size Used by autofs4 24389 2 hidp 23105 2 rfcomm 42457 0 l2cap 29633 10 hidp,rfcomm bluetooth 53925 5 hidp,rfcomm,l2cap sunrpc 144253 1 dm_multipath 21577 0 video 19269 0 sbs 18533 0 —- – - —- – - You can also find out if particular device driver or kernel modules is loaded and running on your Linux by displaying contents of /proc/modules file: # lsmod |more Module Size Used by autofs4 24389 2 hidp 23105 2 rfcomm 42457 0 l2cap 29633 10 hidp,rfcomm bluetooth 53925 5 hidp,rfcomm,l2cap sunrpc 144253 1 dm_multipath 21577 0 video 19269 0 sbs 18533 0 —- – - —- – -
How to disable IPv6 in RHEL 5 Linux
In Red Hat Enterprise 5 Linux internet protocol version 6 (IPv6) module is turned on by default and if your network is not ready to run IPv6 then you need to turn it off on your Linux server.



