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.
Visita il sito del podcast e sostieni chi lo crea: www.gnuworldorder.info
Autore
Klaatu
Categoria
Sito del podcast
Ultimo episodio
15 feb 2025
Dove ascoltare?
I podcast nell'app Replaio Radio In arrivoI podcast stanno per arrivare nell'app. Installala ora e scopri per primo un modo tutto nuovo di vivere i podcast
Episodi
gnuWorldOrder_453 27.03.2022
shasum -a256=9e686b61d9f51bec2a8fbc7763e6ae95a95fcf9009538b4c0769342270e8e34d
gnuWorldOrder_452 20.03.2022
shasum -a256=f632d463afc0baf9e6464ca8593b742397c8b363599b6171d80adb4938462ffb
gnuWorldOrder_451 14.03.2022
shasum -a256=a3eca96cf5005e63006844f6a931765d6bd23812e385a4d73f0f4b5086991975
gnuWorldOrder_450 07.03.2022
shasum -a256=00c493a78680da01604af8ff25391541825429ffa14bb4bf7c32c8e07989bd02
gnuWorldOrder_449 28.02.2022
shasum -a256=f2a5c7da4a2d04aff7948dd0e714cab3ffe9c0462fad9aed09824cb3bc932064
gnuWorldOrder_448 20.02.2022
**Bluez-Qt** and **Calligra Words**. shasum -a256=6cede6e413a0fca9d8ac088987d8726da5cbdcd2cff7bf7678e5959f26d542a0
gnuWorldOrder_447 12.02.2022
Slackware 15 has [still] been released, and in this episode, thanks to feedback from Hackerdefo and Blackernel, Klaatu lists all the ways you can install it. There are several. Also discussed are **blinken** , **bluedevil** (skipping **bluez-qt** by accident), **bomber** , and **bovo**. shasum -a256=3addf60291a7bb906cd0296951e5665f5189d00bf545ce72b8a3538b9e5179ed
gnuWorldOrder_446 06.02.2022
Slackware 15 has been released. In the second half of the show, packages **attica** , **audiocd-kio** , **baloo** , and **baloo-widgets**. shasum -a256=487aad98b2dbe18287be28b27438d54f653194214ff743e9eda351c7c5b949e5
gnuWorldOrder_445 31.01.2022
The **kde** software series continues with **Alkimia** , **Analitza** , and **Ark**. shasum -a256=2b874486e93e25ccbc67269019d7562fd7c0cf85b7107403c8bf4d70b098fd39
gnuWorldOrder_444 24.01.2022
The **kde** software series continues with the **Akregator** RSS feed reader. shasum -a256=3e67f089871bde118c518d6cd2f8e0b216058e93cf915caf4088ac7d633c736f
gnuWorldOrder_443 17.01.2022
The **kde** software series begins. In this episode, all about **akonadi**. shasum -a256=b4e03cc7f1d75635a4ded6bc4771d5e2071be9c622f882e7c2e15b3954e355ce
gnuWorldOrder_442 09.01.2022
The **f** and **k** software series of Slackware: Linux FAQ and the Linux kernel. shasum -a256=f0e9276de53f47ef815a8a72c150c04d409926200c474e4600e905b4d262b9d2
gnuWorldOrder_441 01.01.2022
**GNU Emacs** , the beginning and ending of the **E** software series of Slackware. shasum -a256=e2306653b1532d4c0bf28e1e68107569b435695c049dd8252e335bcdeeda9803
gnuWorldOrder_440 26.12.2021
**Swig** and **yasm** , concluding the **d** software series of Slackware. shasum -a256=cde5dd21a299121f45807a71eb8728489f85439dfeebaf2ea61af9c91f60d956
gnuWorldOrder_439 19.12.2021
Listener feedback, and a look at Bitkeeper, the version control system that compelled Linus Torvalds to create Git. shasum -a256=c90ffb6f76433f7e58d1960e1adb43c0616e16a7c1773fcfde883035e317d847
gnuWorldOrder_438 12.12.2021
The **strace** and **subversion** commands from Slackware software series **d**. shasum -a256=2d14263501aae4fca9c2c7734d456f3e9d9c22b18a8c171541bb03e5bce175d6
gnuWorldOrder_437 05.12.2021
Listener feedback. This is the Git hook example. Save it as **.git /hook/pre-commit** in a valid Git repository, and make it executable with **chmod +x .git /hook/pre- commit**. It gets called any time you tell Git to commit a file, and replaces **foo** with **bar** before committing the file. #!/bin/sh sed -i 's/foo/bar/g' $(git diff --cached --name-only) shasum -a256=ea45b3c05aab9f993eec202bc0dc...
gnuWorldOrder_436 28.11.2021
**Slacktrack** and **SCons** from the **d** software series. shasum -a256=791c1bf7807c19bf3ec89f4f707f171629b6b55e04973311a8b01bcf88a16545
gnuWorldOrder_435 21.11.2021
The RCS revision control system and Ruby. Here is the code from this episode: #!/usr/bin/env ruby class Character def initialize(name,role,lvl) hp = rand(8)+1 @spells = ["cantrip", "chill touch", "detect undead"] puts("You are #{name}, a level #{lvl} #{role}") end #init def listspells() puts("#{@spells}") end #list def spellcast(n) puts("You cast #{@spells[n]}") dice = rand(20) + 1 if dice < 10 th...
gnuWorldOrder_434 14.11.2021
Listener feedback. Linux systems without GNU. Systemd and the search for feature parity across POSIX. shasum -a256=2fa7b1a24adbcfbcdcefc5a283fd7c8b201a50124555783496a7738d7f5a7c38
gnuWorldOrder_433 07.11.2021
How to deliver Python packages with **setuptools**. shasum -a256=2d86a96750a67ac8e0485d757be60d301858b6fa7c588deee1f620c92c5ec209
gnuWorldOrder_432 31.10.2021
Reflections on Python. shasum -a256=6a602df6b0d56b119fb17676d842f8a5e95b14810618213f18adc09a01e851a1
gnuWorldOrder_431 24.10.2021
**Pkgconfig** or **pkg-config** , a BSD make command called **pmake** , and listener feedback about assemly code, and Perl, and using udev for mobile connection. shasum -a256=b3ef5ebf4ea8f586ed984c1764e8dcfea7ad4b8de402b77d1dd484b729e08343
gnuWorldOrder_430 16.10.2021
GNU **parallel** and **patchelf** from NixOS. shasum -a256=84a575c1fa2c58d6ffa1c4de7a578612a00b9dad7f9e207b513f6db3f8abb628
gnuWorldOrder_429 09.10.2021
As it turns out, Perl is amazing! Find out why, and how to start using it. shasum -a256=72630042f9618ca4bdf28eeb34faf39593e133e00b6546c8fe87667ae5b8095c
Podcast simili
Replaio non è un editore di podcast; i nomi dei programmi, le copertine e l'audio appartengono ai rispettivi autori e vengono distribuiti tramite feed RSS pubblici