Klaatu

GNU World Order Linux Cast

GNU, Linux, coffee, and subversion. This podcast is founded in the ideals of anarcho-syndacalism, anti-fascism, and human rights. I stand in solidarity with all people of colour, of marginalised communities, and the oppressed around the globe.

Author

Klaatu

Category

Technology

Podcast website

www.gnuworldorder.info

Latest episode

Feb 15, 2025

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

gnuWorldOrder_13x25 17.06.2019

Short show this week, due to a move to the south island. Klaatu talks about metadata. shasum -a256=07eb9810a87ac5475b0f96029ededf53ceaf76d27ad5b8c3262d07b3d30983b3

gnuWorldOrder_13x24 07.06.2019

The **ddate** command from the **util-linux** package, and all about Discordianism and the Church of the Subgenius! shasum -a256=5f5dcbf15af1af9282d57c2a987ee48787bbc9dade97e3b018b3d539b67ba956

gnuWorldOrder_13x23 01.06.2019

Listener feedback, plus **colrm** and **column** from **util-linux**. Tip: To get information about strange characters in GNU Emacs, place your cursor on the character and then type **Alt**-**x** **describe-char** $ cat example.txt hello world $ cat example.txt | colrm 1 1 ello world $ cat example.txt | colrm 1 6 world $ column --table /etc/fstab shasum -a256=3eb1a2bf89f4bdd041a4c1491186ad7c2912c7...

gnuWorldOrder_13x22 26.05.2019

Why use the Linux desktop if the Desktop is dead anyway? Also, more **util-linux**: cal, chrt, col, and colcrt from /usr/bin. shasum -a256=0794da27c7cafa65a4aac2b8fb9a425868c3f6fa475f3c172028b687ba256c42

gnuWorldOrder_13x21 20.05.2019

Listener feedback about zram and ziptool, and then a discussion about the term "open" shasum -a256=1ff841ce011c6cfbcc4ca1cf6586facc69cc1c5d37054b0b14a4180b74ce7438

gnuWorldOrder_13x20 12.05.2019

Finishing up the binaries in /sbin from the **util-linux** package. Includes **sfdisk**, **swaplabel**, **swapon**, **swapoff**, **switch_root**, **wipefs**, **ziptool**, and **zramctl**. For **zramctl** to work, remember to load the zram module. $ sudo modprobe zram shasum -a256=acc50c7428599f3d4c911a7c4f35f2127150829c781495d3e5754d1b940b69f6

gnuWorldOrder_13x19 05.05.2019

Listener feedbacks from Mastodon, including commentary about the Julian calendar, Flatpak sandboxing problems, Flatpak usability problems, clarification on Bzip2 and LZMA and ZIP compression. The overview of util-linux continues with **mkswap**, which designates a partition of a special hard drive or a special file as "swap" space. _NEVER run **mkswap** on a partition or file that contains data yo...

gnuWorldOrder_13x18 28.04.2019

Is it really possible to use CentOS or RHEL as a desktop Linux distro? Klaatu finds out! shasum -a256=3e14fa81ac4405e0537391e94a8e2b3781cbdfa385e3d8d8a2aaa126ff12f044

gnuWorldOrder_13x17 21.04.2019

Listener feedback from Carl about gauging community health of a project before getting involved with it. Klaatu has defined five community profiles, but has no definitive answers. Listen in and send in commentary if you have ideas on this topic. shasum -a256=95ff76183a370842c08f8d631dc93bd86e2d1a2f7b22adc3ed1d784651b55a44

gnuWorldOrder_13x16 15.04.2019

Are Flatpaks and Snaps a regression in security? and other exciting listener debates. Util-link continued, continuing with utilities in /sbin: * sbin/ctrlaltdel * sbin/fdisk * sbin/findfs * sbin/fsck * sbin/fsck.cramfs * sbin/fsck.minix shasum -a256=9b11c74e14357729d327e196a40a890dc32db2f54d723b178366174233f153a9

gnuWorldOrder_13x15 08.04.2019

Util-link continued, starting with the utilities in /sbin: * sbin/adjtimex * sbin/agetty * sbin/blkdiscard * sbin/blkid * sbin/blockdev * sbin/cfdisk Plus some listener feedback about getopt and getopts, bzip2, good bad sound, and more. shasum -a256=1613deec4e2c1801fda8597c6ae4afb785a7a9311dbd92e7bf249d021956c573

gnuWorldOrder_13x14 01.04.2019

Let's build a flatpak together! shasum -a256=3d9aae810bac35a55ad167851b993e5a810699bbbe31371210a54e8151e6118f

gnuWorldOrder_13x13 25.03.2019

