Language Selection

English French German Italian Portuguese Spanish

Blogs

Future Open Source Superstars

Filed under
Linux

This week’s Open Source Business Conference was a strange meeting. What is apparent is that in the open source software Red Hat’s no longer exciting. Here are some of the companies that may well be the new open source superstars.

OpenMicroServer: Tiny Footprint Linux Server

Filed under
News

I saw an announcement that the OpenMicroServer (OMS) is now available in the U.S. It has been produced in Japan for some time but has just been made available domestically. What's cool about it is that it is small  and can be powered from an Ethernet port. It reminded me of the BlackDog USB Server that made a splash a couple years back.The little OMS only measures 9'' x 4'' x 1.3' It's officially supported for Debian (Etch) and NetBSD. Plat'Home also maintains their own OS SSD/Linux which is a combination of Linux and BSD code. I love little gadgets like these and try to figure out some innovative ways to use them.

My Top 15 Commands

Filed under
Linux

Some folks have started the "Top X Commands" topic around the blogosphere again, and it always fun and interesting. So, here are mine, both user and root. What are yours?

Open Source Deki Wiki by Mindtouch

Filed under
Reviews

About three months ago I was looking for a wiki for a private project and used WikiMatrix to figure out what wiki software best met my needs. My main requirements were that the software was open source, easy-to-use, and there was a free hosted version to play around with.

My Beginning Distro Project

Filed under
Linux

I've decided to have a little fun with creating my own "distro" of Linux. For this, I'm using the program, Reconstructor. What it does is it has the information of a basic and generic version of Linux, based on Ubuntu. It gives you choices of packages you wish to include in the distribution and other elements. Very neat. I will be posting more as I go along, but for now, here is some info:

Kubuntu 7.10 Review.

Filed under
Reviews

I have been a fan of (K)Ubuntu since ages. It goes back to the 5.x days. I have been using the 6.06 LTS till now. I like the LTS concept and would definitely try to stick with that.

Vector Linux 5.9: Light, fast Slackware-based distro

Filed under
Reviews

Vector Linux 5.9, released in late December of last year, is a Slackware 12.0-based distribution that uses Xfce 4.4.2 as its default user interface. Generally speaking, Xfce requires less horsepower than other UIs, like GNOME and KDE, and so Vector Linux bills itself as an excellent operating system to install on older, lower-powered computers. I've been using it for the past two weeks, and like what I see.

12 Worst Insertions Inside Articles and Reviews

Filed under
Just talk

Everyone likes a top list. This one can make people hate them, after all writers do not like critics. This is less a top list than an advice. Please, do not occur in the same mistake listed here. Everytime I started to read a review or article I ask myself how many of these annoying inserts I will find.

Linux Cheat Sheets (awk, ed, sed, perl, bash, screen)

Filed under
Howtos

I have made several linux cheat sheets to speed up the learning process of some tools.

Recently I decided to put them on my blog.

Here is a link to all the cheat sheets on my blog:
cheat sheets at catonmat (my blog)

They include:

Brightside - Screen Corner Actions and Edge-Flipping Made Easy

Filed under
Linux

Brightside adds actions to the corners of the screen in GNOME, such as switching virtual desktops and controlling the volume. You can even enable the screensaver and control the screen brightness on your laptop.

Just another update

Filed under
Just talk

Just thought I'd throw an update out there. I haven't blogged here in over a year, and that trend is likely to continue into the foreseeable future.

I recently moved off-campus to a lovely little apartment. I like the privacy and the space, but I do miss having constant access to the internet.

Livecds against D.T.C.R.F.C.

Filed under
Linux

In the past we could divide Linux distributions in two main categories, the livecds and the installable ones, nowadays we have a third category, the D.T.C.R.F.C. or 'Distributions That Can Run From Cds'.

Connectivity problems

Filed under
Site News

Seems I've been having some connectivity problems as of late. The adsl connection keeps disconnecting and causing the intermittent connectivity problems to the site. I've switched out modems, even now using a brand new model, but it's not helping much.

KDE 4.0: Everything that has an end, has a beginning

Filed under
Reviews

By now, every Linux user's heard of KDE 4.0, and the controversy surrounding its release. Here's one partisan KDE user's take on it — with screenshots.

Why Dolphin should have tabs

Filed under
Linux

According to the Dolphin webpage, Dolphin is: "a file manager for KDE focusing on usability." To expand; from my experiences with it, along with words from developers, Dolphin is a light-weight file-manager, meant to be strictly used for file-browsing. It is not meant to be a replacement for Konqueror. While it all sounds very interesting, I still have a few concerns. My main issue is the fact that the majority of the developers are against adding tabs.

Been Sick as a dog

Filed under
Site News

I apologize to the folks that come to tuxmachines looking for the latest in linux and open source news and reviews for not updating the site the passed coupla days. I've been sicker than I've ever been in my life.

Hacao Classmate PC avaiable !

Filed under
News

“This is the answer from Hoang le Minh (Vice director of HCMC Post & Telecom service - Government) to a reporter from Echip questioning him about the Classmate PC project from Intel and the possible choice of Hacao linux as operating system (instead of Windows). In summary : the CMPC has some physical limitations (256 MB Ram, 1 GB Flash memory) which prevents it from effectively using Windows operating system.

Three good and useful Firefox add-ons

Filed under
Linux

One of the great things about Firefox is that the community can contribute to it with add-ons, some of the are really fantastic. There are a lot of them, so much, that is really difficult if not impossible to know all of them, here I present three of them to you.

Eight great Linux stories that made digg front page in 2007

Filed under
Linux

With 2007 ending, it start to appear reviews of the year everywhere, so this is my contribution to that.
I decided to pick up the best (at least for me) Digg front page stories about Linux in 2007

Either shut up or do something about it.

Filed under
Linux

The web is filled with so many views and opinions about Linux, that its simply mindnumbing to even try to read it all. The time spent should be focused on actual coding and coming up with new, practical ideas that are of use to most people.

Syndicate content

More in Tux Machines

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.

Red Hat Hires a Blind Software Engineer to Improve Accessibility on Linux Desktop

Accessibility on a Linux desktop is not one of the strongest points to highlight. However, GNOME, one of the best desktop environments, has managed to do better comparatively (I think). In a blog post by Christian Fredrik Schaller (Director for Desktop/Graphics, Red Hat), he mentions that they are making serious efforts to improve accessibility. Starting with Red Hat hiring Lukas Tyrychtr, who is a blind software engineer to lead the effort in improving Red Hat Enterprise Linux, and Fedora Workstation in terms of accessibility. Read more

Today in Techrights

Android Leftovers