دسته: مقالات انگلیسی
-
How to Install and Configure Kubernetes and Docker on Ubuntu 18.04 LTS
Kubernetes is an open source platform for managing containerized applications. It allows you to manage, scale, and automatically deploy your containerized applications in the clustered environment. Kubernetes is developed by Google. With Kubernetes, you can orchestrate containers across multiple hosts, scale the containerized applications with all resources on the fly, and have a centralized container management…
-
Linux tload Command Tutorial for Beginners (with Examples)
While there are a lot of UI-based tools in Linux that you can use to see a graphical representation of system load, the number of command line tools that do the same work is pretty less. One such utility is tload, which will be discussing in this tutorial. But before we do that, it’s worth…
-
How to Install Sentrifugo HRM on Ubuntu 18.04 LTS
Sentrifugo is a powerful Human Resource Management System (HRM) written in PHP that uses MySQL/MariaDB to store its database. It is a feature-rich and easily configurable application software that can be used to track the employee’s performance, vacation dates, roles, privileges and much more. Sentrifugo comes with lots of modules like Appraisal, Time Management, Leave Management,…
-
How to Install NodeBB Forum on CentOS 7
NodeBB is a Node.js based forum software built for the modern web. It’s built on either a MongoDB or Redis database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB has many modern features out of the box such as social network integration and streaming discussions. Additional functionality is enabled through the use of third-party plugins. NodeBB is an open source…
-
How to install Paperwork DMS on Ubuntu 18.04 LTS
Paperwork is a free, open-source and self-hosted personal document manager that can be used to manages scanned documents and PDFs. It is alternate solutions to other services like Evernote, Microsoft OneNote and Google Keep. It comes with lots of features including, Automatic detection of page orientation, Scan, OCR, Document labels, Search, Keyword suggestions, Quick edit…
-
How to Compile Brotli from Source on Ubuntu 18.04 LTS
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. It is…
-
Linux tr Command Tutorial for Beginners (with Examples)
Depending on the kind of work you do on the command line in Linux, you may want a utility that can act as a Swiss army knife of quick text editing. Gladly, there exists a tool dubbed tr, which qualifies for this role. In this tutorial, we will discuss the basics of tr using some…
-
How to start a vnc server for the actual display (scraping) with TigerVNC
VNC is a desktop sharing application (Virtual Network Computing) to connect and control a (remote or local) computer’s desktop over a network connection. However, on linux systems, many VNC server applications allow only to connect to a virtual desktop and not to the actual one. This howto offers you a solution, to connect via TigerVNC…
-
Linux tcpdump Command Tutorial for Beginners (8 Examples)
Everytime you open a webpage on your computer, data packets are sent and received on your network interface. Sometimes, analyzing these packets becomes important for many reasons. Thankfully, Linux offers a command line utility that dumps information related to these data packets in output. In this article, we will discuss the basics of the tool…
-
How to run Python Scripts with Apache and mod_wsgi on Ubuntu 18.04
mod_wsgi is an Apache module that can be used for serving Python scripts over HTTP via Apache web server. You can easily deploy applications written with frameworks and tools like Django, Web.py, Werkzug, Chery.py, TurboGears, and Flask using mod_wsgi. In this tutorial, we will learn how to install and set up of mod_wsgi with the…