today's howtos
-
How to Change gedit Color Schemes on Linux
Want to change gedit's default color scheme on your Linux PC? There are plenty of ways to do so, including creating your own color scheme.
-
2023-08-23 [Older] Linux User Privileges: Adding Users to sudoers Group in CentOS, Debian, and Ubuntu
-
2023-08-22 [Older] How to Configure a Firewall on Debian With UFW
-
How to Access Linux Files on iOS and Android With Network Share
Set up a network-shared folder using Samba but don't know how to access it from your Android or iOS smartphone? Here's how to get started.
-
How to Change Desktop Wallpaper on a Chromebook
If you're fed up with the default wallpaper on your Chromebook, consider changing it to something you fancy.
-
Behavioural differences of IPv6 subnet-router anycast address implementations
The subnet-router anycast address is a unique IPv6 address that is autoconfigured on a device that is a router (meaning net.ipv6.conf.all.forwarding=1 in Linux context) when the subnet prefix length is shorter than a /127. In theory, when a host on the subnet/local link sends a packet to this address, it reaches the closest router in the subnet from the host; this can mean the host itself if IPv6 forwarding is enabled. This implies the initial leading zero address of an IPv6 subnet (::) is going to be auto-injected into the host’s (router) local routing table as an address of type, anycast. So, for example, if 2001:db8::/64 is your subnet, then 2001:db8:: is the subnet-router anycast address.
-
Adding two more 12TB drives to the mirror
As mentioned in several previous posts, I’m moving a server from one chassis to another. None of the hardware is coming over. Just the jails and data.
Recently, I’ve been trying out two new 12TB drives. I’m looking forward to the reduced noise level, as well as the reduced power consumption and heat.
-
Send your logs to Loki
Loki provides a RESTful API to store and read logs. Let’s push a log from a Java app. Loki expects the following payload structure: [...]
-
2023-08-22 [Older] How to Install Sketchup on Ubuntu for 3D Modeling
-
2023-08-25 [Older]
-
2023-08-24 [Older] How to disconnect and connect your Google Drive on a Chromebook
-
2023-08-24 [Older] How to install Wire Desktop on Debian 12
-
2023-08-23 [Older] How to install the Brave browser on Debian 12
-
2023-08-23 [Older] How to install Intellij Idea Community on a Chromebook in 2023
-
2023-08-22 [Older] How to install CrossCraft SurvivalTest on a Chromebook
-
2023-08-21 [Older] How to install the Opera browser on Debian 12
-
2023-08-21 [Older] How to install RStudio on a Chromebook
-
2023-08-20 [Older] How to install the Cemu emulator on a Chromebook
-
2023-08-20 [Older] How to install Google Chrome on Debian 12
-
2023-08-20 [Older] Linux Weekly Roundup #249
-
2023-08-18 [Older] How to install the itch.io app on a Chromebook
-
2023-08-23 [Older] Changing Hostname in Ubuntu: A Step-by-Step Guide for Beginners
-
Fast-lane to Real-Time Linux: How to Set Up Your System
After that, reboot the system. Make sure to enter the BIOS (typically, using the F2, F8, F10, or F12 keys). As someone who cares about low power consumption (reduced carbon footprint), I never thought I'd share this tip: turn off all power management or energy saving options. Typical keywords for this are "ACPI", "APM" or anything that has "power" in its name. This is important to make sure the system is ready to execute all commands at the right time (literally).