by Michael Stolzer | Apr 17, 2024 | Linux
Git is a distributed version control system that tracks changes to code, files, and project directories across any platform including Ubuntu. Ubuntu 24.04 may include Git by default, but you can also install a specific version from the apt repositories or build one...
by Michael Stolzer | Apr 8, 2024 | Linux
The Chromium browser is developed and maintained by Google. It has almost the same features as Google Chrome but does not send usage data back to Google. It also supports extensions, making it a solid privacy-friendly alternative for Ubuntu 24.04 users. Many...
by Michael Stolzer | Apr 8, 2024 | Linux
The Curl is a versatile and cross-platform command line utility that helps us transfer/share data over different protocols including FTP, HTTP, SCP, SFTP, and many others. The Curl is a client-side utility URL that empowers you to interact with the network resources...
by Michael Stolzer | Apr 8, 2024 | Linux
SSH, or Secure Shell, is the standard protocol for secure remote access on Linux. It encrypts all data transferred between your machine and the remote host. This guide walks you through installing and enabling SSH on Ubuntu 24.04, configuring UFW, connecting remotely,...
by Michael Stolzer | Feb 29, 2024 | Linux
VirtualBox is a free, open-source virtualization application developed by Oracle that lets you run a complete operating system inside a window on your existing Debian 12 system. Each virtual machine runs independently, using a dedicated slice of your CPU, RAM, and...
by Michael Stolzer | Feb 29, 2024 | Linux
“Node.js” is a powerful and open-source runtime environment for Javascript that permits you to employ the Javascript as both, the front-end and back-end. It is well-known for its quickness, extensibility, and a large ecosystem of different libraries. It is currently...