Language Selection

English French German Italian Portuguese Spanish

today's leftovers

Filed under
Misc
  • Dell XPS 13 Developer Edition Sold with $100 Discount to Make Way for New Model

    The Dell XPS 13 Developer Edition is a very successful laptop that tends to sell really well. Only a limited number of units are made each year, and they also ship with Ubuntu.

  • Dell will ship XPS 13 Developer Edition "Project Sputnik" Linux laptops with Skylake chips
  • Giving Silos Their Due

    One was Linux on the Desktop (LOTD). Around the turn of the Millennium, I predicted big successes for LOTD and Linux on the Laptop (LOTL)—and continued to do the same, annually, until I gave up.

  • This Wrong Command Could Brick Your Linux Laptop [Ed: avoid UEFI]
  • Little warning: Deleting the wrong files may brick your Linux PC

    Here's a friendly warning from El Reg: don't wipe the wrong directory from your Linux system, or you may end up bricking the computer. This has happened to people, we're told.

    The directory in question is /sys/firmware/efi/efivars which is a special filesystem that presents the configuration settings for the computer's underlying UEFI firmware to the user. These configuration variables are used to control the way the motherboard firmware starts up the system and boots your operating system. Changing the files in this directory therefore changes these respective variables in the firmware.

  • Kids can refurbish computers for others at Kramden

    I’ve learned a lot from my time at Kramden, but what I love most is that the computers we refurbish go to underprivileged kids who would not otherwise be able to afford a computer of their own. I've realized that not all children have the resources they need to learn about technology, which will limit their future potential, but with Kramden’s refurbished computers, more kids will get access to computers in their homes.

  • Most Reliable Hosting Company Sites in January 2016

    As it did through the entirety of 2015, Linux has once again dominated as the most commonly used operating system amongst the top ten hosting company websites. The only two companies in January’s table not using Linux to host their websites are Swishmail (FreeBSD) and EveryCity (SmartOS).

  • deepin 15.1 - Screencast and Screenshots
  • Manjaro Devs Patch Zero-Day Linux Kernel Vulnerability with the Latest Update

    Today, Manjaro project leader Philip Müller has announced the general availability of the sixth update for the stable Manjaro Linux 15.12 (Capella) series of operating systems.

    The February 2 update for Manjaro Linux 15.12 is here to mainly patch a zero-day vulnerability in the Linux kernel packages that the distro currently supports. Among them are Linux 3.10.96, Linux 3.12.53 LTS, Linux 3.13.11.33, Linux 3.14.60 LTS, Linux 3.16.7.23, Linux 3.18.26 LTS, Linux 3.19.8.13, Linux 4.1.16 LTS, Linux 4.2.8.2, Linux 4.3.4, Linux 4.4.0, and Linux 4.5 RC1.

  • Arch Linux 2016.02.01 Available for Download, Still Powered by Linux Kernel 4.3

    It's the first day of February, so guess what? A new ISO image for the powerful and highly customizable Arch Linux operating system is now available for download via the official channels.

    Arch Linux 2016.02.01 was released just a couple of hours ago for those of you who would like to deploy the independent Linux kernel-based operating system on new machines.

  • I hate benchmarking

    Among development tasks, one of my least favorite is benchmarking and I tend to procrastinate on it (by writing blog posts, for example). Allow me to enumerate some reasons why I hate doing benchmarking.

  • Canonical Is Looking for Participants in "Ubuntu Apps in Unity 8" Research Study

    Canonical, the company behind Ubuntu Linux, the world's most popular free operating system, announced just a few minutes ago on their Twitter, Google+ and Facebook accounts that they're running a new user research study.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.