On Linux operating system, we can use command top to show system statistic, running processes, and uptime. How can we do it on Windows environment? Using Windows operating system, the similar to top command is net statistics server. Execute this command in command prompt will show summary of Windows system statistic including when the system […]
Read MoreGuide on this article can be used to post Twitter using PHP. First of all, download source code from http://phpfashion.com/twitter-for-php. Extract downloaded file to your folder. Example: /public_html/twitter-php/. Then we create index.php file with the following code: The first line is to setup variables: username, password, and message. And the next part is to setup […]
Read MorephpFox is social network web-based application which can be used to build online community. I found this error message when installing phpFox: To fix this problem, edit install/include/installer.class.php Find this line: and modify to this: After that, create new folder: Change the folder permission to 777: After that redo phpFox installation http://domain.com/install/index.php And problem will […]
Read MoreThis guide can be used to insert data into database using select query. Using above syntax, all data in second_table will be copied into first_table. You can also add where keyword. Keywords:sql server 2005
Read MoreVirtualbox Open Source Edition can be installed using Software Manager in Linux Mint. But if you want to use USB feature in Virtualbox, you have to install the non-free version of Virtualbox. Below is step by step guide how to install Virtualbox 4.1 non-free version on Linux Mint: 1. Edit /etc/apt/sources.list 2. Add this repository […]
Read MoreMemcached is free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. First of all, install memcached dan php5-memcached packages: and then make sure memcached is running with this command: Restart apache web server: Check php5-memcached module using […]
Read MoreGuide on this article is about how to root with Windows operating system and unlock the bootloader via mmmeff’s EZ-Unlock app. 1. First of all, download USB driver for Samsung Galaxy SIII from this link. 2. Extract the package to any folder. 3. On the phone, enable installation of third-party apps (Settings –> Security –> […]
Read MoreFirst time using Blackberry I had difficulty to import my contacts from Gmail. This is how I import the Gmail contacts: 1. From All tab, go to Setup. 2. Choose Email Accounts 3. Add your Gmail accoun. Edit the Synchronization options, and check Contacts option. 4. Done. Wait for few minutes and your Gmail contacts […]
Read MoreI’m new to Virtualmin hosting control panel and I got this error message when login to webmail via https://domain.com:20000 This problem happens when Dovecot IMAP and POP3 service is not started. So I start the service and problem solved.
Read MoreI found this error message after upgrading PHP 5.1.6 to 5.2.14 The problem happens when there is a mismatch version of php-mcrypt module with php installed in the server. You can check the version using this command line: To fix this error, we have to update php-mcrypt module:
Read More