$ grep -r "#linux" ./posts/
#linux
// 14 posts tagged with linux
›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
›Loop over directories in bash and execute commands
How to loop over directories in bash and execute multiple commands
›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.
›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.
›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.
›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.
›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.
›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.
›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.
›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.
›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.
›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
›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
›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.