Starting vsftpd The methodologies vary depending on the variant of Linux you are using as you’ll see next. Fedora / CentOS / RedHat With these flavors of Linux you can use the chkconfig command to get vsftpd configured to start at boot: [root@bigboy tmp]# chkconfig vsftpd on To start, stop, and restart vsftpd after booting [...]
Some time you will find CD images with .img extensions. IMG files are raw-data copies of optical media and are primarily used to store CDs with odd properties,such as sectors which need to have read errors when read. Conversion to ISO format removes this information,as ISO format does not support this. You can manipulate such [...]
A QR Code (it stands for “Quick Response”) is a mobile phone readable barcode.simply encode a URL into the QR Code and then point a mobile phone (or other camera-enabled mobile) at it. If the device has had QR Code decoding software installed on it, it will fire up its browser and go straight to [...]
Xrandr (X Rezise and Rotare) is a command line utility available in your Linux system for reseting and resizing your screen resolution. So, if there is any issues with your display, no problem you can fix it from a Terminal. First You have to find the possible resolutions with xrandr -q $ xrandr -q Screen [...]
Ping is used to check if a machine is up. Most of the hackers do use ping to find a online machine. By blocking ping, you can reduce the chance of getting your machine hacked. You can disable ping by adding following line to /etc/init.d/networking (network init script) echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all to re-enable echo 0 [...]
We can create Encrypted Folder in Ubuntu using Cryptkeeper. Cryptkeeper is a system tray applet for Linux that is designed to provide you with simplified options to create hidden encrypted directories. You can save your important data on the password-protected and encypted directories and access at any time by displaying a hidden folder option in the system tray.
The Simple Backup suite, short just SBackup, is a simple backup solution for Gnome desktop. All configuration is accessable via Gnome interface. File and paths can be included and excluded directly or by regex, local and remote backups supported. Features creates compressed and uncompressed backups can split uncompressed backups into several chunks support of multiple [...]
Burg is a brand-new boot loader based on GRUB. It uses a new object format which allows it to be built in a wider range of OS, including Linux/Windows/OSX/Solaris/FreeBSD, etc. It also has a highly configurable menu system which works in both text and graphic mode. If you use dual boot Linux, that is, if [...]
There are many download servers and mirror server, for ubuntu packages and updates, in this world. A default server will be set for your software sources according to your location. This server need not be the best and fastest server available for you. You can choose the best server available and set it as the [...]
Some of you might face this situation. Ubuntu’s Ubiquity Installer could not detect SATA drive, although sudo fdisk -l lists the drive.It even appeared in gparted. It seems that the SATA drive had left over raid configuration information that was telling the installer to skip the drive (as if it was unsupported). In the following tutorial, I will show [...]



