50+ commands ChatGPT thinks you should know about Terminal aka Command Line
TL;DR Hey there and happy Wednesday* 👋 *a day on which, historically, most people wed on; thus: Wed nes day Not really, but it would be a fun…
TL;DR Hey there and happy Wednesday* 👋 *a day on which, historically, most people wed on; thus: Wed nes day Not really, but it would be a fun…
First things first, if you bought your domain elsewhere then you first need to point that domain to your server. You basically have two options here installing, setting…
I’ve been playing with my VPS that I bought from WeLoveServers.net and I previously wrote about how to set up your VPS from scratch. Here I’ll show just brief…
I bought a VPS on a sale on WeLoveServers.net for a crazy 48$ a year with 2GB of RAM. If you know a cheaper one, please share it in…
The guys at WeLoveServers.com are having an anniversary sale. And a sale it is indeed! If someone knows of a better option please share it in the comments! In…
First you have to install NodeJS. You can do that via package manager for your distribution. In my case (RHEL) it is easily done with: sudo yum install nodejs…
Here I will post non standard and ‘out of the ordinary’ crontab settings. A note to myself (ANTM): crontab file in Centos is located in /etc/crontab. Lets start: Run…
Heroku is a cloud platform as a service supporting several programming languages which lets app developers spend their time on their application code, not managing servers, deployment, ongoing…