logo

Let’s Work Together

Partner with you to deliver responsive and cost-effective IT & Support solutions
Reponsive
Cost-Effective
Partner with you
Focus
Attitude to Serve
Professional
These are the reasons why AionSolution is your vendor when you are seeking someone to support your IT in your office.
info@aionsolution.com
+852 2636 6177

Linux log files

Linux Log files and usage => /var/log/messages : General log messages => /var/log/boot : System boot log => /var/log/debug : Debugging log messages => /var/log/auth.log : User login and authentication logs => /var/log/daemon.log : Running...

Read More

Enable Java Plugin on Firefox 3.6

Pre-requisites. I don’t know how much of it its really needed, but I install the whole Sun’s Java 6 packages, $ sudo apt-get install sun-java6-jdk sun-java-6-jre sun-java6-pluging sun-java6-source sun-java6-bin For sure...

Read More

Install ioncube in ubuntu

IonCube protects software written using the PHP programming language from being viewed, changed, and run on unlicensed computers. 1. Download ionCube loaders sudo wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz 2. Extract sudo tar zxvf ioncube_loaders_lin_x86.tar.gz 3. Move to a...

Read More

Setup Ubuntu + pureftpd + pureAdmin

# sudo -s # apt-get install pure-ftpd pureadmin Create the user and group accounts: sudo groupadd ftpgroup sudo useradd -g ftpgroup -d /dev/null -s /etc ftpuser sudo mkdir /home/ftpusers sudo chown -R ftpuser:ftpgroup /home/ftpusers # pure-pw useradd...

Read More