
How to sync a folder in Ubuntu 14.04 with Google Drive
Google drive is a free cloud storage provided by Google where you can store files accessible from any where in the world as long as […]
Google drive is a free cloud storage provided by Google where you can store files accessible from any where in the world as long as […]
Install and start samba server: # yum install samba # service smb start # chkconfig smb on Add users and group: # useradd user01 […]
This page gives basic information about Sudo users. The file used by sudo is /etc/sudoers Never use vi to open this file. Use the command […]
This page lists the procedure to be followed to create a CentOS 5 domU in Xen, without using virt-manager, or and other GUI tool. The […]
Netfilter : The actual filtering in a Linux box is done using Netfilter. Iptables : is the tool used to create this filters. Iptables maintain […]
An NIS system maintains and distributes a central directory of user and group information, hostnames, e-mail aliases and other text-based information in a network. Though […]
A network file system is a computer file system that supports sharing of files, printers, etc over a computer network. Package : nfs-utils.rpm Configuration file […]
SSH is a network protocol. It allows data to be exchanged using a secure channel between two networked devices. Same protocol is used for: ssh […]
Package: vsftpd—-.rpm Configuration file: /etc/vsftpd/vsftpd.conf Package: ftp (client) Two types of login: (a) Anonymous login: Anyone can login using the username “anonymous” or “ftp”, with […]
DNS is a structured database system that maps a computer’s fully qualified domain name into an IP address. Computers in a network use IP addresses […]
Copyright © 2025 | WordPress Theme by MH Themes