Install and Configure VSFTPD FTP Server – RHEL 6 – CentOS 6

Install and Configure VSFTPD FTP Server – RHEL 6 – CentOS 6

Red Hat - CentOS - Fedora, Video Tutorials
When you think of transferring files, you probably think of the File Transfer Protocol (FTP) because it has been around for so long. While simple to use, FTP has become obsolete because it lacks the ability for secure file transfers. vsftpd (Very Secure File Transport Protocol Daemon) is a secure, fast FTP server for Unix/Linux systems. Steps: 1. Install vsftpd yum install vsftpd 2. Enable vsftpd service chkconfig vsftpd on 3. Start vsftpd service service vsftpd start 4. Check ftp port netstat -ntl | grep 21 5. Test ftp server access FTP server is running and anonymous access is enabled by default 6. Disable anonymous access Edit /etc/vsftd/vsftpd.conf anonymous_enable=NO 7. Enable dual logging dual_log_enable=YES It created /var/log/vsftpd.log file which uses vsftpd log format 8. Enable server time for display of…
Read More
Installing Debian 7.0 Wheezy in VMware Workstation 9

Installing Debian 7.0 Wheezy in VMware Workstation 9

Linux, Video Tutorials
Debian is the most stable and popular non-commercial Linux distribution. It is maintained by a global community of over 1,200 registered developers dedicated to improving and enhancing its functionality. So, new versions of Debian are released only when they are ready. The package management tools in Debian are so well-developed that even commercial Linux distributions such as Red Hat have implemented Debian's technology to handle their packages. Related Video: https://www.youtube.com/watch?v=CdzIzCckr2A Hope you found it informative and useful.Any questions or comments are welcomed.
Read More
How to Install Linux Mint 15 Cinnamon (Olivia) in VMware Workstation 9.0.2

How to Install Linux Mint 15 Cinnamon (Olivia) in VMware Workstation 9.0.2

Linux, Video Tutorials
The purpose of Linux Mint is to produce a modern, elegant and comfortable operating system which is both powerful and easy to use. Linux Mint is the most popular desktop Linux distribution and the 3rd most widely used home operating system. Why Linux Mint? These are some reasons for the success of Linux Mint: Free and open source. Community-driven. Based on Debian and Ubuntu, it provides about 30,000 packages. Works out of the box, with full multimedia support and is extremely easy to use. Safe and reliable. Related Video: https://www.youtube.com/watch?v=MMMcwAUi9BA
Read More
How to Reset Password in Ubuntu Linux

How to Reset Password in Ubuntu Linux

Linux
There are many reasons you may need to reset password in Ubuntu Linux: You just installed Ubuntu and forgot what password you selected during the installation. You have too many passwords in your mind. You took Ubuntu from somebody else but you do not know username password. This tutorial shows you how to reset password in Ubuntu Linux. Steps to Reset Ubuntu Password 1. Turn your computer on or Reboot if it is already powered-on. 2. Press ESC at the GRUB prompt. 3. Press e for edit. 4. Highlight the line that begins "kernel ", press e 5. Go to the very end of the line, add rw init=/bin/bash 6. Press enter, then press b to boot your system. Your system will boot up to root shell without prompting password. 7. To reset your password, type passwd…
Read More

Envy: A Fast and Easy Way to Install Video Drivers for Ubuntu

Linux
If you have an advanced Video Card, you can sometimes have trouble installing the drivers. A fast and easy way to install your Video drivers is to use a program called Envy. Envy can help you with your initial installation, and any time you have to reinstall because of a Kernel update. 1- Open your favorite terminal 2- type in sudo apt-get install envyng-gtk 3- Launch EnvyNG's GUI by selecting it in the "Applications/System Tools" menu.
Read More
Managing SWAP Partitions – RHEL 6.x – CentOS 6.x

Managing SWAP Partitions – RHEL 6.x – CentOS 6.x

