NTP stands for Network Time Protocol, and it is an Internet protocol used to synchronize the clocks of computers to some time reference. If you have communicating programs running on different computers, time still should even advance if you switch from one computer to another. Obviously if one system is ahead of the others, the…
Continue reading Step by Step Configuration of NTP Client in CentOS/RHEL/LinuxBZIP2 file type compress BZIP2 file type decompress GZIP2 files types compress GZIP2 files types decompress
Continue reading Compress and Decompress Files in CentOS/RHEL/LinuxRAID Mirroring means a clone of same data writing to two drives. To create RAID 1 a minimum number of disks required is two and its useful only, when read performance or reliability is more precise than the data storage capacity. Mirrors are created to protect against data loss due to disk failure. Each disk…
Continue reading Step by Step Setup of RAID 1 on CentOS 6x / RHEL6The Dynamic Host Configuration Protocol (DHCP) is a network protocol used to assign IP addresses and provide configuration information to devices such as servers, desktops, or mobile devices, so they can communicate on a network using the Internet Protocol (IP). #yum –y install dhcp* #vim /usr/share/doc/dhcp-4.1.1/dhcpd.conf.sample ->this is just a sample file of DHCP #vim…
Continue reading Configure DHCP Server in CentOS 6.3Hit the following command #grub-md5-crypt The system will ask you for the password, set the password and you will receive the encrypted password save that encrypted password for your security. #cp /etc/grub.conf /backup -> make backup for your grub.conf #vim /etc/grub.conf Find “Title Red Hat Enterprise Linux” and go to one line down, then type…
Continue reading How to set-up grub password?Reboot the computer and press ENTER before the timeout elapse 5s Press ‘e’ in Redhat parameter Again press ‘e’ in kernel /vmli… Then after quit write ‘1’ or ‘single’ or ’emergency’ then press ENTER Again select kernel line and then press ‘b’ to boot the system in single user mode check whether the system is…
Continue reading Password Recovery of Root Account in CentOS 6.3Domain Name System (DNS) is the name resolution protocol for TCP/IP networks, such as the Internet. Client computers query a DNS server to resolve memorable, alphanumeric DNS names to the IP addresses that computers use to communicate with each other. -First set Host Name #vim /etc/sysconfig/network NETWORKING=yes HOSTNAME=primary.dns.com #ifconfig -> check the ip address it…
Continue reading How to setup DNS in CentOS 6.3[2016] Latest IDM Crack File – Updated Version Internet download manager is one of the most ever used download managers in the internet. This is a most famous download manager because of the flexibility and its ability to download nearly all the extensions. This IDM has a support for nearly all the extensions that are…
Continue reading IDM Crack File Free DownloadWhat i did $sudo /opt/lampp/lampp start Output : XAMPP: Starting Apache…fail. XAMPP: Another web server is already running. XAMPP: Starting MySQL…ok. XAMPP: Starting ProFTPD…ok. How i solved it sudo /etc/init.d/apache2 status sudo /etc/init.d/apache2 stop
Continue reading LAMPP won’t start, web server already running$cd /opt/lampp/ $sudo ./manager-linux-x64.run
Continue reading How to open Xampp Control panel GUI