Description
ufw is stands for Uncomplicated Firewall, this program is for managing a Linux firewall and aims to provide an easy to use interface for the user, as well as support package integration and dynamic-detection of open ports. ufw is not intended to provide complete firewall functionality via its command interface, but instead provides an easy […]
Linux Commands's archives
ufw - Uncomplicated Firewall
Screen Command In Linux
Introduction
When screen is called, it creates a single window with a shell in it and then gets out of your way so that you can use the program as you normally would. Then, at any time, you can create new windows with other programs in them (including more shells), kill existing windows, view a list […]
Creating a swap file
Using the command dd you can create swap file.
dd - convert and copy a file
First of all check the current swap size using the command ‘free’
$ free
Output
total used free shared buffers […]
Backuping & Restoring using mysqldump & mysqlhotcopy
Using mysqldump
Using ‘mysqldump’ command you can take the mysql database backup. This command all the datas to a text file.
The syntax is
shell> mysqldump [options] db_name [tables]
shell> mysqldump [options] –databases db_name1 [db_name2 db_name3…]
shell> mysqldump [options] –all-databases
Backuping Examples:
shell> mysqldump -u root -p dbaseName > file.sql;
shell> Enter the password
Restoring Example:
Suppose, we have the database as file.sql, and we […]
Continue reading " Backuping & Restoring using mysqldump & mysqlhotcopy "
Search
My MobSpace
More About The Site
Tags
- all Amazon Apache asp autobench background process backup backups catch all catchall cleaning directories deamon digital certificate error favicon fuse google map API Google Map Key httperf http testing image in address bar Iptables Linux mail server mono mount mysql backups mysqldump mysqlhotcopy openload pcntl performance testing PHP php-modules php installation postfix rsync S3-Backup s3fs Shell Script ssh-key ssh-keygen teapop varnish
Categories
- Linux (35)
- Linux Commands (4)
- PHP (8)
- Micellanious (11)
- Mysql (4)
- Shell Script (2)
- Solaris (1)
- Apache (6)
- Tips & Tricks (7)
- Securities (1)
- Iptables (3)
Archives
- October 2008 (2)
- September 2008 (2)
- August 2008 (1)
- July 2008 (4)
- June 2008 (10)
- May 2008 (5)
- April 2008 (2)
- March 2008 (6)
- February 2008 (7)
















