Linux Tutorials on the topic “linux”
-
How to Install Subsonic Media Server Ubuntu 18.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 4
Subsonic is a web-based media server written in Java language, so it can run on any operating system with Java support. It comes with a user-friendly web interface and allow us to share music and video with multiple users. You can stream your music from home and listen to your music from anywhere.
-
Linux uname Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Regardless of whether you are a system admin, software developer, or a normal Linux user, you may find yourself in a situation where you need some system information like kernel release or version. Well, there exists a built-in command line utility - dubbed uname - that lets you do this.
-
How to Monitor Nginx using Netdata on CentOS 7
Author: Himanshu Arora • Tags: centos, linux, monitoring, nginx • Comments: 2
Netdata is an open source monitoring system for Linux servers. It provides real-time performance and health monitoring with beautiful dashboard and analytics. In this tutorial, I will show you how to monitor Nginx using Netdata on CentOS 7.
-
-
Linux 'users' Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, server • Comments: 1
Sometimes, while working on the Linux command line, you might want to quickly check which all users are currently logged in to the system. Well, there's a built-in Linux command line utility that lets you do this easily. The tool in question is 'users', and in this tutorial, we will discuss the basics of it using some easy to understand examples.
-
How to Install CodeIgniter PHP Framework on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, php, programming, ubuntu, web server • Comments: 4
CodeIgniter is a free, open source and powerful PHP framework with a very small footprint. It is specially built for developers who need a simple and elegant toolkit to create full-featured web applications. In this tutorial, we will learn how to install CodeIgniter in Ubuntu 18.04 server.
-
Linux w Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
If you are new to Linux system administration, you should be aware of tools that help you in user management. One such utility is w, which shows info about users that are currently logged in to a system, including what they are doing. In this article, we will discuss this tool using some easy to understand examples.
-
How to Install BookStack Documentation Wiki on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, php, web server • Comments: 7
BookStack is an open source platform to create documentation/wiki content for your project. In this tutorial, I will show you step-by-step how to install and configure BookStack on CentOS 7 under the LEMP (Linux, Nginx, PHP-FPM, MySQL/MariaDB) stack.
-
How to install and use 7zip file archiver on Ubuntu Linux
Author: Himanshu Arora • Tags: linux, ubuntu • Comments: 10
If you are a Microsoft Windows user, and your work involves sending/receiving large files over a network, there's quite a possibility that you'd have at least heard of (if not used) the 7zip tool. For those who aren't aware, 7zip is an award-winning, open-source file archiver that is claimed to have "a high compression ratio.". In this article, we'll discuss how to install and use p7zip in Linux.
-
Linux which and whoami Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
There are certain Linux utilities that are aimed at performing a single task and hence offer very few or no command line options. Two such tools are which and whoami. In this tutorial, we will discuss these commands using some easy to understand examples.
-
How to Install Conky Manager on Ubuntu
Author: Hitesh Jethva • Tags: desktop, linux, monitoring, ubuntu • Comments: 4
Conky is a free, open source and lightweight system monitor tool for Linux and BSD system. Conky displays the system information and statistics such as CPU load, Memory usage, Hard drive usage, Network activity, GPU temperature, fan speed, GPU clock, Time, weather and much more.