Today we'll explore the Desktop Entry specification, and see how we can implement it to integrate applications into our desktop environment. Specifically, we'll do this by creating a desktop entry file for Calibre, a great e-book organizer that I use regularly. For a couple of different reasons, I installed Calibre from source, and so it didn't automatically get a desktop entry created for it like it would have had it been installed via aptitude. Regardless of cause, the situation serves as a good opportunity to create a desktop entry manually!
Sometimes you're lucky enough to have access to an extra monitor. If you're using i3, or any other desktop interface that doesn't have a gui or some simplified means for display management, setting up that second monitor might be something of a challenge. In this brief tutorial, we'll cover how to set up and use multiple monitors with i3. We'll use xrandr
and i3-msg
to orient our displays and place the workspaces we want on whatever monitor we want.
Operational security rule 1 - and probably 2, 3 and then some - is to say nothing. We divulge enough information as it is and there's no need to make it any easier for a would-be attacker or opportunist of fortune. For a variety of reasons, many of which are not directly a result of security-mindedness, we resist providing information to strangers. This is good. Neither should your computer. To that end, it's a good idea to have a screensaver/locker!
Setting up a late model laptop with a clean install of Debian I ran into a problem. The laptop's network card is a Killer AX1650, the drivers for which don't come pre-loarded with the Debian netinstaller. The laptop also doesn't have an Ethernet port, and I had no way of connecting it to the internet during the installation of Debian. Getting the internet working was something of a chore... but not impossible!
In this fifth installment of our ongoing Linux tutorial series, we're going to customize our i3 experience by modifying i3bar's output! We're going to integrate our MPD music backend (the setup of which we covered here), into i3bar. We'll make use of some freely available code, and write a little python of our own.