today's howtos
-
How to Run Ubuntu Installed on a USB Drive in a Windows Virtual Machine
Want to go two operating systems deep? Here's how to run Ubuntu, from a USB drive, inside a Windows virtual machine.
-
How to install Minetest on a Chromebook
Today we are looking at how to install Minetest on a Chromebook.
If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!
Please use the video as a visual guide, and the commands and links below to install it on your Chromebook.
-
How to Install PostgreSQL 15 on Ubuntu 22.04 Step-by-Step
In this article, we will cover how to install PostgreSQL15 database on Ubuntu 22.04. PostgreSQL is an open-source object-relational Database Management System.
-
How to install PyCharm Community on Linux Mint 21 - Invidious
In this video, we are looking at how to install PyCharm Community on Linux Mint 21.
-
How To Install Sublime Text on Linux Mint 21 - idroot
In this tutorial, we will show you how to install Sublime Text on Linux Mint 21. For those of you who didn’t know, Sublime Text is a source code editor used by developers all over the world. It’s a cross-platform that supports many programming languages and markups such as Python, Java, C, and C#. Users can expand its functionality with plugins, typically community-built and maintained under free-software licenses.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of Sublime Text on Linux Mint 21 (Vanessa).
-
How To Install JasperReports on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install JasperReports on Ubuntu 22.04 LTS. For those of you who didn’t know, asperReports library is an open-source reporting engine that is entirely written in Java. Developers can use JasperReports as a stand-alone reporting and analytics library server. It is entirely written in Java and it is able to use data coming from any kind of data source and produce pixel-perfect documents that can be viewed, printed or exported in a variety of document formats including HTML, PDF, Excel, OpenOffice and Word.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the JasperReports on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
How to set up SSH key authentication in Linux for more secure logins | ZDNET
Secure Shell (SSH) is the de facto standard for gaining access to remote Linux machines. SSH took the place of telnet long ago, to add a much-needed layer of security for remote logins.
-
10 Useful Examples of the Linux rsync Command
The rsync tool copies files and directories between two computers. It uses a sophisticated algorithm that scans directory trees to find files on the source computer that don’t exist on the destination computer. These files are transmitted to the destination computer. What makes rync so clever is it can figure out which pieces of existing files have been modified, and it only sends the changed portions.
You can use rsync to copy files to a different location on your hard drive, to a different hard drive in the same computer, to an externally connected USB drive, or any other network-accessible location.