today's howtos
-
How To Install Git on Fedora 37 - idroot
In this tutorial, we will show you how to install Git on Fedora 37. For those of you who didn’t know, Git is a free and open-source distributed version control system designed to handle small or huge projects. It enables multiple developers to work together on nonlinear development, as it tracks changes in source code for each branch of our project’s history.
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 Git on a Fedora 37.
-
Openstack RDO -& KVM Hypervisor: Setup fedora-37-aarch64 KVM Guest at Fedora 37 Server
-
How to install FreeOffice on a Chromebook
Today we are looking at how to install FreeOffice on a Chromebook.
If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!
This tutorial will only work on Chromebooks with an Intel or AMD CPU (with Linux Apps Support) and not those with an ARM64 architecture CPU.
-
How to Install FreetuxTV on Ubuntu 22.10/22.04/20.04
FreetuxTV is a free GTK WebTV and Web Radio player for Linux created by the FreetuxTV project. The GUI is developed in GTK and uses the VLC engine to display the channels. FreetuxTV has been designed with simplicity in mind, and as such, it has a very user-friendly interface so you can easily browse the available channels and add your favorite ones to your list. You can also record your favorite programs and watch them later.
The following tutorial will teach you how to install FreetuxTV on Ubuntu 22.10/22.04/20.04 LTS Linux using a LaunchPAD APT PPA with the command line terminal. Also, the tutorial will cover how to install the stable or, for users that prefer bleeding-edge software, the unstable PPA for alternative installations.
-
Arch Linux wiki page for Limine boot-loader
Limine is catching on! The Arch Linux guys have created a wiki page...
-
ggpairs in R - Data Science Tutorials
What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials.
ggpairs in R, A function called ggpairs, which is the ggplot2 equivalent of the pairs function in base R, is offered by the GGally.
Both continuous and categorical variables can be passed in a data frame.