Linux How To Video Links

Most of these are How To videos found scattered around on YouTube, you could do a search on YouTube for “Linux How To” or “linuxjournalonline” or similar.  Better yet, you can come to this page where we will try to post the best of the bunch as we find them.  BEL project team members will be creating some How To videos in the future to provide assistance directly relating to some of the articles in our Wiki.  One thing to note about most of these videos is that the presenter often uses the vi text editor  to modify the config files he works on.  You can use other editors like nano or gedit or mousepad, etc just as well.

How To: Install Webmin;

Editors Note:  you may need to install certain dependencies before you install Webmin.  Please make sure your system has libnet-ssleay-perl,  libauthen-pam-perl,  libio-pty-perl and libmd5-perl installed before you install Webmin.  You can use a one line command to do it:

apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl

After those are installed and Webmin is downloaded, if you have a console only system, you can use this to install Webmin while in the directory you downloaded it to:

dpkg -i webmin_1.480_all.deb

How To: Linux IP Tables:

How to: Secure Web Server;

How To: Apache Web Server Load Balancing;

How To: installing/Reinstalling GRUB;

How To: Add a Windows SAMBA share in fstab file;

How To: Quick intro to CUPS print server;

How To: Access /etc/hosts file

Editors note:  While simple address redirection is one possible usage for the hosts file on one computer, this file is most used on small networks of approx 10 or fewer hosts ( individual computers) on a network without a dedicated local DNS server or DHCP.  Although it can work in conjunction on a small LAN with DHCP.

Install TeamSpeak 3 on Linux Server

TeamSpeak is flexible, powerful, scalable software which enables people to speak with one another over the Internet. TeamSpeak consists of both client and server software. The server acts as a host to multiple client connections, capable of handling literally thousands of simultaneous users. This results in an Internet based conferencing solution that works in a variety of applications such as team mates speaking with one another while playing their favorite online game, facilitating inter-office communication among co-workers, or simply for personal communication with friends and family.