Category: Terminal

Learn | Teach Open Source Technologies

Urdu CBT Embracing Linux Fedora 009 Basic Commands – Part 15/16

This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 009 Basic Commands – Part 14/16

This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 009 Basic Commands – Part 13/16

This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 009 Basic Commands Part 12/16

This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 009 Basic Commands Part 11/16

This CBT demonstrates the use of basic Linux commands. 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

SETTING UP LINUX YUM REPOSITORY IN REDHAT/CENTOS

when we implement the REDHAT based servers, when we dont have the proper license we will be facing a lot of issues for installing the softwares. So to overcome the issue we need to setup the LOCAL REPOSITORY server. this  will eliminate the installation issues.Below i have explained how to setup the repo server step-by-step. SETTING…
Read more

Moving Files Between Linux Systems With SCP

This article is about how to move files between servers using the scp (secure copy) command. To show how it works, I will move files from my HDD to a virtual machine running on VirtualBox. There is Linux Mint 11 installed on both drives. This tutorial comes without warranty of any kind. I do not…
Read more

Bugzilla Setup on CentOS 6

About What is Bugzilla? Bugzilla is a “Defect Tracking System” or “Bug-Tracking System”. Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being “free”, Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has…
Read more