Category: Linux

Learn | Teach Open Source Technologies

Urdu CBT – Embracing Linux – Fedora – 009 – Basic Commands – Part 16/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 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

Urdu CBT Embracing Linux Fedora 009 Basic Commands Part 10/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

How to install RPM package in Linux

Linux Install an RPM File RPM is nothing but a a package management system. To install an rpm file, open a terminal and then type the following command: rpm -ivh .rpm.file-name