Posted inHowto

How To Setup and Test Redis on Debian 10/Ubuntu 20.04

One of the most popular key-value store is Redis, it’s often as replacement of Memcached. On Laravel world, redis supported by default for caching. Redis is an open-source, the source code available on Github The data model is key-value, but many different kinds of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, […]

Posted inHowto

How To Install Memcached on Debian 10

Memcached is an open-source high performance general-purpose distributed key-value. Memcached mostly used to cache dynamic web applications by cache the database query. In simple words, memcached serve the static version of the dynamic website, it’s API available for most of popular languages. This how-to tutorial will cover how to install memcached on Debian 10, but […]

Posted inHowto

How To Install MongoDB Community Edition on Ubuntu 20.04

MongoDB is a NoSQL database, which is cross-platform, document oriented database. MongoDB able to offer high performance, high availability and scalability. The MongoDB advantages over RDMS – No complex join – Easy to scale – Schema less – High speed – NoSQL injection Install Dependency We’ll need this dependency later on instalation process. It’s better […]

Posted inHowto

How To Install Unbound Local DNS Resolver on Ubuntu 20.04

Unbound can be used for recursive and caching DNS servers. For many companies that use their own domain to serve internal application or website can utilize Unbound for that purpose. Unbound can handle IPv4 and IPv6 just fine, depend on your network configuration. If unbound used for company-wide DNS server, it will make the resolution […]

Posted inHowto

How To Install Samba File Server on Ubuntu 20.04

A Samba enables file sharing across different operating systems over a network (LAN or INTERNET). Samba supports sharing between Windows, Linux, macOS, Android and iOS. For HTPC samba can be used to share content between your NAS to Jellyfin or Plex media server. Install and Update Ubuntu 20.04 Update the packages to the latest available […]

Posted inHowto

How To Install Ampache Audio Streaming with SSL on Debian 10

A lot audio/video application combined out there, such as Plex, Emby or Jellyfin. But most of them develop as video streamer which make the user experience for streaming audio less interested. For many years I’ve been use ampache on AWS EC2 to stream my music. I’ve large music collection, about 100GB from various country/genre, Ampache […]

Posted inHowto

How to Install TigerVNC Server on CentOS 8

On this mini how to, we’ll learn step by step to install TigerVNC server on CentOS 8. TigerVNC has been around for long time, it’s stable and already on CentOS 8 official repository. Because it’s already there, well use that, and to make the instalation more beginner friendly, since the packages created to work by […]