Linux Tutorials on the topic “Linux”
-
Linux rename Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4If you work with files on the command line in Linux, renaming files is one of the most frequent tasks you may find yourself involved in. We've already discussed the mv command that lets you do this. And here, in this tutorial, we will discuss another such tool, dubbed rename.
-
Install Automad CMS with Nginx and Let's Encrypt SSL on Debian 10
Author: Blago Eres • Tags: debian, linux, web server • Comments: 0Automad is a file-based content management system (CMS) and a template engine written in PHP. In this tutorial, we will go through the Automad CMS installation and setup on Debian 10 (buster) system by using NGINX as a web server.
-
How to Install Attendize Event Management Software on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, nginx, php, ubuntu, web server • Comments: 1Attendize is a free and open-source ticket selling and event management written in PHP on top of the Laravel framework. Attendize offers a simple solution for managing general admission events, without paying extra charges. In this tutorial, we will explain how to install Attendize on Ubuntu 18.04 LTS server.
-
-
How to Install Strider Continuous Integration Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1Strider is a free and open-source Continuous Integration & Deployment Server written in Node.JS, JavaScript and uses MongoDB to store their data. In this tutorial, we will explain how to install Strider on Ubuntu 18.04 server.
-
How to Deploy Nginx Load Balancing on Kubernetes Cluster on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: cloud, linux, nginx, ubuntu, virtualization, web server • Comments: 2Kubernetes is a free and open-source container orchestration system that can be used to deploy and manage container. In this tutorial, we will learn how to setup Nginx load balancing with Kubernetes on Ubuntu 18.04.
-
How to migrate from Microsoft Exchange Server to ONLYOFFICE
Author: Daria • Tags: linux, server • Comments: 0ONLYOFFICE is an open-source solution that comprises online editors for text documents, spreadsheets, and presentations combined with the groupware platform: mail, projects, CRM, calendar, chat. In this tutorial, we’ll learn how to switch from MS Exchange and transfer users, mailboxes, and messages to ONLYOFFICE.
-
How to use FFMpeg to do Simple Audio Conversion
Author: Bill Toulas • Tags: arch linux, debian, linux, ubuntu • Comments: 12Here's a simple FFmpeg how to that will cover just a portion of the framework's abilities. We will see how you can use the terminal to perform simple conversions of various audio file types including all popular and widely available formats. Using FFmpeg right from the terminal makes it better for performance compared to downloading and installing a GUI tool for FFmpeg, and can also offer more precise settings for the advanced users.
-
Install Automad CMS with Nginx and Let's Encrypt SSL on Ubuntu 18.04
Author: Blago Eres • Tags: linux, nginx, ubuntu, web server • Comments: 0Automad is an open-source file-based content management system (CMS) and a template engine written in PHP. All content is stored in human-readable text files instead of a database.
-
Core components of a Kubernetes Cluster
Author: Richard Gall • Tags: cloud, control panels, linux, server, virtualization • Comments: 1Kubernetes is an open source platform for managing containerized workloads and services that facilitates declarative configuration and automation. In this article, we will be going through a 10,000-foot view of the main Kubernetes components, from what each container is composed of, to how a container in a pod is deployed and scheduled across each of the workers.
-
Linux timeout Command Explained for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Sometimes, when you execute a command in Linux, you might want to run it for a set amount of time. There exists a command line utility - timeout - that's specifically developed for this purpose.