Posts

Installing ImageMagick on CPanel Server

ImageMagick is dealing with image processing (on the web) that used by imagick PHP extension. MODx, one of PHP popular Content Management Framework is using ImageMagick for its gallery module. My CPanel Server does not have ImageMagick, so I have to install it. My server uses WHM version 11.30.2 and I plan to install ImageMagick from WHM dash board. In WHM, I go to "Software" and then go to "Install a RPM". From RPM list, I install ImageMagick and ImageMagick Devel respectively. This step basically will install ImageMagick application. Then the second step, I install Imagick PHP extension. I go to "Software" and then go to "Modules Installer". After that I choose PHP-pecl menu by clicking the "manage" button. Input "imagick" into "Install a PHP Pecl" form then hit the "Install Now" button. And the final step is to restart httpd (apache) web server services. And thats all.

Default Application on Ubuntu 11.04

Image
I try Ubuntu 11.04 live cd on my Virtual Box to see all applications on its package. I just want to know all default application before I install it. Using Desktop Recorder, I make a video to show all Ubuntu 11.04 default application and what its looks like.

How to Record Revision on Libre (Open) Office Writer

Image
When I work together with my partners in my office, sometimes I should make some revision on a document that proposed by my partner. It is easy to modify the word document with Libre Office Writer, but I want to track what character, word or sentences that I have changed, so my partner can easily find my revision. In Libre Office Writer, after I open a word document, then I go to the "Edit" menu. From "Edit" menu, I choose "Changes" sub-menu and then give a check mark on "Record" sub-menu. After I do the above operation, I found that when I type a revision on the opened document, it will typed on orange. So my partner will easily find what I have revised. When I deleted a character, word or sentences, the deleted character/word/sentences would become a single strikethrough character/word/sentences. So, it easy to collaborate with other staff using Libre (Open) Office Writer.

Orange HRM Help You Manage Your Human Resources

Image
Orange HRM is most pupular Human Resources Management Software in the world. Orange HRM is an open source application that developed base on php Symfony framework. I try to install it on localhost and in my production server, a Centos server that managed by Cpanel. The steps are: I download the Orange HRM source code from http://www.orangehrm.com/download.php. I download OrangeHRM 2.6.3 Stable Release for Linux which has .tar.gz extension. I upload orangehrm-2.6.0.2.tar.gz file into my server and place it in public_html directory. I upload it using Cpanel File Manager. I extract orangehrm-2.6.0.2.tar.gz into public_html directory. I change the owner and the group off all directory and all file inside public_html to nobody, since apache in Cpanel server run as nobody. To change the owner and the group of all file inside public_html, I had to be a root first. I create an orangehrm database and a user that has all privilege to orangehrm database. From my browser, I call www.my-dom...

Monitoring Internet Traffic in IPCOP2

Image
IPCop is one of my favorite router firewall linux distro. I had tried IPCop version 1 and now I use IPCop version2 (1.9.17). On many occasion I find the internet traffic in my office going slow. I have to monitor who has make it slow. I using iftop command line to monitor it. How to do that, it simple, since iftop is builtin on IPCop. First I have to enable SSH access to my IPCop router firewall box. From the web administration panel of my IPCop, I go to System menu then into SSH Access sub menu. I give a check mark on "SSH Access" and click the save button. Secondly, from my Linux Mint Debian Edition console, I login to my IPCOP box via ssh, with this command: ssh -p 8022 root@192.168.0.1 and login with root password. In my IPCop console, I run this command to monitor internet traffic: iftop -i lan-1. It means iftop will monitor the interface lan-1 which is my Office LAN connected to. Iftop give me a real time internet traffic monitoring. By the way, I got the na...

How to hide gridline on Open Office Calc 3

Image
Open Office is one of free office suite that suitable for home and office user. It has word processor, spreadsheet, presentation tool like microsoft powerpoint, database and some other. You can find the detail information on open office website . Some time we need to show or to hide gridline in openoffice calc. It is easy to do that. Open Option Menu and from the option left menu choose Openoffice calc then view. You can give "Visual Aid" a check mark on or off to show or to hide gridline.

Installing IPFire Router Firewall on Virtual Box OSE

Image
Just for experiment, I install IPFire router firewall in virtual box inside my PC that running Linux Mint Debian Edition. IPFire is a wellknown router firewall linux distro today. In my opinion, IPFire is more like IPCOP router firewall, but has more integrated modules in default installation. The installation process is more like IPCOP. IPFire easy to use and administered through its web admin page. Since my PC only has on ethernet card, so I missed the RED network configuration, but all install process is completed. The RED interface can be setup later by running setup command. See the installation process video on Youtube.