today's leftovers
-
Adding Linux To A Windows Laptop - PC Perspective
We are starting to see a few companies such as Dell return to offering laptops which are running Linux, instead of Windows. There are also some Windows laptops which are advertised as being approved for use with Linux, if you wanted to switch after the fact. However, most Windows laptops can be convinced to boot to Linux if you are willing to put in the work. The Register describes the steps on doing this, in their case they are leaving the Windows install active so they can dual boot; perfect if you want to dip your toes into Linux without leaving Windows, or if you want a multipurpose laptop.
The first step should be to ensure Linux can actually see the hard drive, as there are now a number of common features which will prevent that, all of which can be solved by booting the laptop into Windows. The main worries are ensuring BitLocker is disabled, moving off of Intel’s Rapid Storage Technology, disabling Windows’ Fast Boot and making sure that your disk is set to run in AHCI, not RAID, as all of these will prevent Linux from even seeing your hard drive. Although Windows likes to get upset when you change some of these settings, the article contains simple command line tools that will smarten it up. Once your Linux boot disk can see the drive you are ready to get going.
-
Ghost CMS: The Security Features that you Need to Know About
Well, the popularity of blogging websites has increased multifold times. With this, the Ghost CMS has currently become one of the most popular open source blogging platforms around.
Ghost is a free and open-source blogging platform. It is written in JavaScript and MIT License distributes it. Ghost is designed to ease the process of publishing content online for both individual bloggers and online publications.
It is simple, yet powerful, and provides everything you need to create a beautiful website or blog. One of the things that set Ghost apart from other CMS options is its focus on security. In this post, we’ll take a look at some of the key security features of Ghost and how they can benefit your website or blog.
-
Nvidia AI Enterprise 2.1 bolsters support for open source [Ed: This is openwashing; "support for open source" isn't the same as Open Source or Free software. It's just keyword stuffing.]
-
Postgres is most transformative open source technology since Linux: EnterpriseDB
Enterprise DB helps organizations get the most out of PostgreSQL. Nearly 1,500 customers worldwide have chosen EDB software, services, and support. Their offices worldwide enable deploying their global expertise locally, and support customers more efficiently.
Scott Horn, CMO, EnterpriseDB, tells us more. Excerpts from an interview:
-
Ubuntu Weekly Newsletter Issue 745
-
The Fridge: Ubuntu Weekly Newsletter Issue 745
Welcome to the Ubuntu Weekly Newsletter, Issue 745 for the week of July 17 – 23, 2022.
-
GSoC mid term report for Health
It's been a while since I last updated my progress. I've made significant progress after the last update.
I started creating the User model in the last update. By now, I have migrated the whole User model to the Database from the GSettings and refactored the codebase accordingly.
-
Top 11 New Games to Play on Linux with Proton – July 2022 Edition - Boiling Steam
We are back with our usual monthly update! Boiling Steam looks at the latest data dumps from ProtonDB to give you a quick list of new games that work (pretty much? see ratings) perfectly with Proton since they were released in June 2022 – all of them work out of the box or well enough with tweaks...
-
About Kernel Symbol Table, Compilation, and more - Maíra Canal
This week I was planning on talking about Device Mocking with KUnit, as I’m currently working on my first unit test for a physical device, the AMDGPU Radeon RX5700. I would introduce you to the Kernel Unit Testing Framework (KUnit), how it works, how to mock devices with it, and why it is so great to write tests.
But, my week was pretty more interesting due to a limitation on the KUnit Framework. This got me thinking about the Kernel Symbol Table and compilation for a while. So, I decided to write about it this week.