Linux Tutorials on the topic “linux”
-
Linux stat Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Sometimes, while working on the command line in Linux, you need to know more about a file. For example, you may want information like file's size, inode number, access permissions, time of last access or modification, and more. You'll be glad to know that there exists a command line utility stat that provides all this information in one go.
-
Samba Server Installation and Configuration on CentOS 7
Author: howtoforge • Tags: centos, linux, samba, storage • Comments: 83
This guide explains how to configure samba server on CentOS 7 with anonymous and secured samba shares. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
-
How to Install and Configure MongoDB on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 35
MongoDB is a NoSQL database that offers a high performance, high availability, and automatic scaling enterprise database. Data is stored in a "document" structure in JSON format (in MongoDB called BSON). MongoDB was first introduced in 2009 and is currently developed by the company MongoDB Inc. This tutorial shows the installation and configuration of MongoDB on Ubuntu 16.04 LTS.
-
-
How to Install Liferay CMS on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 1
Liferay is a free and open source content management software written in Java and uses MySQL to store their data. Liferay is a web based application portal that can be used to build websites and portals as an assembly of themes, pages, and a common navigation. In this tutorial, we will show you how to install Liferay on Debian 9 server.
-
How to Install BookStack with Nginx on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 2
BookStack is an open source platform to create documentation/wiki content for your project. Your project documentation/wiki gets stored on BookStack as a 'Book', followed by 'Chapter' and 'Pages'. In this tutorial, I will show you step-by-step how to install and configure BookStack on Ubuntu 16.04 LTS.
-
How to Install Gogs Go Git Service on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 2
Gogs is free and open source Git service written in Go language. Gogs is a painless self-hosted git service that allows you to create and run your own Git server on a minimal hardware server. Gogs web-UI is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database.
-
Linux rmdir Command for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
So we've already discussed the rm command that's primarily used for deleting files and directories from the Linux command line. However, there's another, related command line utility that is specifically aimed at removing directories. The tool in question is rmdir, and in this tutorial, we will discuss the basics of it using some easy to understand examples.
-
How to Install and Configure XWiki on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 2
XWiki is a free and open source wiki software written in Java runs on a servlet container like Tomcat, JBoss etc. This tutorial describes the installation of XWiki on Ubuntu 16.04.
-
How to Install Turtl Server - Evernote Alternative - on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 10
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. In this tutorial, we will show you step-by-step how to install and configure the Turtl server on Ubuntu 16.04.
-
Secure WordPress Against Fake and Disposable Email Spam
Author: Croydon • Tags: linux, web server • Comments: 1
In this howto, we'll show how to use the Fiddlemail Wordpress plugin to secure your Wordpress installation against the usage of disposable email addresses (also known as fake or trash mail addresses).