© 2023 Hashnode
#ubuntu
This article is a follow-up explanation on how I fixed the issue of Wi-Fi network disappearing on my Lenovo Ideapad 330 laptop running Ubuntu 20.04. I recorded my observations as a short screencast and had uploaded it to Youtube last year. …
In my previous post, I talked about Virtual Machines. Virtual machines(VM) as the name implies are machines that are stored in the cloud. By cloud, I don't mean the sky above. The cloud is a virtual e…
listmonk listmonk is a self-hosted, high-performance mailing list and newsletter manager. It comes as a standalone binary and the only dependency is a Postgres database. While you can setup listmonk on docker container and the official docu…
Shell Shell is nothing just a program that helps in running the commands which the developer writes in it. The developers use the shell to manage the various tasks. It is also called the Command li…
Introduction Docker is a revolutionary open-source platform that empowers developers to effortlessly build, package, and deploy applications using containers. Picture containers as compact, self-conta…
Motivation & Inspiration Over the past few months, I have been committed to following many senior software engineers like the owner of Inkdrop - Takuya Matsuyama, the owner of LunarVim - Christian Chi…
Overview This is an introductory article to explain how to automate Bash scripts in Ubuntu by using the Terminal and a cronjob or a technique called cron. Materials Computer Ubuntu Operating System …
Steps to Use the Script Create a file name Jenkins.sh Copy and paste the below script and save the file. Make the Jenkins.sh file executable. Run the script. #!/bin/bash sudo apt update sudo apt…
Lee este artículo en español. Video I'll be uploading a YouTube video soon. Why? Ubuntu There are many reasons why we would like to use Ubuntu. In my case, I started to use it in 2007, when I decided …
To install Node.js binary version on Ubuntu-based systems, there are multiple options available. Here are step-by-step instructions for installing nodeJS on Ubuntu using different methods: Option 1: I…