Install PHPize on Debain-Ubuntu Rumi, June 20, 2013 Just install a bunch of package- apt-get install autoconf automake libtool m4 apt-get install php5-dev apt-get install libcurl3 php5-dev libcurl4-gnutls-dev libmagic-dev apt-get install php-http make pecl install pecl_http And adding "extension=http.so" to php.ini (Normally located at /etc/php5/apache2/php.ini) Then restart Apache (sudo service apache2 restart). If in doubt, check your apache… Continue Reading
PXE Boot Server of CentOS 5 on a CentOS setup Rumi, May 31, 2013 Setting up PXE Server Install some packages that is required for PXE server. [root@dlp ~]# yum -y install system-config-netboot syslinux xinetd tftp-server Run TFTP server [root@dlp ~]# vi /etc/xinetd.d/tftp # line 14: change disable =no [root@dlp ~]# /etc/rc.d/init.d/xinetd start Starting xinetd: [ OK ] [root@dlp ~]# chkconfig xinetd on Install… Continue Reading
Install Openmediavault On Debian Squeeze Rumi, May 26, 2013May 26, 2013 Introduction This guide is for people that have used the Debian Squeeze Standard Installation or Debian Squeeze Gnome Installation guide to install Debian onto their microserver. If you're looking to install OpenMediaVault as a standalone system then see install OpenMediaVault instead. Prerequisites Debian Squeeze installed on your microserver Installation Configuring… Continue Reading
CentOS Software Raid-1 Rumi, May 26, 2013May 26, 2013 Below are the steps on how to do the software RAID continuing from the hard disk partitioning section: -1) Upon entering the partitioning review, it should looks like this: 2) Next is to delete every partition and left with only free space for both hard disk. It… Continue Reading
Creating Software RAID-1 in Debian/Ubuntu Rumi, May 26, 2013May 26, 2013 Below are the steps on how to configure the Software RAID: 1) Select the Manual for the Partitioning Method: 2) On this screen, it will show you the available hard disk for the installation. Make sure both hard disks are visible. Now select the first hard disk… Continue Reading
Creating Custom Built Debian 6 (Squeeze) Rumi, May 24, 2013May 24, 2013 There is a well documented official way to create standard Debian CDs. However, sometimes it is nice to have a CD or DVD which just contains a subset of Debian Packages to fit personal needs. The following script is made for creation of such a CD image. By default, it… Continue Reading
Installing MondoArchive in Debian 6 Rumi, May 24, 2013 MondoArchive is an excellent backup tool found in Linux. However, the installation process is not obviously clear in debain- it lacks of a simple clue to let you know how to install in the easiest way in debian by using 'apt-get'. All you need is to add this simple repository… Continue Reading
Install Openmediavault On Debian Squeeze Rumi, May 16, 2013May 16, 2013 OpenMediaVault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. Prerequisites Debian Squeeze installed on your… Continue Reading
Creating an Ubuntu Router Rumi, May 16, 2013 Step 1 The setup Here is your Ubuntu serve box with two interfaces, eth0————-Internet eth2————-Internal Note: Your Internet is running using eth0. Step1: Install DHCP Server #apt-get install dhcp3-server Continue Reading
Install Openfiler from USB Rumi, April 24, 2013 The problem we have now is our storage server has no optical drive and we do not have any external optical drive available here in office. Alternatively, we can use USB stick drive and make sure our server are able to boot from USB. Server: DELL PowerEdge R510 OS version:… Continue Reading