CentOS 6.2 VMware Tools Install the Easy Way
No internet tools install Initiate the VMware tools installed on your CentOS 6.2 VM. Open an SSH session to your VM and copy/paste this: (It is not recommended to directly…
No internet tools install Initiate the VMware tools installed on your CentOS 6.2 VM. Open an SSH session to your VM and copy/paste this: (It is not recommended to directly…
Optional: Run the following command to list down the available package groups for CentOS 7. # yum group list Output: Loaded plugins: fastestmirror There is no installed groups file. Maybe…
We will use eth0 in this example, your interface can be named differently, see Finding your network interface. If you have disabled the either wicd or the network manager you…
ntpdate Ubuntu comes with ntpdate as standard and will run it once at boot time to set up your time according to Ubuntu’s NTP server. ntpdate -s ntp.ubuntu.com ntpd The…
Enable Firewalld To enable firewalld, run the following command as root: systemctl enable firewalld Start Firewalld To start firewalld, run the following command as root: systemctl start firewalld Check the…
Install dnstop # yum install libpcap-devel ncurses-devel # yum install gcc Now, grab latest source code using wget command, enter: # cd /tmp # wget http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20140915.tar.gz # tar -zxvf dnstop-20080502.tar.gz…
Scenario Primary(Master) DNS Server Details: Operating System: CentOS 6.5 server Hostname: masterdns.unixmen.local IP Address: 192.168.1.100/24 Secondary(Slave) DNS Server Details: Operating System: CentOS 6.5 server Hostname: secondarydns.unixmen.local IP Address: 192.168.1.101/24 Client…
Login to MySQL First we’ll login to the MySQL server from the command line with the following command: mysql -u root -p In this case, I’ve specified the user root…
Scenario Primary (Master) DNS Server Details: Operating System: CentOS 7 minimal server Hostname: ns1.scbd.com IP Address: 192.168.5.180/24 Secondary (Slave) DNS Server Details: Operating System: CentOS 7 minimal server Hostname: ns2.scbd.com…
GUI Mode Recommended for beginners Step 1 » Type this command “nmtui” to open Network manager and press enter after choosing ” Edit a connection” ( Use TAB for choosing…