Install latest Redis on Ubuntu/Debian Server
To install the latest version of Redis on Ubuntu/Debian server, run curl https://packages.redis.io/gpg | sudo apt-key add – echo “deb https://packages.redis.io/deb $(lsb_release…
To install the latest version of Redis on Ubuntu/Debian server, run curl https://packages.redis.io/gpg | sudo apt-key add – echo “deb https://packages.redis.io/deb $(lsb_release…
Oracle Linux is a free RHEL based Linux distro. We will install PHP 5.6 on an Oracle Linux 7 server. First, enable…
Jenkins is an open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating…
Apache Tomcat is an open source implementation of the Java Servlet and Java Server Pages. To install Apache Tomcat on CentOS 7,…
Node Exporter by default uses port 9100. You may need to use another port for Node Exporter if port 9100 is already…
top command is used to see current system resource usage To show the current process Top sorted by memory Delay 3 second…
ack is a command-line utility written in Perl for searching strings inside files. By default when you search, it shows you the…
Microsoft .NET SDK and Run time now available for Linux. To install .NET SDK and runtime on Ubuntu 20.04, follow the instructions…
Maintenance mode is useful when you are making changes to your nextcloud installation like a software upgrade. To enable maintenance mode, run…
On Ubuntu server running Nextcloud, I got the following warning in Nextcloud Module php-imagick in this instance has no SVG support. For…
When making a file immutable with chattr command, I get the following error The error was due to the file I was…