Web and Server

Menghubungkan ke OpenVPN di Ubuntu 20.04

Anda dapat menghubungkan ke server OpenVPN di OS Ubuntu 20.04 sebagai user (client). Hal ini mirip seperti menghubungkan melalui aplikasi OpenVPN Client pada Android atau OpenVPN GUI pada Windows. Bedanya, kita akan menggunakan command line interface (CLI) untuk menghubungkan. Mengaktifkan TUN/TAP OpenVPN menggunakan TUN/TAP sebagai perantara routing dan bridging koneksi VPN. Singkatnya, hampir semua software VPN membutuhkan driver TUN/TAP …

Read More »

Instalasi Redis-Server pada Nat VPS

Redis adalah penyimpanan struktur data bersumber terbuka (open-source) yang banyak digunakan sebagai database, cache, dan broker message. Redis menyediakan manajemen data berbasis key-value store dengan struktur data seperti string, hash, dan list. Pada artikel ini kita akan membahas mengenai langkah-langkah instalasi server Redis pada NAT VPS. Sesuai namanya, Redis server …

Read More »

Instalasi Ward, Monitoring Server Elegan

Ward adalah sebuah software berbasis web UI yang digunakan untuk monitoring sistem, resources, dan uptime dari sebuah server. Mirip seperti Nezha, namun hanya untuk monitoring satu server. Tampilannya juga lebih elegan dan enak untuk dipandang. Pada artikel ini kita akan membahas mengenai langkah-langkah untuk menjalankan Ward melalui Docker Compose. VPS yang …

Read More »

How To Change RDP Port on a Windows VPS

windows-vps-hosting

Hi Netly’ers, We find a good article about RDP Port on a Windows VPS. If you ordered a Windows VPS, you may want to consider changing your RDP port to one that is on a non-standard port. By default, the RDP protocol utilizes port 3389, which is commonly bruteforced and/or …

Read More »

How to Run Your Own Git Server

Learn how to set up your own Git server in this tutorial from our archives. Git is a versioning system developed by Linus Torvalds, that is used by millions of users around the globe. Companies like GitHub offer code hosting services based on Git. According to reports, GitHub, a code hosting site, …

Read More »

Fixing Ubuntu 17.04 apt-get update Release file not found

Ubuntu_Zesty

Ubuntu 17.04 has reached its end of life on 13 January 2018 Are you stuck during updates of Ubuntu 17.04 because of errors like those : Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease Ign:2 http://security.ubuntu.com/ubuntu zesty-security InRelease Ign:3 http://us.archive.ubuntu.com/ubuntu zesty InRelease Err:4 http://security.ubuntu.com/ubuntu zesty-security Release 404 Not Found [IP: 91.189.91.26 80] Ign:5 http://us.archive.ubuntu.com/ubuntu …

Read More »

How to symlink a file in Linux?

To create a new symlink (will fail if symlink exists already): ln -s /path/to/file /path/to/symlink To create or update a symlink: ln -sf /path/to/file /path/to/symlink ln -s TARGET LINK_NAME Where the -s makes it symbolic. Like Like Love Haha Wow Sad Angry

Read More »

How to achieve the best KVM performance?

KVM VPS can have additional performance by applying a few tweaks. These tweaks are only required when you do a manual installation. All OS templates have these tweaks build in, so no action is required. Important tweaks for all Operating Systems: Use the correct disk alignment. We use modern 4K …

Read More »