Linux Tutorials on the topic “linux”
-
How to Install PageKit CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0PageKit is a free, open source and lightweight CMS that can be used to create beautiful websites. Pagekit comes with a clean and intuitive interface that allows you to focus on what matters most, managing your content.
-
C Programming Language - Introduction
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 1This tutorial is the first part of a C programming language course on Linux. C is a procedural programming language that was designed by American computer scientist Dennis Ritchie. Please note that we'll be using Linux for all our examples and explanation. Specifically, we'll be using Ubuntu 18.04 LTS.
-
How to Install Anchor CMS on CentOS 7
Author: Blago Eres • Tags: centos, linux • Comments: 0Anchor is a lightweight open source blog CMS written in PHP. Anchor's source code is hosted on GitHub. This tutorial will show you how to install Anchor CMS on a CentOS 7 system.
-
-
How to Install ProcessWire CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0ProcessWire is a free and open source PHP-based content management system and content management framework. In this tutorial, I will explain how to install ProcessWire with Apache web server on Ubuntu 18.04 LTS.
-
How to Install SonarQube on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 6SonarQube is an open source platform to continuously inspect code quality of applications, it supports more than 20 programming languages and different databases. In this tutorial, we will learn how to install SonarQube on Ubuntu 18.04 LTS (Bionic Beaver).
-
Linux tree Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1It won't be wrong to say the ls command is the gold standard when it comes to listing directory contents on the Linux command line. However, there do exist some alternatives that have their own strong points when compared to ls. Once such tool is tree, basics of which we'll be discussing here in this tutorial.
-
How to Install LimeSurvey (CE) on CentOS 7
Author: Blago Eres • Tags: centos, linux, nginx, php • Comments: 0LimeSurvey is an open source survey software written in PHP. In this tutorial, we will walk you through the LimeSurvey Community Edition (CE) installation process on a fresh CentOS 7 system.
-
How to Install Typesetter CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Typesetter is a free, open source and PHP-based CMS intended for use by small-medium volume websites. In this tutorial, we will learn how to install Typesetter CMS on Ubuntu 18.04 server.
-
How to Install Gitea Self-hosted Git Service using Docker on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 7Gitea is a fork of Gogs, the easy to use self-hosted Git service. It is similar to GitHub, Bitbucket, and Gitlab. In this tutorial, I will show you step-by-step how to install and configure the lightweight Git service using Gitea using Docker on Ubuntu 18.04 LTS.
-
Linux column Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3Sometimes, while working on the command line in Linux, you might want to display the contents of a file in columnar format. You'll be glad to know there's a command line utility in Linux that lets you do this. The tool's name is column.