ksanthoshhegde.blogspot.com
Linux Administration: November 2010
http://ksanthoshhegde.blogspot.com/2010_11_01_archive.html
Sunday, November 21, 2010. To configure network services/servers, administrator must have a Knowledge of Port numbers,. So you can easily find out whether service/daemon is running or not. It will be very helpful when you are configuring iptables/firewall. Ex: You can block unwanted port numbers, it will reduce the risk of hack to the servers. Here i am listing very common ports which we will use in everyday tasks. FTP 20 and 21. DHCP 67 and 68. Tuesday, November 9, 2010. Backup and Restore Mysql database.
ksanthoshhegde.blogspot.com
Linux Administration: Commands to check errors in configuration files
http://ksanthoshhegde.blogspot.com/2011/05/commands-to-check-errors-in.html
Monday, May 23, 2011. Commands to check errors in configuration files. In Linux, Once the service configuration has been done we can check the configuration files for errors. Check Samba configuration file for errors with "testparm" command. Check HTTP(apache) configuration file for errors with the following commands. You can use any of the above commands to check the errors for apache). Check SSH configuration file for errors. Check DNS configuration file for errors. Subscribe to: Post Comments (Atom).
ksanthoshhegde.blogspot.com
Linux Administration: How to check server configuration details in Linux
http://ksanthoshhegde.blogspot.com/2011/07/how-to-check-server-configuration.html
Tuesday, July 5, 2011. How to check server configuration details in Linux. Here i am showing some basic commands using them you can gather the system/server information. To check what version of Operating System is installed on the server you can use the following commands:-. Root@localhost ]# cat /etc/issue. Red Hat Enterprise Linux Server release 5.5 (Tikanga). Kernel r on an m. Root@localhost ]# cat /etc/redhat-release. Red Hat Enterprise Linux Server release 5.5 (Tikanga). Root@localhost ]# uname -i.
ksanthoshhegde.blogspot.com
Linux Administration: Backup and Restore Mysql database
http://ksanthoshhegde.blogspot.com/2010/11/backup-and-restore-mysql-database.html
Tuesday, November 9, 2010. Backup and Restore Mysql database. It is very important to backup databases to prevent any loss of data. The easiest way backup the database is Mysqldump and we can restore it with mysql command. Mysqldump -u [username] -p [databasename] dumpfilename.sql. Ex: you assume that you want to backup a database called users and with username root, then the command would be. Mysqldump -u root -p users users.sql. Mysqldump file can easily be restored by using the following command.
ksanthoshhegde.blogspot.com
Linux Administration: July 2011
http://ksanthoshhegde.blogspot.com/2011_07_01_archive.html
Tuesday, July 5, 2011. How to check server configuration details in Linux. Here i am showing some basic commands using them you can gather the system/server information. To check what version of Operating System is installed on the server you can use the following commands:-. Root@localhost ]# cat /etc/issue. Red Hat Enterprise Linux Server release 5.5 (Tikanga). Kernel r on an m. Root@localhost ]# cat /etc/redhat-release. Red Hat Enterprise Linux Server release 5.5 (Tikanga). Root@localhost ]# uname -i.
ksanthoshhegde.blogspot.com
Linux Administration: January 2011
http://ksanthoshhegde.blogspot.com/2011_01_01_archive.html
Friday, January 28, 2011. Creating an empty file having a specific size using dd command. Using the most popular dd command in Linux/Unix you can create a file having a. Specific size. It can be Created for Testing purpose. Example when you are configuring disk quota. Dd if=/dev/zero of=example.txt bs=1M count=1024. It will create an empty file of size 1GB. Subscribe to: Posts (Atom). Http:/ webgeek-tutorials.blogspot.com. Creating an empty file having a specific size usin. View my complete profile.
ksanthoshhegde.blogspot.com
Linux Administration: Impotant Port Numbers
http://ksanthoshhegde.blogspot.com/2010/11/impotant-port-numbers.html
Sunday, November 21, 2010. To configure network services/servers, administrator must have a Knowledge of Port numbers,. So you can easily find out whether service/daemon is running or not. It will be very helpful when you are configuring iptables/firewall. Ex: You can block unwanted port numbers, it will reduce the risk of hack to the servers. Here i am listing very common ports which we will use in everyday tasks. FTP 20 and 21. DHCP 67 and 68. Subscribe to: Post Comments (Atom). View my complete profile.
ksanthoshhegde.blogspot.com
Linux Administration: May 2011
http://ksanthoshhegde.blogspot.com/2011_05_01_archive.html
Monday, May 23, 2011. Commands to check errors in configuration files. In Linux, Once the service configuration has been done we can check the configuration files for errors. Check Samba configuration file for errors with "testparm" command. Check HTTP(apache) configuration file for errors with the following commands. You can use any of the above commands to check the errors for apache). Check SSH configuration file for errors. Check DNS configuration file for errors. Wednesday, May 18, 2011. Here destin...
ksanthoshhegde.blogspot.com
Linux Administration: Backup and Restore the Subversion Repository
http://ksanthoshhegde.blogspot.com/2011/05/backup-and-restore-subversion.html
Wednesday, May 18, 2011. Backup and Restore the Subversion Repository. It is a good practice backup Subversion repository to avoid any loss of data and sometimes you may need to move the svn repository from one server to another server.You can move your repository to another server with the following method. 1 Backup your repository( Create dump). Svnadmin dump /path to /repository repositoryname.dump. 2 Copy the dump file to the new server. 3 Create a new Repository on the target server.
SOCIAL ENGAGEMENT