I have a wireless router at home which is physically far from the place I actually work. I required an internet connection to update my Arch machine. I could use wpa_supplicant to connect to internet using wifi but I thought I would explore the option of connecting my laptop back to back with another that [...]| Girish's Blog
Explanation of my newly released tool: pactropy. Keeps a clean list of essential packages.| Felipe Contreras
Discover how the Linux 6.16 rc6 release, addressed by Linus Torvalds, resolved a critical regression to keep the stable release on track. Learn about the fixes and what's next for Linux kernel development.| LinuxConfig
For a laptop, assuming the primary screen is always the one it comes with, an easy approach to position screens relatively left and right of the monitor is: 1# Get display names, -p for plain text 2swaymsg -t get_outputs -p | grep Output 3Output eDP-1 'Chimei Innolux Corporation 0x1417 Unknown' (focused) 4Output DP-1 'Lenovo Group Limited M14 V904H2WF' 5# Center the primary display 6swaymsg 'output eDP-1 position 0 0' Now we can get the current configuration and move the other screen relative...| Rohit Goswami
From Arch to Alpine: Our Journey Through Linux Landscapes. Discover how we slashed storage, vulnerabilities, and maintenance time!| Kalvad
Quickly solve and understand the NPM execute TypeError LRU is not a constructor by following this GNU/Linux comprehensive solution guide.| Adamsdesk
Exploring New Horizons: Why Some Ubuntu Users Migrate to Other Linux Distributions - HamRadio.My| HamRadio.My
How to boot a sytemd based Linux without the graphical user interface.| blog.dbrgn.ch
How to connect to a serial console via a HC06 bluetooth module.| blog.dbrgn.ch
How to start the Docker daemon on demand using systemd socket activation.| blog.dbrgn.ch
Speed up Yaourt package installs on Arch Linux by disabling compression.| blog.dbrgn.ch
How to fix the systemd-boot bootloader after upgrading Windows.| blog.dbrgn.ch
Recompile Vim with Python and Ruby support under Arch Linux.| blog.dbrgn.ch
Last year I decided to install the latest Arch Linux ISO onto my 2015 Retina MacBook Pro. While the installation was relatively painless configuring the system utilities and configuring the retina screen was not.| Lewis Codes