Setup NFS server on Debian 10/11[NFS share mount]

How to setup NFS server on Debian 10[NFS share mount] Overview In this post, we’ll walk you through a process how to setup NFS server on Debian 10 and the process is same for Debian 11. Earlier on this site, we covered the other method as well where we showed the process mounting the network shared drive on Linux, but with this method we used cifs-utils tools(LINK). The principle behind this process is basically the same - mount a network shared folder or drive from another machine and access it via local network....

April 8, 2020 · 7 min · 1364 words · MarkoN

How to install Webmin on Debian

How to install Webmin on Debian Overview This post will cover the procedure on how to install Webmin on Debian(this procedure works on Debian 10 and on Debian 11 as well). This method can also be applied on earlier versions of Debian( like 9 and 8) and on other Debian based distros such as Ubuntu. Webmin is a web based system configuration and management tool for Unix based systems. Meaning, that with it you can do the management on all your Linux servers....

April 2, 2020 · 6 min · 1108 words · MarkoN

How to install Jenkins on Linux

How to install Jenkins on Linux Overview On this post we’re gonna go through the process on how to install Jenkins on Linux. We will cover the steps of installing Jenkins on Ubuntu/Debian distros and on Fedora/CentOS. We tested this process on AWS and it’s EC2 instance, but also on couple of virtual machines running from a local computer. So, this means that you can use these steps to install Jenkins on your AWS instance or any other Linux machine which is cloud hosted or on your local Linux machine....

October 31, 2019 · 4 min · 752 words · MarkoN

How to enable Gzip compression on Nginx

How to enable Gzip compression on Nginx server Overview If we want to use Nginx as a web server, for better caching and website performance, it is recommended to have compression enabled, such as gzip compression. Nginx is another good open source web server and it’s packed with many good features. Unfortunately, gzip compression on Nginx is not enabled by default(in some cases). In this post, we’ll cover the steps how to enable gzip compression on Nginx server....

August 26, 2019 · 4 min · 713 words · MarkoN

Install Wordpress on Ubuntu using WordOps

Install Wordpress on Ubuntu using WordOps In this post we’ll covering the steps on how to install Wordpress on Ubuntu using WordOps. Earlier we covered couple of topics in which we ran the steps how to install Wordpress on Ubuntu, using the Google Cloud platform. We covered two scenarios - one running the Apache server on Ubuntu and the other running the Nginx server on Ubuntu(You can check out those posts here - Apache version, Nginx version)....

July 16, 2019 · 4 min · 841 words · MarkoN

Install WordPress on Google cloud [Nginx]

How to install WordPress on Google cloud with Nginx Introduction Hosting a Wordpress website on a Google cloud platform? I’ve been experimenting with this a lot lately and it’s surprising how well it can perform even the free tier. We’ll be covering the process how to install and host wordpress website on google cloud for free. Yes, it can be done(Note - the hosting part for the website will be free, but if you need to buy a domain that’ll be the only expense in this post)....

June 24, 2019 · 8 min · 1654 words · MarkoN

Wordpress on Google cloud free tier

How to host Wordpress on Google cloud free tier Introduction In this article we’re going to demonstrate how you can host Wordpress on Google Cloud free tier plan. We’ll be covering the process how to setup and host wordpress website on google cloud using their free tier plan. Yes, it can be done(Note - the hosting part for the website will be free, but if you need to buy a domain that’ll be the only expense in this post)....

May 21, 2019 · 11 min · 2320 words · MarkoN

How to upgrade Kernel on Linux Desktop

How to upgrade Kernel on Linux Desktop Overview In this article we will cover the process how to upgrade Linux kernel on Linux Desktop. This will be a step by step tutorial. We will first do the process of upgrading the kernel on Linux Mint, Ubuntu, Debian and Debian based distros. We’ll show you multiple ways how to upgrade the Linux kernel(via system app, third party app and command line). There’s also a process where you download the Kernel package on your PC and manually install it - that process requires to compile the kernel, but we will cover that some other time since the procedure has many steps to go through....

February 5, 2019 · 6 min · 1081 words · MarkoN