Install GUI ins Ubuntu Server Rumi, August 25, 2011 First you nee to make sure you have enabled Universe and multiverse repositories in /etc/apt/sources.list file once you have enable you need to use the following command to install GUI sudo apt-get update sudo apt-get install ubuntu-desktop The above command will install GNOME desktop If you wan to install a… Continue Reading
SCP in linux Rumi, July 27, 2011 In Unix, you can use the scp command to copy files and directories securely between remote hosts without starting an FTP session or logging into the remote systems explicitly. The scp command uses SSH to transfer data, so it requires a password or passphrase for authentication. Unlike rcp or FTP,… Continue Reading
How to enable automatic logon in Windows 2003 Advanced Server Rumi, July 20, 2011 Use Registry Editor (Regedt32.exe) to enable automatic logon Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the… Continue Reading
When i installed Debian, i forgot to install GNOME! How to install? Rumi, July 11, 2011 apt-get install x-window-system Once X installed proceed with gnome, following packages are minimum but gives you gnome gui based interface… so on it's easier to add other packages from synaptic. apt-get install gnome-core gdm synaptic Be careful on you /et/apt/source.list file- if the CDROm is un-commented then installation will begin… Continue Reading
.htaccess tips and tricks Rumi, July 9, 2011 Redirecits redirectpermanent /training/test.html http://www.example.com/learning/newtest.html Allow SSI FIles AddType text/html .shtml .shtm .htm .html AddHandler server-parsed .shtml .shtm .htm .html Parsing PHP in HTML RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html Allow or prevent directory browing IndexIgnore */* Options +Indexes Password Protection <Files secret_file.html> AuthType Basic AuthName "Team Page" AuthUserFile… Continue Reading
Public DNS Servers List Rumi, July 8, 2011 => Service provider: Google Google public dns server IP address: 8.8.8.8 8.8.4.4 => Service provider:Dnsadvantage Dnsadvantage free dns server list: 156.154.70.1 156.154.71.1 => Service provider:OpenDNS OpenDNS free dns server list / IP address: 208.67.222.222 208.67.220.220 => Service provider:Norton Norton free dns server list / IP address: 198.153.192.1 198.153.194.1 => Service… Continue Reading
Linux Rescue Mode, recovering from boot Rumi, July 2, 2011 When things go wrong, there are ways to fix problems. However, these methods require that you understand the system well. This chapter will describe the ways that you can boot into rescue mode and single user mode, where you can use your own knowledge to repair the system. What is… Continue Reading
Linux ISO and DR Solution- Mondo Rescue Rumi, July 1, 2011July 1, 2011 Mondo Rescue is a GPL disaster recovery solution. It supports Linux (i386, x86_64, ia64) and FreeBSD (i386). It's packaged for multiple distributions (RedHat, RHEL, SuSE, SLES, Mandriva, Debian, Gentoo). It supports tapes, disks, network and CD/DVD as backup media, multiple filesystems, LVM, software and hardware Raid. You need it to be… Continue Reading
Icinga Resources Rumi, May 31, 2011June 11, 2012 http://www.howtoforge.com/icinga-monitoring-solution-installation-and-configuration-on-centos http://www.kernelhardware.org/nagios-nrpe-to-monitor-remote-linux-server/ http://docs.icinga.org/1.0.1/en/quickstart-icinga.html http://danielaliaman.com/blog///index.php/install_nrpe_on_debian_host?blog=2 http://nagios.sourceforge.net/docs/3_0/monitoring-publicservices.html http://winnersdontlose.com/?p=67 http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration https://sites.google.com/a/blueprint.org/infrastructure/Home/List-of-All-Tasks/Configure-new-Nagios-clients http://docs.icinga.org/1.2/en/ http://docs.icinga.org/1.2/en/monitoring-windows.html http://docs.icinga.org/1.2/en/monitoring-routers.html http://docs.icinga.org/1.2/en/verifyconfig.html http://docs.icinga.org/1.2/Icinga_v12_en.pdf http://efwsupport.com/index.php?topic=451.0 http://www.deobfuscate.net/?p=680 http://www.nagios-wiki.de/nagios/plugins/check_http http://linuxsysadminblog.com/2009/01/monitoring-a-java-application-from-nagios/ http://linuxsysadminblog.com/2009/02/nagios-how-to-check-if-remote-process-is-running/ http://techblog.willshouse.com/2012/03/26/nagios-check_dns-example/ Continue Reading
Virtual Hosting with Tomcat Rumi, May 30, 2011 This is a guide on setting up Tomcat to do virtual hosting and make it behave like a simple webserver with jsp and servlet support, for many different sites all hosted on the same IP address. The aim is to have a single directory for each virtual host, which can… Continue Reading