nginx.conf

user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { worker_connections 768; # multi_accept on; } http { ## # Basic Settings ## sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 10s; types_hash_max_size 2048; server_tokens off; server_names_hash_bucket_size 64; # server_name_in_redirect off; include /etc/nginx/mime.types; default_type application/octet-stream; ## # SSL Settings ## ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # … Read more

Install keepass2 on Ubuntu

Keepass is my personal’s choice password manger software. Keepass is free and open source software that let you securely store all your passwords in one database with only one master key or a key file. The databases are encrypted with AES (Advanced Encryption Standard) and Twofish encryption algorithms. I will show you how to install … Read more

CPUz alternative for Linux

When you are completely switched to Linux like me, there are many great free programs in Windows environment like Cpuz, CCleaner, …etc. There are many ways to view your desktop/laptop’s hardware in Linux. Most of the hardware information are in /proc, for example To view CPU information $ cat /proc/cpuinfo or $ lscpu To view … Read more

How to remove advertising from Viber Desktop

ViberViber is a very popular free messaging app/software. Viber users can send text, pictures, making regular call or video call, all for free! Viber is a great social chatting app. I use Viber on both my phones and computers for work and personal. I don’t have any problem with the Viber app for phone, but Viber software for Windows comes with ads. Small / regular ads are ok for me, sometimes Viber on PC show very huge annoying ads that covers most of contact list. In this article I will show you how to remove advertising from Viber Desktop on Microsoft Windows 7 and 10.

I didn’t capture any huge annoying ads image, what you are seeing below is their normal ads which is ok for me. When any large size ads come up, it will cover 1/3 or sometimes even 1/2 of the contact screen. That is not acceptable for me. I understand software companies provide free software, they must have some sort of income to support themselves .  But taking too much screen’s screen real estate is very annoying.

Read more

Nam Huy website is coming back

Nam Huy website is coming back after had been offline for many months due to my mistake on database backup method. Rather running mysqldump command to backup database, I had cronjob backing up the whole mysql’s databases directory. After I upgraded mysql server version and reinstalled mysql server a few times, I could not make … Read more