fbpx

Linux

Install and configure Memcache

Memcache is a system that works to speed up virtual private servers by caching server information. The program allows you to allocate a specific amount of the server ram toward caching recently queried data for a certain amount of time. Once the data is requested again, memcache speeds up...

Read more...

Install IonCube Encoder

This is the guide to install ioncube on ubuntu server. Create a temp directory or moving into one already created cd /tmp/ Get 32 bit ioncube to download. You can decide which type of OS is installed on your server. wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz You can get 64 bit ioncube to download. wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz Now unzip the download...

Read more...

Setup of ubuntu server or ubuntu desktop on VirtualBox

This tutorial will guide you to install and configure things like ubuntu 14.04, virtualbox, putty, apache, php, mysql, tweaking apache and php. Also give a brief intro to server administration panel called webmin. Download & Install VirtualBox and download Ubuntu 14.04. Once you have downloaded VirtualBox and Ubuntu click "Insert Guest...

Read more...

CHMOD Permissions sets

  U G W rwx rwx rwx chmod 777 filename rwx rwx r-x chmod 775 filename rwx r-x r-x chmod 755 filename rw- rw- r-- chmod 664 filename rw- r-- r-- chmod 644 filename U = User G = Group W = World r = Readable w = writable x = executable - = no permission   Here is another way of looking at...

Read more...