$ grep -r "#linux" ./posts/

#linux

// 14 posts tagged with linux

01
/tutorials linux kali vm utm

How to install Kali Linux in UTM Virtual Machine on M2 Macbook

How I installed a UTM virtual machine with Kali Linux on a Macbook PRO M2 chip

02
/devops bash linux

Loop over directories in bash and execute commands

How to loop over directories in bash and execute multiple commands

03
/tools linux discord

Linux disk space alerts on Discord

Linux disk space alerts. Check your space and be responsible with your project. Take care of your space and don't crack the project.

04
/devops rabbitmq linux erlang

How to install rabbitmq-server and erlang in Linux

How to install rabbitmq-server and erlang in Amazon Linux 2, full tutorial to setup and manage rabbitmq channels and queues.

05
/devops linux mongodb

How to auto-restart Mongodb in Linux AMI or Ubuntu

How to auto-restart Mongodb in Linux AMI or Ubuntu in case of crash whenever mongod daemon gets killed, it will get respawned by systemctl.

06
/devops nginx ami linux update

Update Nginx version on AMI Linux

Let's update the Nginx version on AMI Linux in few steps. I'll show you how to do it, crash the server and fix it back.

07
/tools pdf tools opensource linux mac windows

Inkscape - modify PDF files

Inkscape is a Free and open source vector graphics editor for GNU/Linux, Windows and MacOS X. I offer some infos regarding this great tool, so press the link and read the full article.

08
/devops devops ubuntu linux mongodb install

Install MongoDB on Ubuntu 20.04

A guide step by step about how to Install MongoDB on Ubuntu 20.04. This is just a short note, so it won't take long.

09
/devops devops ubuntu nginx linux apache wordpress

Unable to create directory wp-content/uploads

This may indicate a permissions problem with your WordPress uploads directory. Firstly please make sure that you have the right permissions on /uploads folder.

10
/devops devops jenkins linux

The easiest way to update Jenkins

I’ll show you the easiest way to update Jenkins. Not all of us are Devops daily, but sometimes we face this situation so show the next two commands and have fun.

11
/devops devops javascript apache linux

How to serve a JavaScript build with Apache

To serve a JavaScript build with Apache is a very simple task and today I want to present you a very simple way of achieving that.

12
/devops devops nginx ssl linux

Install Nginx on Linux with ssl certificate

Install Nginx on Linux with ssl certificate. Because all you need is already in place on Digital Ocean, I’ll just attach you some useful materials

13
/devops tutorials cache cronjob linux

How to flush cache in Linux

Check the cache in Linux, Flush cache in linux, Clear the cache memory and discover how to automate this with a cronjob

14
/devops devops linux postgres cronjob

How to back-up Postgres database on Linux using cronjob

Learn how to backup Postgres database on Linux, using cronjobs. Very simple and very straight forward guide step by step using only scripts.