Language Selection

English French German Italian Portuguese Spanish

February 2008

Getting Excited About KDE4

Filed under
KDE

linuxappfinder.com: A year ago I was really excited about KDE4, but the lack of some basic features I found whenever I tried a release candidate soured me a bit. I still loved the vision. When the February update showed up in Kubuntu I decided to give it another go. Now I'm happy that I did.

Fight The Power: Greening Your Linux Systems

Filed under
Linux

bmighty.com: Linux has a lot of advantages as a desktop operating system. Power management, unfortunately, still is not one of them. But there are plenty of ways to make a Linux system less power-hungry -- and some of the most effective fixes are also some of the easiest.

Cool Desktop Linux Applications (Part 1): Internet and networking applications

Filed under
Software

linuxondesktop.blogspot: Desktop Linux has seen tremendous growth over the past few years and with this there has also been tremendous growth in number of applications relevant for desktop use available. Now most of the Linux distributions because of either space constraint or well because of licensing issue do not include many really cool applications.

End of life for Debian 3.1

Filed under
Linux

tectonic.co.za: One year after the release of Debian GNU/Linux 4.0, codenamed ‘etch’, and nearly three years after the release of Debian GNU/Linux 3.1, security support for Debian GNU/Linux 3.1 will cease at the end of March.

Extending Ubuntu's Battery Life

Filed under
Ubuntu

phoronix: Last week when traveling to Europe for FOSDEM and other business meetings, I had picked up a new 9-cell battery for a Lenovo ThinkPad T60. While an additional three battery cells will noticeably extend your battery life, you can also extend your battery life by taking a few simple steps.

New add-ons for OpenOffice.org Writer

Filed under
OOo

linuxjournal.com: After a slow start, add-ons for OpenOffice.org are finally starting to reach a critical mass. When I last wrote about add-ons for OpenOffice.org in September 2004, the examples were relatively limited, with extendedPDF the outstanding example.

Open Source Gaming: Nexuiz 2.4 Released!

Filed under
Gaming

tipotheday.com: After a long wait, the latest edition of the fast-paced free and open source FPS, Nexuiz, has been released! Major updates include a new menu system, additional maps, more efficient use of memory, updated textures and graphics, and lots more.

Trafshow - Real Time Traffic Monitoring for the Paranoid

Filed under
Software

raiden.net: Of all the thousands of available or recommended applications out there that every geek (and non-geek) should have in their arsenal of tools, there are a few that slip under the radar and go relatively unnoticed in the tech world. One of those is trafshow. I've been using it for years, and it's one of the best network monitoring tools around.

OOXML Fails to Get Majority Approval at BRM

Filed under
OSS

groklaw: Basically, there were too many proposed changes to be able to cover them in the BRM, so they tried a workaround, but the upshot is ... it's a mess. Oddly, despite the rules, Alex Brown, Updegrove reports, allowed non P countries to vote, but OOXML still couldn't get a majority of the delegations to back it at the BRM.

Adding a UPS to a desktop Linux machine

Filed under
HowTos

linux.com: An uninterruptible power supply (UPS) will allow your computer to continue to function for a period of time when mains power is lost. This can help you to smooth over short-term (1-5 minute) loss of power by running from the UPS battery.

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.