HowtoForge provides user-friendly Linux tutorials.
-
Linux C Programming Tutorial Part 10 - Variable Scopes
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 0If you are following our C programming tutorial series, you should be aware of the concept of variables. While we've discussed the basics of variables, there's another important aspect related to variables that we'll be discussing here: scope of variables.
-
How to Install Laravel based PyroCMS on Debian 9
Author: Blago Eres • Tags: debian, linux, mysql, nginx, php, web server • Comments: 0PyroCMS is a powerful, modular, Open Source CMS and development platform built with Laravel 5. In this tutorial, I will show you how to install Pyro CMS on Debian 9 with Nginx web server and MariaDB database.
-
Linux C Programming Tutorial Part 9 : Strings
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 1In this ongoing C programming tutorial series, we have already touched upon the concept of character arrays. Closely related to character arrays is the concept of strings, which we'll be discussing here.
-
-
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.
-
Linux C Programming Tutorial Part 7: Arrays
Author: Himanshu Arora • Tags: c-programming, programming • Comments: 0A variable is something which can hold a value of a particular type - it could be an integer, character, or even floating point. However, there's one limitation of variables: they can only hold a single value at any given time. This tutorial shows the basics of using Arrays, which can hold multiple values.
-
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 Install NodeBB Forum on Debian 9
Author: Blago Eres • Tags: debian, web server • Comments: 1NodeBB is a Node.js based forum software built for the modern web. It's built on either a MongoDB or Redis database. In this guide, we will guide you step-by-step through the NodeBBB installation process on the Debian 9 operating system using Nginx as the reverse proxy, MongoDB as the database, and acme.sh and Let's Encrypt for HTTPS.
-
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.