Linux Tutorials on the topic “linux”
-
Linux whereis Command Explained for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
Sometimes, while working on the command line, we just need to quickly find out the location of the binary file for a command. Yes, the find command is an option in this case, but it's a bit time consuming and will likely produce some non-desired results as well. There's a specific command that's designed for this purpose: whereis.
-
How to Install Open Real Estate on Ubuntu 16.04
Author: Hitesh Jethva • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 2
Open Real Estate is a freely available software application that can be used for building websites of real estate agencies and realtors. Open Real Estate enables you to use multiple languages and currencies on the real estate website making it easy to use for users from different countries. In this tutorial, we will learn how to install Open Real Estate on Ubuntu 16.04.
-
How to add GitHub and Docker custom items to ONLYOFFICE
Author: Daria • Tags: centos, debian, linux, opensuse, ubuntu • Comments: 0
ONLYOFFICE is an open source solution that combines powerful online document editors and broad collaborative capabilities: mail and chat, blogs, forums, CRM, projects, calendar, and more. ONLYOFFICE Community Server is the collaborative system distributed under the GNU Affero General Public License.
-
-
Linux mkdir Command Explained for Beginners (with examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
At any given time on the command line, you are in a directory. So it speaks for itself how integral directories are to the command line. In Linux, while the rm command lets you delete directories, it's the mkdir command that allows you create them in the first place.
-
Linux rm Command Explained for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2
Deleting files is a fundamental operation, just like copying files or renaming/moving them. In Linux, there's a dedicated command - dubbed rm - that lets you perform all deletion-related operations.
-
How to Upgrade Debian 8 (Jessie) to 9 (Stretch) safely
Author: Till Brehm • Tags: debian, linux • Comments: 32
This tutorial shows you how to upgrade your Debian system from Debian Jessie (8) to Debian Stretch (9) in a few simple steps. It also shows useful commands to test if the server is upgradable and how to backup data before you perform the update.
-
ISPConfig 3.1: Automated installation on Debian and Ubuntu
Author: Matteo Temporini • Tags: centos, debian, ispconfig, linux, ubuntu • Comments: 57
As you might know, ISPConfig is one of the best free open source hosting control panels available to manage Linux hosting servers in single and multi-server environments. Today you will see how to deploy and install this amazing control panel with the ispconfig_setup script.
-
How to Install Cassandra Distributed Database on CentOS 7
Author: Hitesh Jethva • Tags: centos, linux • Comments: 0
In this tutorial, we will learn how to install and configure Cassandra on CentOS 7. Cassandra is a free and open source distributed database management system that can be used to handle large amounts of data across many servers.
-
Linux tee Command Explained for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
There are times when you want to manually track output of a command and also simultaneously make sure the output is being written to a file so that you can refer to it later. If you are looking for a Linux tool which can do this for you, you'll be glad to know there exists a command tee that's built for this purpose.
-
Linux yes Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Most of the Linux commands you encounter do not depend on other operations for users to unlock their full potential, but there exists a small subset of command line tool which you can say are useless when used independently, but become a must-have or must-know when used with other command line operations. One such tool is yes, and in this tutorial, we will discuss this command with some easy to understand examples.