today's howtos
-
The New CSS Media Query Range Syntax
We rely on CSS Media Queries for selecting and styling elements based on a targeted condition. That condition can be all kinds of things but typically fall into two camps: (1) the type of media that’s being used, and (2) a specific feature of the browser, device, or even the user’s environment.
-
How to Install Lutris Gaming on Ubuntu 22.04
-
How to Install VirtualBox Guest Additions on Linux
When you first install a Linux virtual machine using VirtualBox, you might find the experience sub-par. VirtualBox Guest Additions upgrade your VM experience by bringing additional features to the table, including a shared clipboard, drag-and-drop file sharing, and adaptive display scaling support.
-
OProfile Tutorial
Performance monitoring is crucial to get a view of how the various tasks perform on your system. There are plenty of performance monitoring tools, but OProfile stands out. It is a system-wide performance monitoring tool that comes with the oprofile package. Besides, it has low overhead, making it perfect for retrieving information about executables and other tasks on your system, such as determining the total hardware interrupts received on your kernel.
Ideally, OProfile utilizes its system daemon and loadable kernel modules to collect the data for various running tasks to monitor their performance. If you haven’t used OProfile before, this guide covers everything you should know. Take a look!
-
How to run Open source teleport docker
Teleport is an open-source tool for providing zero trust access to servers and cloud applications using SSH, Kubernetes and HTTPS. It can eliminate the need for VPNs by providing a single gateway to access computing infrastructure via SSH, Kubernetes clusters, and cloud applications via a built-in proxy.
-
How to leave vsan cluster in vsphere 8
-
How to install Unity 2022.1.21 on a Chromebook
Today we are looking at how to install Unity 2022.1.21 on a Chromebook.
If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!
-
How to install the Brave Beta Browser on Linux Mint 21 - Invidious
In this video, we are looking at how to install the Brave Beta Browser on Linux Mint 21.
-
Install and use WinSCP on Ubuntu 22.04 LTS Linux - Linux Shout
Transfer or exchange files between two client or server computers via SSH connection by installing WinSCP on Ubuntu 22.04 LTS Jammy JellyFish Linux.
-
How to Install Otter on Fedora 37/36
Based on the open-source Chromium project, Otter Browser strives to recreate the best aspects of Opera 12, focusing on providing powerful features for power users while remaining fast and lightweight, making it a good choice for those looking for an alternative to mainstream browsers. The following short tutorial will show you how to install the browser from Fedora’s default repository, which, given Fedora focuses on upstream releases, is normally up-to-date with the latest release.
-
How to Install PostgreSQL 15 on Ubuntu 22.04 | 20.04
PostgreSQL 15 is out and delivers many performance improvements. The new release improves PostgreSQL’s capabilities in several key areas, notably performance, data compression, and security. In terms of performance, PostgreSQL 15 includes several enhancements that should help to improve the database’s overall speed and responsiveness. The following tutorial will demonstrate how to install the software on Ubuntu Jammy and Focal LTS using the command line terminal.
-
How to Install Firefox Nightly on Fedora 37/36
The Firefox Nightly browser is contributed code by Mozilla developers, which is added to a central repository daily, then compiled nightly for developers or enthusiasts to grab the latest edge changes. As the code matures, it then merges into the beta repository. It then reaches a level of quality that allows for a new final version of Firefox to be shipped to hundreds of millions of people. Nightly builds are an essential part of the Firefox development process, as they allow us to test new code and ensure that it meets our high standards before it is released to the public. The following tutorial will demonstrate how to install the nightly browser on your desktop using the command line terminal and well know third-party COPR repository.
-
How to Install Hare on Fedora 37/36
Hare is a systems programming language designed to be simple, stable, and robust. It uses a static type system, manual memory management, and minimal runtime. It is well suited to writing operating systems, system tools, compilers, networking software, and other low-level, high-performance tasks. The following tutorial will demonstrate how to install Hare using the command line terminal and COPR repository on your Fedora server or desktop.
-
How to Install Linux Kernel 6.0 on CentOS 9 | CentOS 8 Stream
As anyone who has used CentOS Stream for any time knows, one of its primary focuses is stability. This can often mean that the distribution is relatively stable but usually has very outdated packages in terms of new features. For example, at the time of this writing, CentOS Stream features kernel 5.14, but some users may require a more recent kernel for better hardware compatibility, among many other things. While this focus on stability is admirable, it can be frustrating for users who need the latest and most significant features that newer kernels often provide. Fortunately, there are a few ways to work around this issue. One option is to use the ELRepo repository, which has an excellent reputation amongst EL9, EL8 distributions such as CentOS Stream, Rocky Linux, etc.
Additionally, ELRepo offers many updated packages across various categories, including everything from kernels and drivers to multimedia codecs and desktop applications. As a result, ELRepo is an excellent option for users who need access to the latest and greatest software while still using a stable distribution like CentOS Stream.
-
How to Install Mirage on Fedora 37/36
Mirage is a fast and simple GTK+ image viewer because it depends only on PyGTK. If you want a decent image viewer and the ability to access it via the command line, a fullscreen mode, slideshow mode, essential editing tools to resize/crop/rotate/flip, and a configurable interface, Mirage would be the most straightforward option. The following tutorial will teach you how to install it on your Fedora Desktop.
-
How To Install Apache Hadoop on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install Apache Hadoop on Ubuntu 22.04 LTS. For those of you who didn’t know, Apache Hadoop is an open-source, Java-based software platform that can be used to manage and process large datasets for applications that require fast and scalable data processing. It is based on Java and uses HDFS (Hadoop Distributed File System) to store its data. Hadoop is designed to be deployed across a network of hundreds or more than 1000 dedicated servers. They all together to deal with and process the large quantity and variety of datasets.
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 Apache Hadoop 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 Install Newsboat on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install Newsboat on Ubuntu 22.04 LTS. For those of you who didn’t know, Newsboat is a CLI feed reader application. The web feeds a website provides can be used to get the latest updates from the website. And, this is where Newsboat comes into play. If we have a web feed then, we can use it with Newsboat to have all the updates.
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 Newsboat RSS feed reader 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 Install Samba on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install Samba on Ubuntu 22.04 LTS. For those of you who didn’t know, Samba runs on a Unix system, it allows Windows to share files and printers on the Unix host, and it also allows Unix users to access resources shared by Windows systems. The software can be used as a controller for the domain or as a normal member.
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 Samba 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.