today's howtos
-
How to install Sonic Battle Rematch on a Chromebook
Today we are looking at how to install Sonic Battle Rematch on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.
-
How to install Visual Studio Code on Pop!_OS 22.04 - Invidious [Ed: Or don't. It's proprietary software that Microsoft uses for spying.]
-
How to List Installed Packages in Ubuntu 22.04
A “package” is a compressed file archive containing all the files that come with a particular application. Several examples of packages are .tgz, .deb, and .rpm. Today, we will explore how to display the list of all the packages installed on our system. To do that, we have presented three different methods. We have used Ubuntu 22.04 to demonstrate the procedure. We will run easy-to-follow Linux commands on Ubuntu’s command line (Terminal) to list the packages.
Without any further ado, let’s get started!
-
How to Open a File With Nano Editor in Linux?
GNU nano is a text editor for Unix-like computing systems or operating environments using a command line interface.
-
MySQL JSON Data Type
You may have often heard about the type of clothes or food a person may like. Just like that, the value in a variable can be of a different type. These types define the class of a variable and to which category it belongs and which operations can be used on them. For a programmer or developer, it’s very common to use many data types every day while coding. Within databases like MySQL database, MySQL works so well with many data types as its open source platform. Our topic is to cover the JSON (JavaScript Object Notation) datatype in databases without adding complex examples and unnecessary details. Therefore, you have to log in from your Linux system and open its terminal application further.