Web and Server

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 »

Best way to access WP-ADMIN using SSL

To easily enable (and enforce) WordPress administration over SSL, there are two constants that you can define in your site’s wp-config.php file. It is not sufficient to define these constants in a plugin file; they must be defined in your wp-config.php file. You must also already have SSL configured on …

Read More »

How to Create Images for Social Media – Tools

1. Canva – A start-to-finish design program perfect for non-designers Probably our most-used image tool at Buffer, Canva makes image creation super easy (especially for non-designers) with their premade templates, custom image sizes for every social media channel, drag-and-drop interface, cool fonts, and more. Most every original image you see shared …

Read More »