Language Selection

English French German Italian Portuguese Spanish

March 2013

some more leftovers:

  • Firefox gets Unreal Engine 3 support - video
  • New Racing Game for Linux
  • Two from icculus now on Steam
  • Ubuntu Powered Promo Booth? You Bet
  • Heavily-Upgraded Postal Hits Steam
  • User Interaction with Ubuntu Components
  • Full Circle Magazine Issue 71
  • Predictably non-persistent names
  • Humble Troubles Again, more platform specific bundles
  • Open Source Software Bill of Materials, What are They Good For?
  • ZFS On Linux Is Now Set For "Wide Scale Deployment"
  • Experimental Compiz, Unity Work Continues
  • Monitor ‘Zeitgeist’ Logging Activities in Ubuntu using ‘Zeitgeist Explorer’
  • Serious Sam 3: BFE for Linux Gets Big Patch
  • Ubuntu End of Life
  • Smart Scopes Not Coming In 13.04

some leftovers:

  • Playing w/ My Conky
  • Snappy, a cool media player with a Clutter interface
  • How to use anacrontab to schedule tasks
  • Why Wayland & Weston Were Forked
  • Indexing preferences in GNOME 3.8
  • Kali Linux ISO: Build a custom KDE image
  • Debian 6.0.7 (squeeze) Screenshots
  • Say Hi to J065514.3+540858
  • Distillation of KDE Git Issue
  • Are you a senior KDE developer? Join openSUSE
  • MailMerge on free Offices
  • The Linux Desktop Mess
  • Luminosity of Free Software, Episode 9
  • FLOSS Weekly 246
  • Linux Outlaws 304 – Hummusgate

Return to Root: How to Get Started With Debian

linux.com: Debian comes in four flavors: Stable, Testing, Unstable, and Experimental. Packages start out in Experimental, and migrate down through Unstable, Testing, and finally land in Stable.

SolidRun CuBox Review – A Tiny PC

linuxuser.co.uk: The CuBox, announced in December 2011, has been slow in coming to the UK, but is finally available through compact computing specialist New IT. Has it been worth the wait?

Review: Pardus 2013 KDE

dasublogbyprashanth.blogspot: My spring break is coming to an end (I only have 1.5 more days), so I figured it might be nice to do another review while I still can. Today I'm reviewing Pardus 2013.

some odds & ends:

  • Google's New Open Source Patent Pledge: We Won't Sue Unless Attacked First
  • Migrating to LibreOffice? Here's Help
  • Migration to Document Freedom Isn't As Easy As It Seems
  • Why Did Wall Street Let Red Hat Off the Hook?
  • Red Hat CEO: Employees 'Often Call Me An Idiot To My Face'
  • RIT receives donation from Red Hat, Inc
  • Meet the GIMP: Episode 189: Currywurst for Beginners
  • Power to the Raspberry PI
  • Speedy Synapse Fires Up Searches and Launches
  • Microsoft Windows 8 UEFI Secure Boot complaint: The case for and against
  • Matthew Garrett: Secure Boot and Restricted Boot
  • Systemd 199 Has Its Own D-Bus Client Library
  • GNOME 3.8 Release Announcement
  • LibrePlanet 2013 T-Shirts

The Two Faces of Linux

  • The Two Faces of Linux - Robust Server versus Stagnant Desktop Market Shares
  • ArchLinux Decided To Move To MariaDB
  • Red Hat Earnings Said Not As Bad As First Seemed
  • Red Hat, Rackspace win early dismissal of Uniloc patent suit
  • calamariOS, Huh, What?
  • MariaDB is conquering the “desktop” distributions
  • DistroRank Weekly rankings posted
  • Pardus 2013 Is Here
  • The GRUB Battle Again: Getting Mageia to Coexist with AntiX
  • My last comment on "Linux" vs "GNU/Linux"
  • DreamWorks Uses GNU/Linux For Workstations And Servers
  • What is going on for Kali Linux (Full Version)?
  • HOWTO : Pentoo 2013.0 RC1.1 on ASUS Sabertooth X79
  • The Croods was made with the help of Linux
  • Netflix: Still no plans for Linux support

asciiquarium: Cheaper and cleaner than the real thing

  • asciiquarium: Cheaper and cleaner than the real thing
  • Pass – A perfect shell based password manager
  • Converting ext3 to ext4 filesystem
  • textmaze: Let’s call it a game
  • 4 gui applications for installing Linux from USB key
  • weatherspect: Edutainment, I suppose
  • Nautilus Tips and Tweaks, openSUSE 12.3
  • How to dual-boot Windows 8 and Linux
  • Mastering The Linux Shell: Standard In, Out, and Error
  • Setup Mail Server In Minutes Using IRedMail In Ubuntu 12.10 / Debian 6
  • Writing and reading code

GNOME 3.8 & KDE 4.10 - See What's New

  • GNOME 3.8 Released - See What's New
  • KDE Plasma Desktop 4.10 Latest Features

Mark Shuttleworth ‘Most Disruptive Name in Computing’ Says Forbes

omgubuntu.co.uk: Mark Shuttleworth has been named as one American magazine Forbes‘ ’12 Most Disruptive Names in business’

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.