Cara Install dan Setting XAMPP di Linux
· ☕ 6 min read · ✍️ anz007

XAMPP adalah paket aplikasi server yang terdiri dari Apache, MariaDB, PHP dan Perl yang ditujukan untuk memudahkan developer dalam PHP development environment.

Dengan XAMPP, developer tidak harus lagi melakukan install aplikasi server satu per satu. Jadi XAMPP sangat tidak disarankan dipakai di production environment (server operasional).


Setting a php_value in PHP-FPM
· ☕ 2 min read · ✍️ anz007

In this post, let’s take a look at the option for setting a php_value when using PHP‑FPM.

.user.ini Files

The first option for setting php_values is to use .user.ini files. For the Magento project in question this was just a matter of dropping a .user.ini in the root next to index.php and .htaccess with the following example.


Setup Virtual Users and Directories in VSFTPD
· ☕ 2 min read · ✍️ anz007

Install & Config

First you need vsftp and PAM installed

apt-get install vsftpd libpam-pwdfile

Edit /etc/vsftpd.conf

nano /etc/vsftpd.conf


Cara Ubah Hostname Permanen di Ubuntu
· ☕ 1 min read · ✍️ anz007

Anda perlu menggunakan perintah hostnamectl untuk melihat atau mengatur nama host sistem Ubuntu 18.04 LTS. Nama host atau nama komputer biasanya pada startup sistem di file /etc/hostname.


Install / Remove Netbeans 8.2 On Ubuntu / LinuxMint
· ☕ 2 min read · ✍️ anz007

NetBeans a famous program editor software used by all professionals.It is written in java and it is available for all Operating systems Windows ,Linux & Mac OSX


Check Internet Speed with speedtest-cli on Linux (Python)
· ☕ 7 min read · ✍️ anz007

Internet connection speed is something that we always check at our homes and offices. The most common method that we use is by visiting a speed test website like speedtest.net. On that site, a javascript application is loaded in the web browser which selects the best (nearby) server based on the ping time and then the speed test results for that server are shown. Speedtest.net also uses a flash player to produce the result graphically.