Category: Tutorials

Learn | Teach Open Source Technologies

How to Install RHQ on CentOS 6.5

Install PosgreSQL 3.1.1. Type ‘yum install postgresql*’ making sure to include the asterisk (*) 3.1.2. Type ‘y’ when prompted (happens twice) Confirm java version 4.1.    Type ‘java –version’ 4.2.    Confirm it’s running at least 1.6 and using OpenJDK (or Oracle/Sun Java or JRockit, but NOT GNU Libgcj)

Ntop Network Traffic monitoring in Linux Gateway machine (CentOS /RHEL / Fedora / Debian / Ubuntu) Urdu CBT

Ntop Network Traffic monitoring in Linux Gateway machine (CentOS /RHEL / Fedora / Debian / Ubuntu) Urdu CBT by Babar Zahoor In this CBT we can learn how to install & Configure NTOP  Network TOP utility on Ubuntu / Debian based Linux  machines to Monitor Network Traffic. It will also help learn how to configure…
Read more

Urdu CBT Linux System Administration 005 BIND DNS 4/6

This CBT shows how to configure BIND domain name server (DNS) on CENTOS through CLI. Valid for Fedora, RHEL, CENTOS, and any other distribution derived from these. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Linux System Administration-003-Apache Web Server-5/5

This CBT shows how to configure Apache Web Server on CENTOS through CLI. Valid for Fedora, RHEL, CENTOS, and any other distribution derived from these. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Linux System Administration-003-Apache Web Server-3/5

This CBT shows how to configure Apache Web Server on CENTOS through CLI. Valid for Fedora, RHEL, CENTOS, and any other distribution derived from these. Author: Muhammad Kamran Azeem Site: http://wbitt.com

Urdu CBT Linux System Administration-003-Apache Web Server – 2/5

This CBT shows how to configure Apache Web Server on CENTOS through CLI. Valid for Fedora, RHEL, CENTOS, and any other distribution derived from these. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Linux System Administration-003-Apache Web Server – 1/5

This CBT shows how to configure Apache Web Server on CENTOS through CLI. Valid for Fedora, RHEL, CENTOS, and any other distribution derived from these. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Linux System Administration-001-Linux Run Levels

This CBT discusses Linux run levels. Valid for Fedora, RHEL, CENTOS. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

….HOW TO VLAN USING LINUX DISTRO….

Setting up 802.1q VLAN tagging by loading 8021q Linux kernel driver Check that Linux kernel driver module called 8021q is loaded: # lsmod | grep 8021q If it is not loaded, load it with the following modprobe command: # modprobe 8021q How to VLAN Linux usingCentOS/RHLE/Fedora Linux I am using RHEL/CentOS Linux with VLAN ID…
Read more

Linux Find Out CPU Architecture Information

How do I find out my CPU architecture information under Linux operating systems? You can use /proc/cpuinfo file or use the lscpu command to get info about CPU architecture. It will display information like: Number of CPUs Threads Cores Sockets NUMA nodes