Linux Tutorials on the topic “Linux”
-
How to Install FreeIPA Server on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 0FreeIPA is a free and open-source Identity, Policy, and Audit (IPA) suite sponsored by RedHat. It's an IPA solution combination of Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS Bind, Dogtag, Apache web server, and Python.
-
How to Install Hugo Site Generator On Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Hugo is a free and open-source framework written in Go language that can be used to create websites with ease. It is simple, fast and secure static site generator, you don't need any database to run it.
-
How to Install PostgreSQL and pgAdmin4 on CentOS 7
Author: Muhammad Arul • Tags: linux, server • Comments: 0
PostgreSQL or Postgres is a powerful high-performance object-relational database management system (ORDBMS) released under a flexible BSD-style license. PostgreSQL is well suited for large databases and has many advanced features.
-
-
How to Install and Use Vuls Vulnerability Scanner on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 2Vuls is a free and open-source Vulnerability Scanner written in Go. It is used to perform security vulnerability analysis and software updates on a daily basis. In this tutorial, we will explain, how to install and configure Vuls Vulnerability Scanner on Ubuntu 18.04 server.
-
How to Install WildFly with Nginx as a Reverse Proxy on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, nginx, programming • Comments: 0WildFly is a free, open-source and cross-platform application runtime written in Java and developed by Red Hat. Wildfly comes with a rich set of features including, Fast, Customizable Runtime, Scalability, Unified configuration & Management, Concurrent Loading, Fast Linking, Domain Management and many more.
-
How to Install HTTP Git Server with Nginx on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 6Git is a free and open source version control system that can be used to track changes of code. Git allows you to create many repositories for the same application and coordinating work on those files among multiple people. It is primarily used for source code management in software development.
-
Setup a Local WordPress Development Environment with Vagrant
Author: Navjot Singh • Tags: centos, debian, linux, ubuntu, virtualbox, virtualization • Comments: 1Vagrant is a tool for working with virtual environments. It provides an easy way to set up a local development environment with a few commands, and you can replicate a complete setup as many times as you want, with ease and without the hassle of installing everything manually.
-
How to Install Laravel based PyroCMS with Nginx on CentOS 7
Author: Blago Eres • Tags: centos, linux, web server • Comments: 0PyroCMS is a powerful modular CMS and development platform built with Laravel 5, which allows you to build better Laravel websites and applications faster.
-
Install Automad CMS with Nginx and Let's Encrypt SSL on CentOS 7
Author: Blago Eres • Tags: centos, linux, nginx, web server • Comments: 0Automad is a file-based content management system (CMS) and a template engine written in PHP. In this tutorial, we will go through the Automad CMS installation and setup on CentOS 7 system by using NGINX as a web server.
-
Linux chage Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0Linux command line offers several tools for user management (some of which we've already discussed). One such utility is chage, which lets you tweak password expiry information.