Month: March 2014

Learn | Teach Open Source Technologies

Urdu CBT Embracing Linux Fedora 001 Using Fedora15 Live ISO Part 1/2

This CBT explains how you can use Fedora 15 Live CD to try the Fedora Linux environment. You can use the same to install the OS. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 001 Installation Part 2/2

This CBT explains the procedure/steps to install Fedora Linux on a PC. Author : Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 001 Linux Installation Part 1/2

This CBT explains the procedure/steps to install Fedora Linux on a PC. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT – Embracing Linux Fedora 001 Understanding Licensing Part 2/2

This CBT explains how you can use Fedora 15 Live CD to try the Fedora Linux environment. You can use the same to install the OS. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 001 Understanding Licensing Part 1/2

This CBT explains various concepts related to Licenses. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

Urdu CBT Embracing Linux Fedora 000 Linux History

This CBT explains the history of Linux Operating System. Author: Muhammad Kamran Azeem Courtesy: http://wbitt.com

How to Configure Network Time Protocol NTP Server in CentOS RHEL Fedora

We have two Linux Machines one machine is Server  and one machine is Client Server Machine 192.168.1.50 baber Cleint Machine  192.168.1.60 farrukh Server side configuration on CentOS /RHEL /Fedora root@localhost# vi /etc/ntp.conf

Need to understand what is Copyleft? (Extracted from http://Wikipedia.org)

http://en.wikipedia.org/wiki/Copyleft   (Credit goes to http://WikiPedia.org ) From Wikipedia, the free encyclopedia Copyleft symbol Copyleft (a play on the word copyright) is the practice of using copyright law to offer the right to distribute copies and modified versions of a work and requiring that the same rights be preserved in modified versions of the work. In other words, copyleft is…
Read more

Authentication Server: Setting up FreeRADIUS in RHEL, CENTOS

Installing FreeRADIUS Head over to the FreeRADIUS site, http://www.freeradius.org/, and download the latest release. # cd /usr/local/src # wget ftp://ftp.freeradius.org/pub/radius/freeradius-1.0.0.tar.gz # tar zxfv freeradius-1.0.0.tar.gz # cd freeradius-1.0.0 Configure, make and install: # ./configure # make # make install You can pass options to configure. Use ./configure –help or read the README file, for more information.…
Read more

DHCP Server How to Install DHCP Server on CentOS

DHCP stands for Dynamic Host Configuration Protocol. This is a standardized network protocol and is used to automatically assign IP Address to computers on network. It is configured in a Client-Server Environment. DHCP server is the one that assigning IP Addresses to client computers on the network. Each client is assigned a unique IP Address.…
Read more