Language Selection

English French German Italian Portuguese Spanish

Blogs

OpenIndiana Desktop 151 review

Filed under
Reviews

OpenIndiana is a distribution of illumos, which is a community fork of OpenSolaris. And OpenSolaris itself was the open source version of Solaris, before it was discontinued by Oracle, after Oracle acquired Sun Microsystems, Inc., in January 2010.

ChromeOS in VirtualBox

Filed under
Just talk

Took a little break tonight from compiling 64bit PCLinuxOS packages. I took a peek at ChromeOS in Virtualbox. Pretty much the Chrome browser with a login screen and additional settings. Wanna play with ChromeOS in Virtualbox then you can get a vanilla image from the link below.

http://hexxeh.net/?p=328117684

Fred

Filed under
Just talk

That crazy puppy. He's such a nutball. Tonight he caught some kind of big *ss bug that started squawking when Fred chomped down on it and he ran all around the yard to try and get away from it. But it was in his mouth. It took him about 3 laps to figure it out. lol It was hilarious.

Ubuntu 11.10: Screenshot preview

Filed under
Linux

Ubuntu 11.10 Alpha 2 was recently released for the brave and adventuresome to test. I did not do much of a testing, but ran the system in a virtual environment to see what it looks like. Aside from the kernel, there is really no major change, as far as I could tell, from the last stable release, which is Ubuntu 11.04.

CentOS 6.0

Filed under
Linux

CentOS is a Linux distribution “derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor” (read Red Hat, Inc.). Version 6, released two days ago, is the latest stable release.

Mandriva Desktop 2011 teaser

Filed under
Linux

Getting closer to the release of Mandriva Desktop 2011. The first release candidate was made available June 30, 2011. I do not like to review pre-stable releases, so this is not going to be a review, but a teaser, a taste of what is to come.

Mozilla forms partnership with Tylenol

Filed under
Humor

Firefox product manager Asa Dotzler said today that Mozilla has formed a partnership with Tylenol. This is in response to the business community after complaints that Mozilla's new "Rapid Release" development cycle will cause headaches for IT managers. So starting today all users who download Firefox 5.0 will also get a coupon for a discount off of Tylenol's "Rapid Release" Gel tablets.

PCLinuxOS KDE 2011.6 post installation tips.

Filed under
Linux

1. Maximize the KDE Panel
Right Click on the panel and select Unlock Widgets
Click on the Cashew on the right side of the panel
Click on More Settings
Click on Maximize Panel
Click on the red X to close

Welcome to the Jungle

I don't usually do this, but:

Truths

Filed under
Humor

My sister forwarded this to me and since things are so dismal in the world these days, I thought a few chuckles might be the order of the day.

weirdness: puppy & wd-40

Filed under
Just talk

I have this puppy and I discovered a couple of weeks ago that he is terrified of WD-40. Then I forgot his intense fear and used it again this evening. So, weird. Why would a little puppy be so scared of WD-40?

BIOS Flash update under linux.

Filed under
Linux

I figured it was time to do a BIOS update on one of my main Linux boxes. The MSI NF 980-G65 AMD motherboard came with an AMI BIOS dated September 2009. This MSI motherboard is based on the NVidia NForce 980a chipset, and has built-in NVidia Geforce 8300 video (which I do not use).

Powering up this system has always been a little flaky, requiring a couple of reset-button presses before it would boot into Linux (it would hang at the BIOS splash screen). After boot-up, the system always ran great.

Alright, so on to the BIOS update. MSI has the live update online program which requires, of course, Microsoft Windows, and the Internet Explorer browser. Well, I don't have these on this system, and don't want to put them on it.

In the AMI BIOS setup program, I see the M-Flash option. I try this, but can't get it to work. Some research on the Internet indicates that it's very likely you'll wreck your BIOS using M-Flash anyway, so that's out.

PCLinuxOS 2011 - Preview Graphics

PCLinuxOS 2011 - Preview Graphics - http://goo.gl/il3CG

Thanks to the community members who contributed their ideas, time and talent to produce new artwork for the PCLinuxOS distribution.

Linux Libraries

Filed under
Linux

I wish Linux developers who build libraries for Linux would make their new versions backward compatible with the old version. Also wish they would stop changing their library majors. It is a big pain in the ass to have to rebuild source rpm/deb packages simply to relink a package because of a change with the library major. Every time a developer changes their library major, God kills a kitten.

first ticket

Filed under
Just talk

I just got my first traffic ticket in years and years. It's been so long that I can't even remember.

Angry Birds for Chrome Browser

Filed under
Linux

Just noticed that Angry Birds is now online at http://chrome.angrybirds.com

What next?

Filed under
Just talk

Linux was an exciting journey till now. I used Ubuntu Hardy from its inception till the start of New year 2011. The "learning" part was not so great, as i later understood it, and assumed that it was meant for closing the windows and opening the door towards Linux-ification of the world. After pursuit of (slightly) bigger adventures, now I am high and dry.

A Fishy Tale

Filed under
Just talk

Not to be taken too seriously/technically, this post tries to make a common man understand what the names resemble.

Mac is like a big aquarium. It is a kind of show-off and sure enuf, increases your charisma in....

Windows is like a bucket half filled with water. The bucket is some micro-particles-containing soft material. Initially, you are sorta content...

Linux is like an ocean. Water keeps coming from the rivers, and there are a lot of rivers around. There is much to see if you want to, while...

storming

Filed under
Site News

A bad thunderstorm is rolling in. Anyone wanna bet me how long before the lights go out?

Yep, there go the tornado warning sirens...

Downtime

Filed under
Site News

Hey, some may have noticed that we've been offline for a bit. We experienced some rather bad storms the other night and many lost electrical service. That includes me and tuxmachines. It's back on now and hopefully the predicted storms tonight won't knock us offline again.

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.