Configure CentOS Firewall From Command Line
Run Lokkit Program to Configure Firewall
lokkit
Add port 902 to communicate with VMWare service
Software For Every Situation.
Archive for the ‘Linux’ Category.
Run Lokkit Program to Configure Firewall
lokkit
Add port 902 to communicate with VMWare service
Install Package By Calling YUM With Install
yum install gcc
Secure Copy
scp <source file> <remote user>@<remote server>:<target file>
TAR And GZIP a Directory Into Single File
tar -czf /<output file name>.tar.gz /<input directory>
Extract Contents Of a TAR.GZ File
tar -xzf /<input file name>.tar.gz
Check Disk Usage
df
Mount The CD-ROM
mount /dev/cdrom
Issue The Disk Dump Command
dd if=/dev/cdrom of=/software/<filename>.iso
Stop VM Servers
/etc/init.d/vmware stop
Install VMWare Package
rpm -Uhv /tmp/VMware-server-<version>.i386.rpm
Run Installation Script
vmware-config.pl
Run YUM update, answer yes to all prompts
yum update -y