Install cURL on Ubuntu
cURL is a library / tool for transferring data using various protocols. To install cURL on Ubuntu, execute this command: $ sudo apt-get install php5-curl
cURL is a library / tool for transferring data using various protocols. To install cURL on Ubuntu, execute this command: $ sudo apt-get install php5-curl
The assumption here is that apache web server already installed in system. Below is guide on how to install MRTG and SNMP packages. 1. Install MRTG and SNMP 2. Configure SNMP Backup configuration file: Create new configuration file: And replace the current content with these lines: Edit /etc/default/snmpd And make sure the file contains these…
To enable IIS 6.0 to run 32-bit applications on 64-bit Windows: 1. Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory. 2. Type the following command: cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true 3. Press ENTER.
EHCP is free, open source, and awesome hosting control panel. This guide will show you how to migrate EHCP system version 0.30.4 from Kimcil server to Maho server manually. A. Do Backup on Kimcil Server Backup vhosts files Backup Courier mail files Backup MySQL databases Transfer those 3 files to Maho server in /root folder via…
Requirements: Ubuntu GNU/Linux Account at freedns.afraid.org Easy Hosting Control Panel (EHCP) Router How to: 1. Install Ubuntu. We set local IP Address to 192.168.0.1 $ sudo nano /etc/network/interfaces Type in the following lines: auto eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 gateway 192.168.0.254 192.168.0.254 is the gateway / modem’s IP Address. 2. Install…
For you who have installed Ubuntu / Kubuntu / Xubuntu, you can switch between desktop environment easily. Here are the desktop environments used by each distro: – Ubuntu defaults use Gnome – Kubuntu defaults use KDE – Xubuntu defaults use XFCE Just open Adept or Synaptic package manager, and search for: ubuntu-desktop or kubuntu-desktop or xubuntu-desktop Or…
The purpose of saving Apache access log into MySQL database is to make it easier to parse website’s visitor information. First of all, we do repository update: Install libapache2-mod-log-sql Create apachelogs and scoreboard table: Modify /etc/apache2/sites-available/default: If you have other virtual hosts, you can put LogSQLTransferLogTable directive into each virtual host tag. Create mod_log_sql-preserve file:…
Use the following format code to make custom action button in Gridview:
PHP has a default memory limit of 8MB which is set in php.ini file. If your .php script exceeds more than the limit it will throw “PHP Fatal Error Allowed Memory Size Exhausted”. To settle this problem, you can add one line code in the beginning of your script: or, add in the following code…
A. This Part is for WEP Wireless Network Check wireless adapter: $ iwconfig You will see wireless adapter as wlan0 or ath0 which depends on what driver is installed. Execute the following command to apply ESSID, network key, channel, and mode: $ sudo iwconfig wlan0 essid yantoknuk-singtel $ sudo iwconfig wlan0 channel 6 $ sudo…