Linux tutorials

Script to make webcam working in Skype

When using skype in Linux, happen that when you install Skype the webcam will not work, you can use the mic for voice conversation...

Script to install Nvidia driver in Debian Squeeze with one click

This is a nice script that will allow you to install Nvida driver in Debian Squeeze the easy way . . . . . . #!/bin/bash # NVIDIA-Installer-Squeeze # Enrique Molina # # GNU Public...

Three steps to securing LAMP Servers

Maintaining a secure Web server on a Linux platform truly tests your knowledge of server-side in Linux, Apache and PHP. You will have to...

How to install Flash player For Fedora 14 and 15

Question: How to install Flash player  for Fedora  14 or  15 ?  Answer :   1- Download Flash player from this link (32bit or 64bit) 2- Now open terminal...

Install KDE 4.7 in Fedora 14 and 15

Qeustion: How to install the Last KDE for Fedora 14 and 15.? Answer: Fedora is working normally with Gnome 3 ,   this last Gnome is making problems...

Mandriva small NFS server

Network File System (NFS) is a network file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client...

useful tools for Fedora15

Install  from fastestmirror   using  the fastestmirror plugin which (typically) speeds up downloads by attempting to find faster sources. To install: yum install yum-plugin-fastestmirror   Cairo-Dock In Fedora To install...

Install and configure Nginx with PHP and MySQL on Fedora

If you have ever had any experience working with web servers you may already be familiar with two of the most widely used web...

Installing and configuring a Ventrilo VOIP server

Ventrilo is a lightweight VOIP server used not only for voice communication, but it also acts as a chat room of sorts. It is...

Install Java JRE/JDK in gentoo and sabayon

Question:  How  to install  Java  and  Java  plugins in  Sabayon or  gentoo ?  Answer : Install  JDK/JRE emerge virtual/jdk. to install your profile's default JRE emerge virtual/jre Configuring your JDK/JRE java-config...

Howto- Configuring BIND master and slave DNS servers

DNS (Domain name system) servers are one of the most crucial parts of hosting servers on the internet. DNS servers give us the ability...

Run Linux on Windows without Virtualization using andLinux

If you are a windows user and you want to try linux without using dual boot or a virtual machine . As you know,...

Remote access, share desktop and transfer files with TeamViewer

TeamViewer is excellent software for allowing the control of your computer from remote places, sharing the desktop and transferring the files between the computers...

Setting up a PPTP VPN in Linux

PPTP or PopTop is a vpn implementation that is rather similar to OpenVPN. The difference is that PPTP is quite a bit less secure...

How to Install Linux Kernel 3.0 on Ubuntu/Mint

Few weeks ago, the  New kernel 3.0 was released .The new release did come with  many  features such as Btrfs data scrubbing and automatic...

Configure IPWF firewall in FreeBSD

The IPFIREWALL (IPFW) is a FreeBSD sponsored firewall software application authored and maintained by FreeBSD volunteer staff members. It uses the legacy stateless rules...

Install Squirrel Mail on Ubuntu Server

SquirrelMail  is an Open Source project that provides both a web-based email application and an IMAP proxy server. The webmail portion of the project was...

Install LAMP in Gentoo/Sabayon

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server,...