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
This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com
This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com
This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com
This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com
This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com
This CBT demonstrates the use of basic Linux commands. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com
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
Webmin is a free and opensource software, mainly used by Webmasters to manage the server. Quote Hardware/software Used:Server: CentOS Webserver Software: Webmin Issue : Creating Email Accounts Note: How to Access Webmin:
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
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