I am using in this LAB for all are trail version applications . Few application will work for 180 days few less than 3 months . Software Collection : Operating Systems : Windows 7 64 bit Virtual layer […]
Category Archives: Linux
You can simply use that commands to find your DNS servers on a Linux/Unix/BSD based OS by usign: # cat /etc/resolv.conf or using: # less /etc/resolv.conf
This month, Shawn and Kyle talk about the tools they keep in their pockets. Smart phones are much more than just phones, and with Linux you’ve got multiple choices for handset operating systems — and this multiple choice test has only correct answers! Get a taste of the “Linux in Your Pocket” issue of Linux […]
The Document Foundation launches LibreOffice 3.3 The first stable release of the free office suite is available for download The Internet, January 25, 2011 – The Document Foundation launches LibreOffice 3.3, the first stable release of the free office suite developed by the community. In less than four months, the number of developers hacking LibreOffice […]
I like to install fail2ban on my Server for securing ssh and Asterisk . Installed: fail2ban.noarch 0:0.8.4-23.el5 Dependency Installed: shorewall.noarch 0:4.0.15-1.el5 shorewall-common.noarch 0:4.0.15-1.el5 shorewall-perl.noarch 0:4.0.15-1.el5 shorewall-shell.noarch 0:4.0.15-1.el5
On server: vi /etc/exports add: /home/data 192.168.170.0/255.255.255.0(rw) # chkconfig nfsd on # service nfsd start On Client: #mkdir /home/data #mount -t nfs 192.168.170.1:/home/data /home/data Make it automount: #vi /etc/fstab 192.168.170.1:/home /home nfs rw,bg,hard,intr 0 0
Setup Static IP Address If you want to setup a Static IP Address in your system , Modify the file /etc/network/interfaces. If your First Ethernet Interface is eth0 ,see the following Example. Just add the following lines in the file with the help of an Editor and Restart the network or […]
How to Install Ubuntu restricted extras through Script Copy below yext and save as restricted.sh Then run !/bin/sh sudo su # install debconf-utils apt-get install debconf-utils # create answer file debconf-set-selections <<EOF sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true msttcorefonts msttcorefonts/defoma note EOF # install jdk apt-get -y install ubuntu-restricted-extras
If you’re running Ubuntu Maverick with Nvidia Official drivers, and your screen messed up at starting up and shutting down the system. You can try following method to fix the problem. Step 1: First, open up a terminal window from Applications -> Accessories menu. Run this command to install preparing tools: sudo apt-get install v86d […]