Nginx wordpress fancy URL or permalink fixing Rumi, November 12, 2013 If your wordpress is installed in the root directory i.e. yourdomain.com, you can use the following directives- location / { try_files $uri $uri/ /index.php?$args; } # Add trailing slash to */wp-admin requests. rewrite /wp-admin$ $scheme://$host$uri/ permanent; location ~* \.(jpg|jpeg|png|gif|css|js|ico)$ { expires max; log_not_found off; } Or if your wordpress is… Continue Reading
Reset the root password in Debian or Ubuntu Rumi, November 9, 2013 In order to boot into the recovery mode on Debian or Ubuntu, hold down SHIFT key after powering on your Linux machine. You will then be presented with GRUB menu. Select “recovery menu” option by pressing down arrow key. Do not press ENTER at this point, but rather press “e”… Continue Reading
How to clear the yum cache Rumi, October 20, 2013 When a package is downloaded, installed and is removed there is a chance that the package may still be saved/stored in the yum’s cache. So to clean all the cached packages from the enabled repository cache directory, login as root and execute the following: yum clean packages To purge the… Continue Reading
Resetting CentOS 5 Root Password Rumi, October 7, 2013 If you have forgotten the root password it is possible to set a new one as follows: Interrupt the boot at the GRUB stage and boot to runlevel 1, AKA single user mode. Interrupt GRUB by typing a character such as "space" then append to the kernel line by typing… Continue Reading
Configure NFS shares in Openfiler Rumi, July 13, 2013 In this article I’ll explain how-to configure a NFS share in Openfiler and then add it as a datastore to your vSphere servers. I’ll take for granted that you already have an Openfiler server up and running. 1 – Enable NFS service As always point your browser to https://<openfiler_address>:446, login… 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
Setup Software RAID for Windows Server 2003 Rumi, May 26, 2013May 26, 2013 Please make sure before this installation, you will need 2 identical hard disk with same space connected to the server. But the truth is, you don’t need to same hard disk with the same space amount, but as long as you partitioned the space equally then it would be good… 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
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