linux
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).


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.


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.


How to Flush the DNS Cache on Linux
· ☕ 2 min read · ✍️ anz007

There is no single standard for DNS servers on Linux. Each distribution uses something different, so you’ll need to see which one is running on your system. Of course, it doesn’t hurt to just try these and see which works. The procedure is nearly the same.