Logo
My Journal
Tag

Linux

Tag

Guide how to renew ip address in Linux

The -r flag explicitly releases the current lease, and once the lease has been released, the client exits. For example, open terminal and type the command: $ sudo dhclient -r Now obtain fresh IP: $ sudo dhclient There is no need to restart network service. Above command should work with any...

Continue reading ...

Guide how to Install yum On RHEL 4

1. Download yum by using wget # wget http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.8-1.noarch.rpm 2. Install the rpm # rpm -ivh yum-2.0.8-1.noarch.rpm 3. Configure /etc/yum.conf to use compatible repository [main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy...

Continue reading ...

Install Apache and Enable mod_rewrite Ubuntu Linux

The Apache HTTP Server, commonly referred to simply as Apache IPA: /əˈpætʃi/, is a web server notable for playing a key role in the initial growth of the World Wide Web and in 2009 became the first web server to surpass the 100 million web site milestone. Apache was the first viable alternative ...

Continue reading ...

How to Install Microsoft Fonts in Linux

How to Install Microsoft Fonts in Linux Guide: Tested on Distribution: Ubuntu Hardy Heron How to install MS core fonts You can install the MS core fonts by installing the msttcorefonts package. To do this, enable the “Universe” component of the repositories. This is done by default in Hardy. ...

Continue reading ...

Guide how to install Counter strike Server Under Linux

Installing the server Once logged in, do not start x-windows, rather stay in the command line interface (hereafter referred to as the CLI). If your Linux box automatically starts x-windows don't worry... when it starts up, just click on the Terminal Emulation icon you may have it on your taskbar o...

Continue reading ...

what are you going to do if your Linux server got hacked

Don’t panic. Keep your calm and develop a plan of actions Disconnect the system from the network Discover the method used to compromise the system Stop all the attacker scripts and remove his files Restore not affected services Fix the problem that caused the compromise Restore the affecte...

Continue reading ...

find all files of a particular size using terminal command line

The Unix find command is a very powerful tool, and this short post is intended to show how easy you can achieve something that might look complicate: to find all the files of a particular size. Let’s assume you are searching for all the files of exactly 6579 bytes size inside the home directory. Y...

Continue reading ...

Linux: Find Files Containing Text

Because of our being forgetful in nature, we oftentimes forget the files that we have created. We can only be fortunate if we can still remember the path, folder, or directory where we have stored those missing files. If that's the case, it would never be a big deal then. However, trully this a big ...

Continue reading ...