How To Install ownCloud 10.5 on Ubuntu 20.04

ownCloud first coming as an alternative to Dropbox, Google Drive, etc. ownCloud is self hosted ‘cloud’ application that you can manage, the storage and speed depend on the hardware it installed on. It’s similiar to file manager on cloud, which…

How To Install Insomnia Latest Version On Linux

Insomnia is a tool use for test, design, and debugs API. It’s a Postman competitor, this kind of software only has limited player. Insomnia had 2 different product Insomnia Core which is competitor of Postman, then Insomnia Designer which is…

How To Install Postman Latest Version on Linux

Postman is one of the most used API Development tool, in developer tools. Few of Postman features : – API Client – Automated Testing – Design & Mock – Documentation – Monitoring – Workspaces It can be used for collaborating…

How To Install OpenVPN Access Server

OpenVPN has 2 different versions of their software, Community Edition (open-source) and Access Server which is paid software, but it’s free for 2 users. For personal VPN it’s easier to manage since it is coming with a nice Dashboard to…

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…

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…

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…

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…