Language Selection

English French German Italian Portuguese Spanish

today's leftovers

Filed under
Misc
  • When was the last time you used Windows?

    Are friends and family constantly asking you to troubleshoot issues with their Windows or Mac device? Being the resident support technician in your home is an important job. Like any responsible technology steward, you are going to try your best to help out. However, it might be quite a challenge if it has been a while since you last used such an operating system.

    How long has it been since you last used Windows? Before using Linux, were you primarily a Mac user? Or, are you using Windows or Mac now either at home or work?

    Take our poll by selecting the Windows version you last remember using. If the term, "windows" only reminds you of those glass panels that let sunlight inside, you are probably a long-time Linux user.

    Leave us a comment and share your story about how you started using Linux. 

  • Attempting to install Linux on a new laptop, a follow-up

    I recently detailed my attempts to install Linux as an alternative boot an SD card in a new Dell laptop. Those attempts failed. See Attempting to install Linux on a new laptop for the details.

    Microsoft has continued in their usual way and notified me last week that the current feature update of Windows on that laptop would soon be unsupported and urged me to update to the latest version.

    However, that proved impossible. In spite of removing most of the software installed on the machine, Windows was incapable of cleaning up enough disk space to allow the installation of Windows 10 version 1903 to proceed. The installed 32GB eMMC drive simply is no longer large enough to allow the updates to install. This was true even when I manually downloaded the update and tried to install from an external drive.

    It is remotely possible wiping the hard drive and performing a clean install might have worked, but the prospect of being forced to do so every year was not appealing. So being forced to choose between running an out of date version of Windows or wiping the hard drive and installing Linux, I chose to try the latter.

  • Going Linux #377 · Listener Feedback

    Our first giveaway. In this episode: hidden gems, Banshee abandoned, FreeOffice issues, back to Ubuntu MATE for accessibility, and NTP and hardware clock. 

  • Test and Code: 88: Error Monitoring, Crash Reporting, Performance Monitoring - JD Trask

    Tools like error monitoring, crash reporting, and performance monitoring are tools to help you create a better user experience and are fast becoming crucial tools for web development and site reliability. But really what are they? And when do you need them?

    You've built a cool web app or service, and you want to make sure your customers have a great experience.

    You know I advocate for utilizing automated tests so you find bugs before your customers do. However, fast development lifecycles, and quickly reacting to customer needs is a good thing, and we all know that complete testing is not possible. That's why I firmly believe that site monitoring tools like logging, crash reporting, performance monitoring, etc are awesome for maintaining and improving user experience.

    John-Daniel Trask, JD, the CEO of Raygun, agreed to come on the show and let me ask all my questions about this whole field.

  • how to detect chef
  • Linux Command Cheat Sheet: Download For Free
  • Porting Storm to Python 3

    We released Storm 0.21 on Friday (the release announcement seems to be stuck in moderation, but you can look at the NEWS file directly). For me, the biggest part of this release was adding Python 3 support.

    Storm is a really nice and lightweight ORM (object-relational mapper) for Python, developed by Canonical. We use it for some major products (Launchpad and Landscape are the ones I know of), and it’s also free software and used by some other folks as well. Other popular ORMs for Python include SQLObject, SQLAlchemy and the Django ORM; we use those in various places too depending on the context, but personally I’ve always preferred Storm for the readability of code that uses it and for how easy it is to debug and extend it.

    It’s been a problem for a while that Storm only worked with Python 2. It’s one of a handful of major blockers to getting Launchpad running on Python 3, which we definitely want to do; stoq ended up with a local fork of Storm to cope with this; and it was recently removed from Debian for this and other reasons. None of that was great. So, with significant assistance from a large patch contributed by Thiago Bellini, and with patient code review from Simon Poirier and some of my other colleagues, we finally managed to get that sorted out in this release.

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.