Listener feedback. GNU World Order is voted best Linux Podcast of 2018 by [linuxquestions.org](http://linuxquestions.org) but fame is fleeting, and it is no longer 2018. Bzip2 compression. You should run bzip2 compression tests and send Klaatu your results. Controversy over scripts that download and install automatically. A bakery that runs on Emacs and PostgreSQL. Further Grav commentary. Pico CM...

gnuWorldOrder_13x12 18.03.2019

The journey through the **util-linux** from the **a** package set of Slackware continues. First, a tutorial on `getopt`, an argument parser for Bash and Tcsh. Here is a demonstrative sample script: #!/usr/bin/bash ## or you can just use /bin/sh OPTS=`getopt --options f --long foo --alternative -- "$@"` eval set -- "$OPTS" echo "Raw input: $OPTS" while true ; do case "$1" in -f|--foo) echo "Option...

gnuWorldOrder_13x11 11.03.2019

Heaps of listener feedback about licensing, the difference between a user and a developer, the `atool` archive tool, old GNU World Order shownotes, the first couple of applications from **util-linux**: `dmesg`, `findmnt`, `hostname`, `more`. shasum -a256=7e06731c4ab165e046250b5b690baf27c2b7f2219373d5fa6fbb9a7866b34e69

gnuWorldOrder_13x10 03.03.2019

Coffee across the globe. From the **a** package set of default Slackware packages: udisks, udisks2 (udiskctl), unarj, upower, usb_modeswitch, usbutils, and the utemptor interface to utmp, btmp, and wtmp. Udisks is a friendly interface for interacting with drives. $ udisks --enumerate /org/freedesktop/UDisks/devices/sdc1 /org/freedesktop/UDisks/devices/sdc2 /org/freedesktop/UDisks/devices/sdc /org/...

gnuWorldOrder_13x9 24.02.2019

Episode audio levels adjusted, Flatpak tips, and three great coffees in downtown Raleigh North Carolina. Finishing up the applications-that-start- with-"t" from the **a** set of Slackware: `time` (not the built-in Bash one) and **tree**. shasum -a256=07f111b749baa5acde63f76ab4bdb642059152f198c5b0b820e321219fe3a1bd

gnuWorldOrder_13x8 17.02.2019

Webhosting.coop vouchers, THE CLOUD is just a virtual computer on somebody else's (or your own?) cluster of computers, building dependencies on things you already own. In the **t** packages in the **a** set: heaps of tar tips, and some thoughts about tcsh. shasum -a256=8e45743a4466aceeee219925070f24ac2478cbaa6dbe499458f651fb78c596d9

gnuWorldOrder_13x7 10.02.2019

Deep thoughts about licensing, effective licensing, and why groups of free software developers haven't the luxury of turning a blind eye. shasum -a256=715a7a795d97f2c77269286b8e9ae2e671d2cd75aa679b40b690857631ba564d

gnuWorldOrder_13x6 05.02.2019

Tech talk, licensing, ZFS, and more. shasum -a256=1099dd8dfa56d6a275f6c958a16167c459f8e59dbb8b0b0f2a8c85a8278970b4

gnuWorldOrder_13x5 28.01.2019

Klaatu talks about software licensing as related to ZFS, and then covers the **S** section of the **a** package set in Slackware (he also realises mid-way through that he had already covered the **q** and **r** sections and part of the **s** section, but nobody complained about it, so presumably they were all worth a second look). shasum -a256=8f839464eb79b20a4dcc232b9b0d8e7c03d7f053ce3dbf0575ae61...

gnuWorldOrder_13x4 19.01.2019

Klaatu installs ZFS and creates a ZFS USB drive. Continuing his review of all packages installed with Slackware, he talks about reiserfs and rpm2tgz. Finally, a thoroughly biased unbiased review of the amazing webhost cooperative, [webhosting.coop](http://webhosting.coop). shasum -a256=e2f12449b7fe76356509613ee9ad3b612d3a152dad4323c6a494d75023bcf223

gnuWorldOrder_13x3 13.01.2019

All about the quota command from Slackware package set **a** ` # enable quota in /etc/fstab # for example: # /dev/sda1 / ext4 defaults,usrquota 0 2 # # then remount the partition: % whoami % root % mount -o remount / # create quota index: % quotacheck --user --create-files --no-remount # if it fails with ## cannot stat() /dev/root # then this is a workaround: % ln -s /dev/sda1 /dev/root # now turn...

gnuWorldOrder_13x2 06.01.2019

Lister feedback, a new book, Lua, Luarocks, and much more. ` --[[ GNU All-Permissive License Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. https://www.gnu.org/licenses/license-list.en.html ]]-- -- main.lua vw = 720 vh = 48...

gnuWorldOrder_13x1 30.12.2018

Season 13 begins! We have switched to a fancy new hosting provider, [Webhosting.coop](http://webhosting.coop), a cooperative web hosting organization run in part by Josh Cox, a long-time supporter of the show. Introductory episodes about [Linux](https://gnuworldorder.info/#0x0) and [Slackware](https://gnuworldorder.info/#0x1) have been posted. If you're new to Linux, start with these episodes!. In...

Listen to the GNU World Order Linux Cast podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.