Language Selection

English French German Italian Portuguese Spanish

Blogs

Distro Install Cold Turkey

Isn't it annoying how things in life pop up and get in the way of what you actually intended to do?

n/a

Sharing files between Feisty and Windows

Filed under
Howtos

This How To, describe how to configure in a simple way a samba server on your Feisty Fawn, (could be used for other distros) to share files with windows. Samba on Feisty Fawn

backing up your mysql database using your browser -with php-

Filed under
Howtos

Hi,

As I wanted to back up my mysql database on a server where I do not have ssh access only ftp, I made this way to do it, there surely be some better ways, if so I will be glad to know about them, but until that this is working for me.

Backing up your MySQL from web browser using php

PCLOS Gnome Project

Filed under
Linux

This is just a note that a fairly new project is in the works at MyPCLinuxOS to offer PC Linux OS Gnome 2.18. I am only a tester and our team has not yet released an official test .iso featuring Gnome 2.18. Our Dev's will not be officially releasing anything until the system is as bug free as is possible - in line with the main PCLOS and Texstars philosophy.

I said goodby to Windows XP

Filed under
Just talk

Well I picked up a perfectly good Gateway laptop last summer that included a Broadcomm modem which is supposedly supported by the Linux kernel, but thats another story.

The DistroNator

Filed under
Humor

On Oct 24,2003 a build server became self-aware and named himself Texstar and began building rpm pacakages and creating iso's called PCLinuxOS. Other servers became self aware ocilent1, sal server, thac, ivan, davecs, the darb and others and the whole thing became known as the devnet. One goal, one mission... to create the best linux desktop in the world.

Which Distro to choose? - Comparison -(Not a Debian vs Ubuntu vs Fedora vs Centos)

Filed under
Linux

This article compares four of the major distros, from an impartial point of view and try to show some of the facts that make them different, so you can read and choose which better suite your needs.
read it here

Centos 5.0 Released

Filed under
News

CentOS 5.0 the Linux distro based on RedHat has been released, few weeks later RedHat itself has been released.
The news for this version of Centos are among others:

Apache-2.2, kernel-2.6.18, Gnome-2.16, KDE-3.5, Compiz, AIGLX, MySQL-5.0, PostgreSQL-8.1, and much more

It has support for i386 and x86_64 platforms, on its 6 and 7 CDs respectively

Shell Script for Automatically create Apache2 Virtual Servers

Filed under
Howtos

This script permits you to automatically create Apache2, Virtual server, it creates the directory and the configuration files for the virtual server, useful if you need to create a lot of virtual servers, after this you just need to go to the virtual server directory and create the site itself.

read more here

New Ubuntu to be released by October (Gutsy Gibbon)

Filed under
News

Ubuntu 7.10 is going to be called Gutsy Gibbon, and will be release by October this year, today the project was introduced by Mark Shuttleworth, read more at Go2Linux.org

Guided Debian Etch installation (with screenshots)

Filed under
Howtos

The new Debian Etch has been released, here are the installation screenshots, with a step by step guided installation.

Read the complete article of Installing Debian Etch with screenshots

Debian Etch Stable released!!

Filed under
News

This is extracted from the Debian Site, we finally have Etch Stable released!!

Debian GNU/Linux 3.1 updated

Filed under
News

There is a new update for Debian/Sarge, this is security update only, the good new is that reading in lines, we can expect that the final release of Etch is really near, as the sarge is being moved to old stable.
read more

Do you want to know why I don't use Windows?

Filed under
Just talk

So I was looking through my selection of spare computer parts and discovered that I had enough to build another computer. My Mint box does everything I need so I wasn't sure what I'd do with a third computer. Then I remembered all the games I used to play on my old windows computer: American McGee's Alice, Command and Conquer, No One Lives Forever, and most recently Albatross 18.

Annual Kaspersky Labs Fearmongering!

Merry Fearmongering!

Kaspersky Labs (maker of the infamous KAV for Windows), has started what I call their "annual fearmongering initiative".

It appears about this time of year, when they release their so-called "Look everyone! We found a proof of concept malware that does something nasty to *insert opensource solution name here*" press releases.

Puppy Linux 2.15 Community Editio released

Filed under
News

The Puppy 2.15CE (Community Edition) is the result of collaboration of a team of Puppy enthusiasts. It is built upon version 2.14 but with many enhancements. In particular the guys have worked on an improved user-interface and nice out-of-the box first impression.

Launchpad 1.0 Beta Released

Filed under
News

The Beta version of Lauchpad 1.0 has been released, Lauchpad is a collaboration tool with thousands of users, being cannonical the creator of Ubuntu one of them, read more about lauchpad .

Linux Mint "Bianca" KDE Edition Beta 020: A Small Review

Filed under
Reviews

Linux Mint is an Ubuntu-based distro whose goal in life, per its website, "is to produce an elegant, up to date and comfortable GNU/Linux desktop distribution." The developers have released both GNOME-based and KDE-based versions in the past, and their latest version, v2.2 "Bianca," is already final in its GNOME incarnation.

Official the Beryl and Compiz projects are going to merge

Filed under
News

According to the Compiz Site, the merge is going to take place, it even has a new name "Composite Community" it is still a temporary name.

Read more "Composite Community" - The new name for Beryl and Compiz project

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