Linux Tutorials on the topic “linux”
-
Linux C Programming Tutorial Part 8 - Call by Value Vs Call by Pointer/Address
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 0In C language, you can call a function in a couple of ways: call by value and call by pointer or address. Let's discuss both these concepts with some easy to understand examples.
-
How to Install Bolt CMS on CentOS 7
Author: Blago Eres • Tags: centos, linux, mysql, nginx, php, server, web server • Comments: 1Bolt is a sophisticated, lightweight and simple CMS built with PHP. In this tutorial, we will go through the Bolt CMS installation on CentOS 7 system by using Nginx as a web server, MariaDB as a database server, and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
Dockerizing Laravel with Nginx MySQL and Docker Compose on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, virtualization, web server • Comments: 3In this guide, we're going to show you how to Dockerize the Laravel project with PHP-FPM, MySQL database, and the Nginx web server using the Docker Compose on the Ubuntu Server 18.04. We're going to create a new docker image for the Laravel Project, and then create the docker-compose.yml script that contains some services including, the App/Laravel itself, Nginx web server, and MySQL database.
-
-
How to Install October CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1OctoberCMS is a free and open source Content Management System (CMS) and web platform based on the PHP programming language and Laravel web application. In this tutorial, we will be going to explain how to install OctoberCMS on Ubuntu 18.04 server.
-
How to add Puppet Agents to Foreman
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 0This is the second part of the Foreman tutorial. In the first guide, we've already shown you the installation and configuration of Foreman on Ubuntu Server 18.04 LTS and now I will show you how to add Puppet Agents to Foremen.
-
How to Install Wiki.js on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, ubuntu, web server • Comments: 9In this tutorial, we will walk you through the Wiki.js version 1 installation process on a Ubuntu 18.04 LTS operating system by using NGINX as a reverse proxy server, MongoDB as a database server, PM2 as a process manager and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
How to Install Cachet Status Page System on CentOS 7
Author: Blago Eres • Tags: centos, linux, web server • Comments: 2Cachet is a beautiful and powerful open source status page system written in PHP that allows you to better communicate downtime and system failures to your customers, teams, and shareholders. In this tutorial, we will install the Cachet status page system using PHP, Nginx, MySQL, and Composer on the CentOS 7 system.
-
How to Install Monica Personal Relationship Manager on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 7Monica is a free, open source web-based Personal Relationship Management software written in the Laravel framework. It is used to keep track of all the important details about your friends and family.
-
How to Install Matomo Web Analytics on CentOS 7
Author: Blago Eres • Tags: centos, linux, web server • Comments: 0Matomo (formerly Piwik) is a free and open source web analytics application developed by a team of international developers, that runs on a PHP/MySQL web server. This tutorial will show you how to install Matomo on a CentOS 7 system using Nginx as the web server and we will secure the website with a Let's Encrypt SSL certificate.
-
C Command Line Tutorial 6 - Code indentation, increment/decrement operators, do-while and for loops, and more
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 2We have covered a total of 5 C programming tutorials so far. Each tutorial focused on something specific. In process of remaining close to the topic, some generic concepts remained untouched. Some of those concepts we'll be discussing here in this tutorial.