Linux Tutorials on the topic “linux”
-
How to install Chevereto Image Hosting on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 2
Chevereto is a free, open source and easy to use image hosting script written in PHP language that allows you to create your own image hosting website. In this tutorial, we will learn how to install and configure Chevereto using Apache, PHP and MariaDB on Ubuntu 16.04 server.
-
How to install Ansible AWX with Docker on CentOS 7
Author: iron_michael86 • Tags: centos, linux, server • Comments: 36
Ansible AWX is the OpenSource version of ansible tower. AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. In this tutorial, I will show you how to install and configure AWX using Docker.
-
How to Install Turtl Server Evernote Alternative on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
Turtl is a secure and encrypted Evernote alternative. It's an open source application that allows you to take notes, bookmark websites, store documents, share passwords with your coworkers, and more. In this tutorial, we will show you step-by-step how to install and configure Turtl server on CentOS 7.
-
-
Linux man Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2
A very useful aspect of the Linux command line is that the documentation for almost all command line tools is easily accessible. These documents are known as man pages, and you can easily access them through the command line using the man command.
-
How to Install Django on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 24
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 1.10 on an Ubuntu 16.04 server. Django can be installed on a server in many ways, in this tutorial, I will show you to install it with pip, virtualenv and directly from the Django GIT sources. Finally, I will show you the first steps to start a new project with the Django web framework.
-
How To Know Which Linux Distribution You Are Using?
Author: g33k • Tags: linux • Comments: 27
How To Know Which Linux Distribution You Are Using? Here are a few ways to find out which Linux distro you are using.
-
How to Install AbanteCart on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0
AbanteCart is a free, open-source e-commerce platform based on PHP language. It comes with powerful features including, support for digital and tangible products, support for a variety of payment gateways, SEO Friendly, Mobile support, Fast and secure.
-
How to install Arch Linux on VirtualBox
Author: Dimitris • Tags: arch linux, linux • Comments: 74
Arch Linux is a Linux-based operating system that is designed for i689 and 86-64 computers. Arch Linux is also popular for having a comprehensive documentation in form of the community wiki known as ArchWiki. This Linux operating system is based on binary packages that are targeted for i832, 64-bit, and 32-bit systems and optimized for the best performance on the modern hardware systems.
-
Install GoAccess Apache Log Analyzer Tool on Ubuntu 16.04
Author: Hitesh Jethva • Tags: apache, linux, ubuntu • Comments: 1
GoAccess is a free, open source and real-time web server log analyzer tool that can be used to analyze and view web server logs. GoAccess is based on command line and also produces HTML reports that can be viewed through a web browser.
-
Linux logname Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux • Comments: 0
Linux offers several commands that display in output the current user's login name. One of those is logname. In this tutorial, we will quickly understand the basics of this command line tool using some easy to understand examples.