NZ Tekonverse
-
HOWTO: Enable Hibernation in Kubuntu 20.04
One of the little annoyances of the Buntus is they don’t have hibernation enabled by default; you have to set it up yourself. This entails a few extra steps, fortunately these are fairly straightforward. [Re-enable hibernate by default in upower]Identity=unix-user:*Action=org.freedesktop.upower.hibernateResultActive=yes [Re-enable hibernate by default in logind]Identity=unix-user:*Action=org.freedesktop.login1.hibernate;org.freedesktop.login1.handle-hibernate-key;org.freedesktop.login1;org.freedesktop.login1.hibernate-multiple-sessions;org.freedesktop.login1.hibernate-ignore-inhibitResultActive=yes After you reboot, hibernation should work correctly. There is…
-
Debian Falling Behind In Hardware Compatibility
One of the great controversies in the open source world is manufacturers who supply closed source drivers for their devices for open source operating systems like Linux. Debian uses the term “firmware” to describe these drivers and Debian, more than almost any other Linux distribution out there, prides itself on a firm policy of “officially”…
-
NFS Mount Options For Part-Time Servers
A lot of posts on this blog are more in the way of tips and howtos, short articles that explain how to get things done in Linux. Here’s another one and the subject today is to explain how to configure NFS to work with “part time” servers. By this I mean a computer that is…
-
How To Build A PC From $300 To $3000 [3]
Last time I described how the key parts of an entry level $300 computer system could be obtained. This time I am going to write about the parts needed for a mid range system costing around $1000. The key decision for any computer is the type of CPU required. I could choose either the same…
-
Upgrading
The series on how to build a PC from $300 to $3000 is being written as an allusion to my own computer upgrade project I have been working on this week. I took the middle of the road approach to this system and was able to bring the timeline forward after obtaining family support. A…
-
How To Build A PC From $300 To $3000 [2]
Part 2 of this series is different from originally planned as I decided to take a little detour and look at if I could build a basic HTPC system in a small chassis for a modest cost. Most HTPC systems do not require a high performance spec and a $300 system as mentioned in part…
-
How To Build A PC From $300 To $3000 [1]
One of the great strengths of the PC platform is the wide range of configurations which are possible from entry level to high end workstation, or server. PC based servers use the same basic and often interchangeable components as the lowest spec system you can buy. For the point of this discussion I’ll ignore single…
-
Home Theatre PC and all that…[2]
In the first post of this series I took a look at some options out there using different form factors and chassis for a home theatre PC. After a month or two of the current form factor I’m sharing some more thoughts about the form factor options. Generally when you are talking PCs, it is…
-
HOWTO: Fix “python: no such file or directory” error with youtube-dl or other scripts
If you use Python scripts or apps that depend on python to run, you may see an error message similar to the following on Debian Bullseye (possibly other distributions or versions as well). This occurs because the python application has been replaced by python3 in Debian Bullseye and so the system cannot find anything simply…
-
Home Theatre PC and all that…[1]
A few years ago I purchased a Mini-ITX chassis and installed a Gigabyte board with integrated CPU in it. This was supposed to get me something like a HTPC in a compact form factor that could fit in a small space next to a TV. However that board turned out to be too low powered…