Red Hat - CentOS - Fedora, Video Tutorials
If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space. Swap space is a portion of a hard disk drive (HDD) that is used for virtual memory. It can be whole disk partition or just a file inside an existing partition or a combination of swap partitions and swap files. We will see how to manage SWAP Partitions on RHEL 6.x or CentOS 6.x Steps: 1. Show current SWAP allocation free -m swapon -s 2. Create additional SWAP space from new partition Reboot is required at this step 3. Make swap mkswap /dev/sdb2 UUID=8bced662-e967-4861-9bac-6df8957b3eb5 4. Update /etc/fstab UUID=8bced662-e967-4861-9bac-6df8957b3eb5 swap swap defaults 0 0 5. Re-reads /etc/fstab for swap swapon -a 6. Show swap usage summary by device swapon -s free…
Read More
Install and Configure Secondary (Slave) BIND DNS Server – RHEL 6 – CentOS 6

Install and Configure Secondary (Slave) BIND DNS Server – RHEL 6 – CentOS 6

Red Hat - CentOS - Fedora, Video Tutorials
After we have installed BIND as a master DNS server (centos01) (as explained in my recent video), we can now set up a secondary DNS server (centos02) with BIND on CentOS. centos02 acts as a backup if there are problems with centos01. This tutorial will show you how to setup and configure Secondary (Slave) BIND DNS Server on RHEL 6.x or CentOS 6.x Note: centos01.linuxlab.local is Primary (Master) DNS server for linuxlab.local domain We'll make centos02.linuxlab.local ( 192.168.0.22) as secondary dns server for linuxlab.local domain Steps: 1. Define centos02 as Name Server in the primary zone 2. Install bind on other server 3. Configure /etc/named.conf on centos02 (secondary dns server) 4. Allow zone transfer to only our secondary dns server in primary dns server allow-transfer { 192.168.0.22; }; 5. start…
Read More
How to Install PCLinuxOS KDE 2013.04 in VMware Workstation 9

How to Install PCLinuxOS KDE 2013.04 in VMware Workstation 9

Linux, Video Tutorials
Why PCLinuxOS? PCLinuxOS is based on Mandriva. PCLinuxOS aims to be a simple distribution that reaches to the masses, allowing Windows users to easily and painlessly convert. It uses Synaptic as the frontend for the APT package management system, also used in Ubuntu. On the other hand, it retains many of the GUI-oriented functions that Mandriva has, making it suitable for Linux newbies. In following video tutorial, we will see: - Installing PCLinuxOS KDE 2013.04 in VMware Workstation 9.0.2 - Installing VMware Tools Related Video: https://www.youtube.com/watch?v=o9GXjStuwiY Hope you found it useful. Any questions or comments are welcomed.
Read More
Install Fedora 19 KDE Desktop Edition in VMware Workstation 9

Install Fedora 19 KDE Desktop Edition in VMware Workstation 9

Red Hat - CentOS - Fedora, Video Tutorials, Workstation
Anaconda installer for Fedora 18 was a complete mess after its installer user-interface was redone. The Fedora 19 KDE installation is fairly simple and easy process. The Best Features Of Fedora 19 Fedora 18 is one of the first major tier-one Linux distributions shipping the GCC 4.8 compiler by default. GCC 4.8 has a whole lot of improvements from faster performance for some workloads to better instruction set coverage on new processors and full C++11 support. GNOME 3.8, KDE Plasma 4.10, and MATE 1.6 are among the Linux desktop environment options available on Fedora 19. GNOME 3.8, of course, is the default desktop environment for Fedora Linux 19. RPM 4.11 is now in use for package management and it brings better performance, lower memory usage, better file conflict detection, and…
Read More
How to Enable SSL Support for VSFTPD – RHEL 6 – CentOS 6

How to Enable SSL Support for VSFTPD – RHEL 6 – CentOS 6

Red Hat - CentOS - Fedora, Video Tutorials
FTP, or file transfer protocol, was a popular way to transfer files between local and remote computers in the past. Traditional FTP is rather insecure. When you login, your username and password are transmitted in clear text, raising the possibility of your credentials being sniffed. If you still want to use FTP instead of a more secure alternative like SFTP, which uses the SSH protocol to implement file transfers, you can secure it somewhat by configuring FTP to use SSL. You can quite easily configure your vsftpd server to use OpenSSL encryption, so that usernames & password, and even data files, are encrypted during transfer. It takes just a few simple steps. Steps: 1. Check whether the latest mod_ssl installed locate mod_ssl 2. Install the latest mod_ssl via yum yum…
Read More