Language Selection

English French German Italian Portuguese Spanish

Blogs

Sidux 2007-03.1 "Gaia": A closer look

Filed under
Reviews

Unless you're able to deal with such esoteric problems as diagnosing a buggy post-install script, or figuring out how to deal with a major change in the directory structure of X.org, you might occasionally find running a Debian Sid-based system to be more than you can handle. And that's where Sidux comes in. Sidux's goal is to allow mere mortals the ability to run Debian Sid on the desktop, in order to take advantage of the latest Debian software available. Its development team helps guide its users through the occasional bumps in Sid, via IRC and its user forum. Another goal is to offer a consistent release cycle. Sidux comes with a variety of "convenience scripts" and utilities you won't find in Debian proper, that make it easier to do such things as administer your system and install proprietary software.

Sidux 2007-03 'Gaia' -- a quick look

Filed under
Linux

I come from a Mandriva/Mandrake/PCLinuxOS background. I'm a KDE guy who also installs gnome apps. I've not ever installed Debian, and I've used Debian derived distros very little. So, how does Sidux measure up for me?

Mandriva 2008 Beta 1, "Cassini" -- A few thoughts

Filed under
Linux

I can recall when a new impending release from Mandrake/Mandriva was great cause for excitement. In the last few years, Mandriva has been on the decline. Could the upcoming 2008 release start to turn things around?

n/a

Gimp Tutorial: Creating a Push Button

Push buttons are widely used both web and interface designers. You can see all kinds of push buttons on the web varying in design and shape. In the following tutorial we are going to create one particular kind of push button that is attractive and easy to make even in the Gimp.

http://jozmak.blogspot.com/

A fast way to install ATI and NVIDIA drivers in Ubuntu

Filed under
Linux

One of the first questions Linux users often ask, after installing their distro of choice, is “How do I install Nvidia drivers?” Although the process has been hit and miss in the past, one of the best solutions that I have come across is Envy for the Ubuntu distribution.

read more here

Gimp Tutorial: Creating a Navigation Button

Filed under
Howtos

Navigation buttons are essential features of both web pages and application interfaces. In the following tutorial, we create an attractive navigation button in a few simple steps that can be followed even with limited Gimp knowledge.

http://jozmak.blogspot.com/

Create a VPN with openVPN complete guide

Filed under
Howtos

Havin security as a constant issue, we all are always thinking in a good way to avoid people getting access to our passwords, and personal information.

Whats going on with our beloved kernel? - and my 2 cents

OK a little rant about things that have stuck out to me during the lifetime of the 2.6.x kernel series to date...

Best I/O computer equipment

Everyone uses a monitor, mouse, and keyboard. What are the best choices of equipment for these?

Gimp Tutorial: Creating Glassy Buttons

Most Photoshop techniques make heavy use of "layer effects" when it comes to creating glassy buttons. I modified one of those techniques so that it could be applied to the Gimp environment that lacks this feature. The following tutorial shows you how to create a glassy button in 5 easy steps.

http://jozmak.blogspot.com/

Slackware 12: The anti-'buntu

Filed under
Reviews

Slackware is the oldest surviving Linux distribution; its first version came out in 1993. Version 12 was recently released. As its Wikipedia entry notes, it's got a reputation for sacrificing ease-of-use (in terms of configuration and package management tools provided by the distribution) in favor of letting the end user configure the system and its software by herself.

Enable Syntax Color on vim

If you want to have you vim coloring your edited files according to its syntax, you can follow this instructions to have them enabled, read at:
Linux operating system

Upgrade Feisty Fawn to Gutsy Gibbon

Filed under
Howtos

You can now upgrade your Feisty Fawn to Gutsy Gibbon, and start testing this new Ubuntu release, How to upgrade from Feisty Fawn to Gutsy Gibbon

How to get your SUSE Box to do octave sounds on shutdown

Filed under
Howtos

One of the things i like most about (gnu/?) linux, other than everything, is how you can get it to do things you never knew you wanted… and that’s what i’m all about, i like to dig down the stuff that creates the WOW-effect, even if it has little or no purpose at all. Being able to convert 8 friends so far, makes me certain that these things really do work on a psychological level.

And now for something new and different...

Filed under
Humor

Ubuntu Restaurant and Yoga Studio is on track to open in mid-August on Main Street. According to a press release, ubuntu means “humanity toward others.”

Confession: I'm installing MS Windows

Filed under
Just talk

Yes, it's heresy, and I have a lot of guilt over it. Installing MS-Windows on any of my home machines is an anathema to me.

Free software services

Filed under
News

Facilitating the search for information

We're Back

Filed under
Site News

I'm so so sorry for the downtime folks. We had a storm roll in last night. A tree blew over onto a powerline and ripped the whole meter box right off the back of my house.

n/a
Syndicate content

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.