Linux Tutorials on the topic “linux”
-
Linux C Programming Tutorial Part 12 - Assignment Operators and Conditional Expressions
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 0In this ongoing C programming tutorial series, we have already discussed some of the basic stuff like arithmetic, logical, and relational operators as well as conditional loops like 'if' and 'while'. Adding upon that, this tutorial will focus on assignment operators (other than =) and conditional expressions.
-
Tips and Tricks to Secure Your Nginx Web Server
Author: Hitesh Jethva • Tags: debian, linux, nginx, security, ubuntu • Comments: 7Nginx is an open source, lightweight, high-performance the fastest growing web server around the world. In this tutorial, we will explain some popular Nginx server security tips and tricks.
-
How to Install Pagekit CMS on CentOS 7
Author: Blago Eres • Tags: centos, linux, web server • Comments: 0Pagekit is modern, intuitive, modular, and flexible open source (MIT license) CMS built with Symfony components and Vue.js. It gives you the tools to create beautiful websites. It has a rich theme and plugin ecosystem.
-
-
Learning Kubernetes Locally via Minikube on Manjaro/Archlinux
Author: Muhammad Arul • Tags: linux, virtualization • Comments: 4In this tutorial, we will show you step-by-step how to create a single-node Kubernetes cluster locally using Kinikube on Manjaro/ArchLinux. This guide will implement the Kubernetes cluster locally with the KVM2 driver, and cover an example of Nginx service deployment.
-
Linux C Programming Tutorial Part 11 - Arithmetic, Relational, and Logical operators
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 0Up until now, in this C programming tutorial series, we have discussed about basic things like functions, arrays, variables, and more. Continuing with the flow, in this tutorial, we will discuss another such basic concept: operators.
-
How to Install Wiki.js - NodeJS based Wiki Software on Debian 9
Author: Blago Eres • Tags: debian, linux, web server • Comments: 0Wiki.js is an open source, modern and powerful wiki app based on Node.js, Git, and Markdown. Wiki.js runs on the flamingly fast Node.js engine and is optimized to conserve CPU resources.
-
How to Install Anchor CMS on Fedora 29
Author: Blago Eres • Tags: fedora, linux, web server • Comments: 0Anchor is a lightweight open source blog CMS written in PHP. Anchor's source code is hosted on GitHub. In this tutorial, we will install the Anchor CMS using PHP, Nginx, MariaDB and Composer on the Fedora 29 system.
-
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.