today's howtos
-
How To Install Zoom Client on Fedora 37 - idroot
In this tutorial, we will show you how to install Zoom Client on Fedora 37. For those of you who didn’t know, Zoom is a communications technology platform that provides video telephony and real-time online chat services through a cloud-based peer-to-peer software platform. The Zoom meetings application offers a range of features and is easy to use, making it a popular choice for remote teams and individuals. On Linux, the Zoom client is available as a downloadable package that can be installed on the most popular distributions, including Fedora, Ubuntu, and CentOS.
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 Zoom Client on a Fedora 37.
-
Day 60: the ::part() pseudo-element
You can use the ::part CSS pseudo-element to style an element within a shadow tree.
-
Use a laptop as a 2nd display on Linux using FreeRDP
Dual monitors using a laptop as a second display. This guide assumes that you are using a Debian based distro (X11 only). Both devices must be connected to the same network.
-
A practical issue with YAML: your schema is not actually documentation
These days, YAML is used as the configuration file format for an increasing amount of systems that I need to set up and operate for work. I have my issues with YAML in general (1, 2), but in the process of writing configuration files for programs that use YAML, I've found an entirely practical one, which I will summarize this way: a YAML schema description is not actually documentation for a system's configuration file.
-
How I do static IPs and names for my NAT'd libvirt-based VMs
One of the things that I use Linux libvirt for is a collection of virtual machines that I only NAT onto the network, instead of giving them their own distinct public IPs. When I first set this up, I didn't do anything special to give these NAT VMs consistent IPs or any names at all, which made it a bit annoying when I wanted to SSH in to one (most of them are Fedora VMs, so I can actually do that). Eventually I went through the effort to set up fixed, static IPs for these and give them names that I could use, which has turned out to be much more convenient.
-
4 ways CSS :has() can make your HTML forms even better
There’s been a lot of hype lately around the CSS :has() pseudo-class. And rightly so! It’s basically the “parent selector” we’ve been asking for for years. Today I want to focus on ways we can use :has() to make HTML forms even better.
-
Self Hosted File Sharing Service
Is that email attachment too large? Does imessage insist on converting images to crappy MMS messages when you send to non-iPhone people?
You could always upload the file to Google Drive and just send a link. Or you could host your own file sharing platform, with only a single simple CGI script.
I made one, and I use it.