Web and Server

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 »

Jenis-jenis VPN berdasarkan Protocol

  Layanan VPN didukung oleh beberapa protokol komunikasi data, yang mana tiap protokol tersebut memiliki konsep keamanan yang berbeda-beda. Mari kita mengenal lebih jauh konsep dan jenis tiap VPN. 1. Point-to-Point Transfer Protocol (PPTP) PPTP, adalah protokol yang paling populer dan didukung oleh banyak perangkat, yang paling mudah untuk menginstal, …

Read More »

How spam filters generally work

TL;DR: You shouldn’t use “trigger words” like “FREE!” or “BUY NOW!!!” in your content. But even when you do, those words usually only get assigned a few fractions of a point. Spam filters use a lot of different criteria to judge incoming email. Each factor is weighed and added up …

Read More »