![]() |
VOOZH | about |
π Image
I received an email the other day from a visitor saying how much he enjoyed reading my reviews, but he was a disappointed as it seems tuxmachines had been ignoring his favorite distro. As it was a nice distro and a new version was released three weeks ago, he felt it deserved some attention. So when my new burner arrived, it was the first distro I tested. In fact, I've been using it for a couple of days now and the author of that email was correct when he said it was fast, stable, and up-to-date. I refer to Arch Linux 0.8 Voodoo.
I used the torrent to pull Arch in, and it came in surprisingly fast. At 300KB/s, it was just about the fastest torrent pull I've experienced, at least recently. 561MB arrived in short order and became the distro that tested if my new dvd/cd burner worked. Not 100% sure what to expect, I mkfs.ext3 this old partition I had laying around and booted the install disk.
The first screen that appears offers some helpful information and the available boot options. I didn't think I needed any and just pressed Enter. They system booted with typical linux standard output and brought me to another information screen with instructions for some of the various installation options, such as the logfile, keymap, or setup method. The setup methods are Normal or Expert. If one chooses the Normal install, they start a setup routine very similar to what is found with Slackware.
The installer for Arch and Slackware are what I refer to as ascii-graphical. I just made up that term years ago to distinguish the ncurses interface from actual text-installs. To this day some folks still call these Slack derived installers "text." Text is just that, text. It's where one must type in every command to accomplish the install. The installer in Slackware, Arch, and Zenwalk, etc, is not text. It might be keyboard driven, but one is offered choices and after navigation with the arrow keys, one clicks OK using the Enter key instead of clicking with the mouse.
After the welcome screen, one chooses the install source. Your choices are from cdrom or ftp. I had downloaded the install iso, so I chose cdrom. One can get a boot image and install over the net from an ftp repository if they prefer. Then one is taken to the setup menu, again similar to Slack's. Here one can prepare their harddrive using cfdisk or allow the Arch install program to auto-prepare the disk. This latter method takes over the whole drive and makes the necessary partitions. If one doesn't need to make partitions, they can skip ahead to selecting the swap and / partitions and choosing the filesystem. One can choose their favorite filesystem from reiserfs, ext2 & 3, jfs, xfs, and vfat (iirc).
Next one selects the packages for installation. One screen suggested that one only install the base system first and then install the rest after making sure the base boots. Or that's how I understood it, and that's what I did. I selected base install and Yes to all packages by default. It took no time for this step to finish and I went on to number 4 in the menu, Configure System.
During the first phase of Configure System, one can opt to have their hardware auto-detected. This is always a good idea and when presented with the choice, I always go with auto-detection. This step includes answering some preference questions concerning support for USB devices, firewire, pcmcia, nfs shares, raid, lvm volumes, or encrpted volumes. Then one is asked which is their preferred text editor, vim or nano, so that they can edit the system configuration files.
Editing the system configuration files is not as complicated as it sounds. During this step, one is presented a list of files for review. For the most part, they are already configured. One just needs to glance over them to make sure no changes are in order. For example in /etc/rc.conf you might want to input your hostname, change the timezone, or set your internet connection information. Next is /etc/hosts. In that one you might want to put your ip and hostname.domainname hostname. /etc/fstab will already be set up for your current system, but you can add any partitions you might wish mounted at boot. The /etc/mkinitcpio.conf sounds a bit scary, but it's pretty much ready. I added support for my chosen filesystem, but it might not have been needed. /etc/modprobe.conf is available if you have any exotic hardware. For the most part, this isn't need as most is auto-detected. You will probably want to add your nameservers to the /etc/resolv.conf file. /etc/locales.gen offers a lot of examples and lists of locales, so it's not difficult to pick out yours. And finally there is the root password. This is the interactive portion where one inputs their chosen root password as found in Slack's installer or issuing passwd at the commandline. So, all in all, there really isn't much to do during System Configuration, but one should not skip it.
Next one installs the kernel and bootloader. Again menu-driven one just chooses their preferences. Grub and lilo are both available. At this point the install is finished and I rebooted into my base Arch install.
At that time I had no X nor window manager. Arch uses pacman for the package manager and it functions in much the same way as apt-get in Debian and derivatives. In fact, the steps are almost identical. One must set up a configuration file of repositories and update the database before using it. As with most distros these days, Arch's pacman.conf already has sufficient repositories configured. You can add your own or uncomment some of the extra choices such as unstable or community. One then updates, or refreshes as pacman calls it, the database with pacman --sync --refresh. It is recommended that we then update the system to current and even after just three weeks there were several updates available for me. I accomplished that with pacman --sync --sysupgrade. There are several handy options to use with pacman, but for the most part, one will only need to issue pacman --sync <package name>. Sync pulls packages in from remote ftp mirrors while -add will install local compressed tarballs. See the online wiki for more options or man pacman is complete as well.
So, in my case I merely typed pacman --sync xorg kde. It took a while to download the 300+MB of packages and with so many, I was a bit nervous that installing them might fail. However, it did not. After downloading for a couple hours, the system worked away for a bit installing packages. A progress bar for each package was displayed to let me know things were proceeding along. And finally it was done. There was no /etc/X11/xorg.conf file present, so I issued the xorgconfig command. It's the same procedure as the old xfree86config. It is an interactive X setup. If you've ever configured or paid attention when accepting the defaults in any Linux install, this configuration shouldn't be much of a problem. Choices are offered and many times only hitting the enter key is required to use the defaults. All one really needs to know is their video card. Knowing the horizonal sync and vertical refresh is quite helpful, but if you don't just pick one of the lower safe choices.
Pacman reported that there wasn't a kdm or xdm available, so I just use xinit /opt/kde/bin/startkde to start KDE. Gnome and XFCE4 are also available. Installing kde pulled in a lot of dependencies (including gtk, *sql libs, cups, lm_sensors, cairo, media codecs, etc) so that with just xorg and kde, I had a complete system ready for use already. After starting KDE, I installed The Gimp and Firefox. OpenOffice.org, koffice, and abiword are also in pacman repos. The KDE version is 3.5.6, the kernel is 2.6.20, gcc is 4.1.2, gimp is 2.2.13, firefox is 2.2.0.3, gnome is 2.18, and xfce4 is 4.4.1. A full list of current and extra, as well as testing and unstable, packages can be found here.
In the KDE desktop, one finds the complete KDE suite. It's mostly default, but Arch has added their own customized wallpaper and splash screen. It a really pretty blue background with a nice modernistic almost jellied version of the Arch arch in the center with the system identification in the lower right corner. The busy cursor is a teny tiny little blue arch as well. That's pretty cute. In the menu one finds an entry labelled Archlinux that leads one to handy links to the various hotspots on the Arch website, such as Documentation, Forum, Donate, and homepage.
I searched the forum for a few answers, such as how to improve the gtk fonts, and I found that the forum is quite active and full of information. It seems from a cursorary glance that all questions are answered in a useful and friendly manner. The Documentation could use a bit more detail in certain areas, but they have a lot more documentation some others. So, all in all, it's quite useful.
This release marks the end of an era for Arch. Beginning with the next release, there will no longer be the .7, .8, or 1.0 type version numbers. They state that from now on they will be versioning their releases to coincide with the release date, year and month.
In conclusion I found Arch to be just what it advertises. "Arch is fast, lightweight, flexible and simple." Some say that it may not be newbie friendly, but I tend to disagree somewhat. Sure there's a bit of configuration needed, but nothing that should be overwhelming. Anyone that has installed any Linux before can probably handle installing and configuring Arch.
I think Arch's most significant strong point is in the fact that it's so customizable. Unlike some distros that install everything or offer rigid defaults, one installs just what they need and want with Arch. With the surprisingly complete repos, one can install how little or much software they choose. With the trend in Linux these days of making things so easy for the newcomer, sometimes one loses most of the choices once offered. So, Arch Linux is a refreshing change of pace. What user configurations are needed are not complicated and sane defaults or useful real-world examples are offered for most. All my hardware was auto-detected, so no configuration was needed in that area. My only complaint is I'm going to have to do some more work on the fonts. Whereas the fonts aren't what one might classify as ugly, they aren't as pretty as on some systems. I would also suggest they dress-up KDE a bit more.
Arch Linux Homepage
Arch @ Distrowatch
One note. Kdm is part of kdebase, it's not a seperate package.
Also, I really recommend you try gnome under ArchLinux as it works much better than kde.
I've been running gnome for over a year and a half on ArchLinux and I am very satisfied with the current gnome 2.18
Here's my current ArchLinux desktop http://img362.imageshack.us/img362/3408/screenshotzp9.png
Finally, thank you for writing this excellent review of ArchLinux.
I really recommend you try kde under ArchLinux as it works much better than gnome.
I've been running kde for over a year and a half on ArchLinux and I am very satisfied with the current kde 3.5.6
I'm running arch since 2004 now, without gnome even installed. I never had any problems with KDE, or any cooponent of it, and think the kde maintainers do a great work on it (working with kde since version 1 or 1.2 of kde, and for me it always made a better impression than gnome).
What gnome differs from kde: not that many apps are installed with gnome. More choice is given, but i like even xfce more than gnome. At least - with arch we have the choice.
The review is pretty much what i feel about arch. There could be done a lot of making it easier for several "special" usage, and in some terms more user friendly (network scripts and similar), but it's a complete and friendly distribution. Personally, i liked the comment about the forum best, since that is what actually makes archlinux to what it is - the communtiy.
Though, i'm developing on the system, and don't "work" in a common way (mail, office, watching movies, playing mp3s, ..). For Office and Mail i use Citrix, which is fully integrated into the linux desktop since version 10.
bugme, I never said KDE is bad. Both Gnome and KDE are equally good. It's a matter of taste and I just happen to prefer Gnome over KDE.
It's sad that someone would lie when what they wrote is right there in black and white, and silly when it's something so inconsequential as a desktop preference.
Thanks for the great ArchLinux review. We currently have a little list going on the main archlinux.org page of reviews of the distro - would you mind if we linked here?
Naw, I don't mind at all. Thanks. Congrats on a fine release too.
Arch Linux seems to be a great distribution for laptops as well. CPU frequency scaling as well as suspend to disk and RAM work with minimal effort when following their wiki. I have been using Arch Linux for several months now without any serious issues and I really love the fact that I can do an entire system upgrade periodically without too much trouble and without having to burn new CDs. Also, I was able to install the earlier version of Arch Linux with LVM using the command line even though I am a relative newcomer to using Linux. Apart from this Arch Linux also offers the option to install packages from source if necessary! Indeed a great distribution!
That is wonderful news. Thanks so much for sharing. I felt a little bad I didn't test it on my laptop, but I knew basic support was there. I saw some of the packages being pulled in for the KDE install.
thanks again.
By the way, I forgot to mention that I am using the 64 bit flavor of Arch Linux on my laptop and it works beautifully! For those that may not be already aware, Arch also offers a 64 bit version. Among the hundreds of Linux distributions listed on Distrowatch, there are very few distributions that offer 64 bit support. Given how involved it is to get Gentoo Linux set up and running, Arch is an ideal compromise between binary and source based distribution and a real breeze to keep up to date.
Yeah it's me the grandmaster of offtopic blabbering from #PCLinuxOS π Wink
I've been using the latest Arch now for some weeks and IMO it truly shines
as a distro for us not so newbie users ... I was waiting for you
to review it and my waiting was worth it thank you srlinuxx π Smile
digiKam 7.7.0 is releasedAfter 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 the rest of this article |
Dilution and Misuse of the "Linux" Brand
|
Samsung, Red Hat to Work on Linux Drivers for Future TechThe 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 the rest of this article |
today's howtos
|
Ubuntu 23.04, codenamed Lunar Lobster, is the latest version of the popular open-source operating system to be released on 20th April. It comes with a host of new features and upgrades designed to enhance the user experience and improve the systemβs overall performance.
π Read the rest of this article
Linux is known for its open-source nature and flexibility. One of the essential components of a Linux system is the window manager. A window manager is responsible for the appearance and management of windows on the screen.
π Read the rest of this article
#tuxmachines log for Friday, December 31, 2021#tuxmachines log for Thursday, December 30, 2021#tuxmachines log for Wednesday, December 29, 2021#tuxmachines log for Tuesday, December 28, 2021#tuxmachines log for Monday, December 27, 2021#tuxmachines log for Sunday, December 26, 2021#tuxmachines log for Saturday, December 25, 2021#tuxmachines log for Friday, December 24, 2021#tuxmachines log for Thursday, December 23, 2021#tuxmachines log for Wednesday, December 22, 2021#tuxmachines log for Tuesday, December 21, 2021#tuxmachines log for Monday, December 20, 2021#tuxmachines log for Sunday, December 19, 2021#tuxmachines log for Saturday, December 18, 2021#tuxmachines log for Friday, December 17, 2021#tuxmachines log for Thursday, December 16, 2021#tuxmachines log for Wednesday, December 15, 2021#tuxmachines log for Tuesday, December 14, 2021#tuxmachines log for Monday, December 13, 2021#tuxmachines log for Sunday, December 12, 2021#tuxmachines log for Saturday, December 11, 2021#tuxmachines log for Friday, December 10, 2021#tuxmachines log for Thursday, December 09, 2021#tuxmachines log for Wednesday, December 08, 2021#tuxmachines log for Tuesday, December 07, 2021#tuxmachines log for Monday, December 06, 2021#tuxmachines log for Sunday, December 05, 2021#tuxmachines log for Saturday, December 04, 2021#tuxmachines log for Friday, December 03, 2021#tuxmachines log for Thursday, December 02, 2021#tuxmachines log for Wednesday, December 01, 2021#tuxmachines log for Tuesday, November 30, 2021#tuxmachines log for Monday, November 29, 2021#tuxmachines log for Sunday, November 28, 2021#tuxmachines log for Saturday, November 27, 2021#tuxmachines log for Friday, November 26, 2021#tuxmachines log for Thursday, November 25, 2021#tuxmachines log for Wednesday, November 24, 2021#tuxmachines log for Tuesday, November 23, 2021#tuxmachines log for Monday, November 22, 2021#tuxmachines log for Sunday, November 21, 2021#tuxmachines log for Saturday, November 20, 2021#tuxmachines log for Friday, November 19, 2021#tuxmachines log for Thursday, November 18, 2021#tuxmachines log for Wednesday, November 17, 2021#tuxmachines log for Tuesday, November 16, 2021#tuxmachines log for Monday, November 15, 2021#tuxmachines log for Sunday, November 14, 2021#tuxmachines log for Saturday, November 13, 2021#tuxmachines log for Friday, November 12, 2021#tuxmachines log for Thursday, November 11, 2021#tuxmachines log for Wednesday, November 10, 2021#tuxmachines log for Tuesday, November 09, 2021#tuxmachines log for Monday, November 08, 2021#tuxmachines log for Sunday, November 07, 2021#tuxmachines log for Saturday, November 06, 2021#tuxmachines log for Friday, November 05, 2021#tuxmachines log for Thursday, November 04, 2021#tuxmachines log for Wednesday, November 03, 2021#tuxmachines log for Tuesday, November 02, 2021#tuxmachines log for Monday, November 01, 2021#tuxmachines log for Sunday, October 31, 2021#tuxmachines log for Saturday, October 30, 2021#tuxmachines log for Friday, October 29, 2021#tuxmachines log for Thursday, October 28, 2021#tuxmachines log for Wednesday, October 27, 2021#tuxmachines log for Tuesday, October 26, 2021#tuxmachines log for Monday, October 25, 2021#tuxmachines log for Sunday, October 24, 2021#tuxmachines log for Saturday, October 23, 2021#tuxmachines log for Friday, October 22, 2021#tuxmachines log for Thursday, October 21, 2021#tuxmachines log for Wednesday, October 20, 2021#tuxmachines log for Tuesday, October 19, 2021#tuxmachines log for Monday, October 18, 2021#tuxmachines log for Sunday, October 17, 2021#tuxmachines log for Saturday, October 16, 2021#tuxmachines log for Friday, October 15, 2021#tuxmachines log for Thursday, October 14, 2021#tuxmachines log for Wednesday, October 13, 2021#tuxmachines log for Tuesday, October 12, 2021#tuxmachines log for Monday, October 11, 2021#tuxmachines log for Sunday, October 10, 2021#tuxmachines log for Saturday, October 09, 2021#tuxmachines log for Friday, October 08, 2021#tuxmachines log for Thursday, October 07, 2021#tuxmachines log for Wednesday, October 06, 2021#tuxmachines log for Tuesday, October 05, 2021#tuxmachines log for Monday, October 04, 2021#tuxmachines log for Sunday, October 03, 2021#tuxmachines log for Saturday, October 02, 2021#tuxmachines log for Friday, October 01, 2021#tuxmachines log for Thursday, September 30, 2021#tuxmachines log for Wednesday, September 29, 2021#tuxmachines log for Tuesday, September 28, 2021#tuxmachines log for Monday, September 27, 2021#tuxmachines log for Sunday, September 26, 2021#tuxmachines log for Saturday, September 25, 2021#tuxmachines log for Friday, September 24, 2021#tuxmachines log for Thursday, September 23, 2021#tuxmachines log for Wednesday, September 22, 2021#tuxmachines log for Tuesday, September 21, 2021#tuxmachines log for Monday, September 20, 2021#tuxmachines log for Sunday, September 19, 2021#tuxmachines log for Saturday, September 18, 2021#tuxmachines log for Friday, September 17, 2021#tuxmachines log for Thursday, September 16, 2021#tuxmachines log for Wednesday, September 15, 2021#tuxmachines log for Tuesday, September 14, 2021#tuxmachines log for Monday, September 13, 2021#tuxmachines log for Sunday, September 12, 2021#tuxmachines log for Saturday, September 11, 2021#tuxmachines log for Friday, September 10, 2021#tuxmachines log for Thursday, September 09, 2021#tuxmachines log for Wednesday, September 08, 2021#tuxmachines log for Tuesday, September 07, 2021#tuxmachines log for Monday, September 06, 2021#tuxmachines log for Sunday, September 05, 2021#tuxmachines log for Saturday, September 04, 2021#tuxmachines log for Friday, September 03, 2021#tuxmachines log for Thursday, September 02, 2021#tuxmachines log for Wednesday, September 01, 2021#tuxmachines log for Tuesday, August 31, 2021#tuxmachines log for Monday, August 30, 2021#tuxmachines log for Sunday, August 29, 2021#tuxmachines log for Saturday, August 28, 2021#tuxmachines log for Friday, August 27, 2021#tuxmachines log for Thursday, August 26, 2021#tuxmachines log for Wednesday, August 25, 2021#tuxmachines log for Tuesday, August 24, 2021#tuxmachines log for Monday, August 23, 2021#tuxmachines log for Sunday, August 22, 2021#tuxmachines log for Saturday, August 21, 2021#tuxmachines log for Friday, August 20, 2021#tuxmachines log for Thursday, August 19, 2021#tuxmachines log for Wednesday, August 18, 2021#tuxmachines log for Tuesday, August 17, 2021#tuxmachines log for Monday, August 16, 2021#tuxmachines log for Sunday, August 15, 2021#tuxmachines log for Saturday, August 14, 2021#tuxmachines log for Friday, August 13, 2021#tuxmachines log for Thursday, August 12, 2021#tuxmachines log for Wednesday, August 11, 2021#tuxmachines log for Tuesday, August 10, 2021#tuxmachines log for Monday, August 09, 2021#tuxmachines log for Sunday, August 08, 2021#tuxmachines log for Saturday, August 07, 2021#tuxmachines log for Friday, August 06, 2021#tuxmachines log for Thursday, August 05, 2021#tuxmachines log for Wednesday, August 04, 2021#tuxmachines log for Tuesday, August 03, 2021#tuxmachines log for Monday, August 02, 2021#tuxmachines log for Sunday, August 01, 2021#tuxmachines log for Saturday, July 31, 2021#tuxmachines log for Friday, July 30, 2021#tuxmachines log for Thursday, July 29, 2021#tuxmachines log for Wednesday, July 28, 2021#tuxmachines log for Tuesday, July 27, 2021#tuxmachines log for Monday, July 26, 2021#tuxmachines log for Sunday, July 25, 2021#tuxmachines log for Saturday, July 24, 2021#tuxmachines log for Friday, July 23, 2021#tuxmachines log for Thursday, July 22, 2021#tuxmachines log for Wednesday, July 21, 2021#tuxmachines log for Tuesday, July 20, 2021#tuxmachines log for Monday, July 19, 2021#tuxmachines log for Sunday, July 18, 2021#tuxmachines log for Saturday, July 17, 2021#tuxmachines log for Friday, July 16, 2021#tuxmachines log for Thursday, July 15, 2021#tuxmachines log for Wednesday, July 14, 2021#tuxmachines log for Tuesday, July 13, 2021#tuxmachines log for Monday, July 12, 2021#tuxmachines log for Sunday, July 11, 2021#tuxmachines log for Saturday, July 10, 2021#tuxmachines log for Friday, July 09, 2021#tuxmachines log for Thursday, July 08, 2021#tuxmachines log for Wednesday, July 07, 2021#tuxmachines log for Tuesday, July 06, 2021#tuxmachines log for Monday, July 05, 2021#tuxmachines log for Sunday, July 04, 2021#tuxmachines log for Saturday, July 03, 2021#tuxmachines log for Friday, July 02, 2021#tuxmachines log for Thursday, July 01, 2021#tuxmachines log for Wednesday, June 30, 2021#tuxmachines log for Tuesday, June 29, 2021#tuxmachines log for Monday, June 28, 2021#tuxmachines log for Sunday, June 27, 2021#tuxmachines log for Saturday, June 26, 2021#tuxmachines log for Friday, June 25, 2021#tuxmachines log for Thursday, June 24, 2021#tuxmachines log for Wednesday, June 23, 2021#tuxmachines log for Tuesday, June 22, 2021#tuxmachines log for Monday, June 21, 2021#tuxmachines log for Sunday, June 20, 2021#tuxmachines log for Saturday, June 19, 2021#tuxmachines log for Friday, June 18, 2021#tuxmachines log for Thursday, June 17, 2021#tuxmachines log for Wednesday, June 16, 2021#tuxmachines log for Tuesday, June 15, 2021#tuxmachines log for Monday, June 14, 2021#tuxmachines log for Sunday, June 13, 2021#tuxmachines log for Saturday, June 12, 2021#tuxmachines log for Friday, June 11, 2021#tuxmachines log for Thursday, June 10, 2021#tuxmachines log for Wednesday, June 09, 2021#tuxmachines log for Tuesday, June 08, 2021#tuxmachines log for Monday, June 07, 2021#tuxmachines log for Sunday, June 06, 2021#tuxmachines log for Saturday, June 05, 2021#tuxmachines log for Friday, June 04, 2021#tuxmachines log for Thursday, June 03, 2021#tuxmachines log for Wednesday, June 02, 2021#tuxmachines log for Tuesday, June 01, 2021#tuxmachines log for Monday, May 31, 2021#tuxmachines log for Sunday, May 30, 2021#tuxmachines log for Saturday, May 29, 2021#tuxmachines log for Friday, May 28, 2021#tuxmachines log for Thursday, May 27, 2021#tuxmachines log for Wednesday, May 26, 2021#tuxmachines log for Tuesday, May 25, 2021#tuxmachines log for Monday, May 24, 2021#tuxmachines log for Sunday, May 23, 2021#tuxmachines log for Saturday, May 22, 2021#tuxmachines log for Friday, May 21, 2021#tuxmachines log for Thursday, May 20, 2021#tuxmachines log for Wednesday, May 19, 2021#tuxmachines log for Tuesday, May 18, 2021#tuxmachines log for Monday, May 17, 2021#tuxmachines log for Sunday, May 16, 2021#tuxmachines log for Saturday, May 15, 2021#tuxmachines log for Friday, May 14, 2021#tuxmachines log for Thursday, May 13, 2021#tuxmachines log for Wednesday, May 12, 2021#tuxmachines log for Tuesday, May 11, 2021#tuxmachines log for Monday, May 10, 2021#tuxmachines log for Sunday, May 09, 2021#tuxmachines log for Saturday, May 08, 2021#tuxmachines log for Friday, May 07, 2021#tuxmachines log for Thursday, May 06, 2021#tuxmachines log for Wednesday, May 05, 2021#tuxmachines log for Tuesday, May 04, 2021#tuxmachines log for Monday, May 03, 2021#tuxmachines log for Sunday, May 02, 2021#tuxmachines log for Saturday, May 01, 2021#tuxmachines log for Friday, April 30, 2021#tuxmachines log for Thursday, April 29, 2021#tuxmachines log for Wednesday, April 28, 2021#tuxmachines log for Tuesday, April 27, 2021#tuxmachines log for Monday, April 26, 2021#tuxmachines log for Sunday, April 25, 2021#tuxmachines log for Saturday, April 24, 2021#tuxmachines log for Friday, April 23, 2021#tuxmachines log for Thursday, April 22, 2021#tuxmachines log for Wednesday, April 21, 2021#tuxmachines log for Tuesday, April 20, 2021#tuxmachines log for Monday, April 19, 2021#tuxmachines log for Sunday, April 18, 2021#tuxmachines log for Saturday, April 17, 2021#tuxmachines log for Friday, April 16, 2021#tuxmachines log for Thursday, April 15, 2021#tuxmachines log for Wednesday, April 14, 2021#tuxmachines log for Tuesday, April 13, 2021#tuxmachines log for Monday, April 12, 2021#tuxmachines log for Sunday, April 11, 2021#tuxmachines log for Saturday, April 10, 2021#tuxmachines log for Friday, April 09, 2021#tuxmachines log for Thursday, April 08, 2021#tuxmachines log for Wednesday, April 07, 2021#tuxmachines log for Tuesday, April 06, 2021#tuxmachines log for Monday, April 05, 2021#tuxmachines log for Sunday, April 04, 2021#tuxmachines log for Saturday, April 03, 2021#tuxmachines log for Friday, April 02, 2021#tuxmachines log for Thursday, April 01, 2021#tuxmachines log for Wednesday, March 31, 2021#tuxmachines log for Tuesday, March 30, 2021#tuxmachines log for Monday, March 29, 2021#tuxmachines log for Sunday, March 28, 2021#tuxmachines log for Saturday, March 27, 2021#tuxmachines log for Friday, March 26, 2021#tuxmachines log for Thursday, March 25, 2021#tuxmachines log for Wednesday, March 24, 2021#tuxmachines log for Tuesday, March 23, 2021#tuxmachines log for Monday, March 22, 2021#tuxmachines log for Sunday, March 21, 2021#tuxmachines log for Saturday, March 20, 2021#tuxmachines log for Friday, March 19, 2021#tuxmachines log for Thursday, March 18, 2021#tuxmachines log for Wednesday, March 17, 2021#tuxmachines log for Tuesday, March 16, 2021#tuxmachines log for Monday, March 15, 2021#tuxmachines log for Sunday, March 14, 2021#tuxmachines log for Saturday, March 13, 2021#tuxmachines log for Friday, March 12, 2021#tuxmachines log for Thursday, March 11, 2021#tuxmachines log for Wednesday, March 10, 2021#tuxmachines log for Tuesday, March 09, 2021#tuxmachines log for Monday, March 08, 2021#tuxmachines log for Sunday, March 07, 2021#tuxmachines log for Saturday, March 06, 2021#tuxmachines log for Friday, March 05, 2021#tuxmachines log for Thursday, March 04, 2021#tuxmachines log for Wednesday, March 03, 2021#tuxmachines log for Tuesday, March 02, 2021#tuxmachines log for Monday, March 01, 2021#tuxmachines log for Sunday, February 28, 2021#tuxmachines log for Saturday, February 27, 2021#tuxmachines log for Friday, February 26, 2021#tuxmachines log for Thursday, February 25, 2021#tuxmachines log for Wednesday, February 24, 2021#tuxmachines log for Tuesday, February 23, 2021#tuxmachines log for Monday, February 22, 2021#tuxmachines log for Sunday, February 21, 2021#tuxmachines log for Saturday, February 20, 2021#tuxmachines log for Friday, February 19, 2021#tuxmachines log for Thursday, February 18, 2021#tuxmachines log for Wednesday, February 17, 2021#tuxmachines log for Tuesday, February 16, 2021#tuxmachines log for Monday, February 15, 2021#tuxmachines log for Sunday, February 14, 2021#tuxmachines log for Saturday, February 13, 2021#tuxmachines log for Friday, February 12, 2021#tuxmachines log for Thursday, February 11, 2021#tuxmachines log for Wednesday, February 10, 2021#tuxmachines log for Tuesday, February 09, 2021#tuxmachines log for Monday, February 08, 2021#tuxmachines log for Sunday, February 07, 2021#tuxmachines log for Saturday, February 06, 2021#tuxmachines log for Friday, February 05, 2021#tuxmachines log for Thursday, February 04, 2021#tuxmachines log for Wednesday, February 03, 2021#tuxmachines log for Tuesday, February 02, 2021#tuxmachines log for Monday, February 01, 2021#tuxmachines log for Sunday, January 31, 2021#tuxmachines log for Saturday, January 30, 2021#tuxmachines log for Friday, January 29, 2021#tuxmachines log for Thursday, January 28, 2021#tuxmachines log for Wednesday, January 27, 2021#tuxmachines log for Tuesday, January 26, 2021#tuxmachines log for Monday, January 25, 2021#tuxmachines log for Sunday, January 24, 2021#tuxmachines log for Saturday, January 23, 2021#tuxmachines log for Friday, January 22, 2021#tuxmachines log for Thursday, January 21, 2021#tuxmachines log for Wednesday, January 20, 2021#tuxmachines log for Tuesday, January 19, 2021#tuxmachines log for Monday, January 18, 2021#tuxmachines log for Sunday, January 17, 2021#tuxmachines log for Saturday, January 16, 2021#tuxmachines log for Friday, January 15, 2021#tuxmachines log for Thursday, January 14, 2021#tuxmachines log for Wednesday, January 13, 2021#tuxmachines log for Tuesday, January 12, 2021#tuxmachines log for Monday, January 11, 2021#tuxmachines log for Sunday, January 10, 2021#tuxmachines log for Saturday, January 09, 2021#tuxmachines log for Friday, January 08, 2021#tuxmachines log for Thursday, January 07, 2021#tuxmachines log for Wednesday, January 06, 2021#tuxmachines log for Tuesday, January 05, 2021#tuxmachines log for Monday, January 04, 2021#tuxmachines log for Sunday, January 03, 2021#tuxmachines log for Saturday, January 02, 2021#tuxmachines log for Friday, January 01, 2021Content available under CC-BY-SA π CC
Β© by original authors