Installing Proftpd on Suse Linux 11.0 Rumi, May 24, 2009 It was a really time consuming to make a workable daemon of proftp server. Surprisingly, this daemon is not a easily setup by other linux disto like FC or CentOS or RHL. Anyway, the purpose on installing this is to make it work with Webmin+Virtualmin package. So, this installation will… Continue Reading
Apache htaccess and htpasswd Rumi, May 23, 2009March 29, 2017 In order to protect a site or a directory using Apache htaccess and htpasswd files follow the steps- 1. Creating .htaccess file and putting the following code- AuthUserFile /your/abosolute/path/to/this/file/.htpasswd AuthGroupFile /dev/null AuthName “Protected files” AuthType Basic <Limit GET> require valid-user </Limit> 2. Create a .htpasswd in the same directory as… Continue Reading
Installing Proftp on OpenSuse 11 Rumi, April 30, 2009 I want to use Proftpd instead of vsftpd which is SUSE’s default FTP server because the control panel software I am going to install on this server (ISPConfig) requires Proftpd on OpenSUSE 11 (on other distributions this is different). Since there are no OpenSUSE packages for Proftpd I have to… Continue Reading
Installing Nagios on openSUSE 11.0 Rumi, April 27, 2009 Scope: Nagios is an excellent tool that can be used to monitor your systems and devices. For more detailed information check out the main Nagios site : Nagios.org The scope of this howto is to give specific installation tips for Nagios running on openSUSE 11.x (should also work on openSUSE… Continue Reading
Step by step procedure for installing Sarg Log Analyzer Rumi, April 17, 2009 Installation of the sarg log analyzer: 1) Download the packeg to “/usr/local/src” directory cd /usr/local/src wget -nd http://downloads.safesquid.net/free/general/precompiled/sarg-2.2.3.1.tar.gz Continue Reading
How to install “Yum” in OpenSuSe Rumi, March 12, 2009 A simple line of installation in command console- Yast2 –i yum yumex yum-metadata-parser yum-utils Continue Reading
What is phpize? where to get it and how to install it Rumi, March 3, 2009 For FC or Centos Distro use yum install php-devel Continue Reading
How to install ffmpeg on CentOS or Redhat Enteprirse Linux the easy way Rumi, March 3, 2009 This is the easy way to install ffmpeg on CentOS or RHEL/Redhat Enterprise Linux the easy way.\ vi /etc/yum.repos.d/dag.repo Insert the following: [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 Continue Reading
Adding a virtual network interface using webmin Rumi, February 9, 2009 There are two situations in which you might want to add a new network interface – if your system has just had a network card installed, or if you are adding an additional virtual IP address to an existing interface. In the latter case, the new virtual interface is… Continue Reading
Copy files from computer to USB using linux command prompt Rumi, February 2, 2009 Somebody lately, asked a silly simple thing- how can he copy files from his computer to usb and he’s using linux? Actually any novice can ask this simple thing- as GUI interface is already became quite mature than earlier and ppl naturally forgetting command consoles. Anyways, here goes it like… Continue Reading