PLAY PODCASTS
GNU World Order Linux Cast

GNU World Order Linux Cast

382 episodes — Page 4 of 8

gnuWorldOrder_453

shasum -a256=8cc17db5439f70b39496010d865fd0b11a7650bcf36575b2d88aeee0ec27c4e3

Mar 27, 2022

gnuWorldOrder_452

shasum -a256=add1a99c78f2f8adf315083f94f07929e36291daee78a3a44b6dab6a071da3e6

Mar 20, 2022

gnuWorldOrder_451

shasum -a256=cf14e691ee3dc00388a3e9fcbe8ee6754459d59caddaf7642fb1ae402a075e9c

Mar 14, 2022

gnuWorldOrder_450

shasum -a256=2ebdf399ac00cdc269850edd9112ff3bf02fbc36513744bfc389e570ca136f11

Mar 7, 2022

gnuWorldOrder_449

shasum -a256=efe7641b70c56929bd8e7fa40ac56babe6530b8b4cc56c5da25452984138c729

Feb 28, 2022

gnuWorldOrder_448

**Bluez-Qt** and **Calligra Words**. shasum -a256=08dbdae1a368f67b1b1bc148c2365cb4084168633b302bc44bee8579d4593811

Feb 20, 2022

gnuWorldOrder_447

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=509c13f75efbd57739e38f1fabd1bc1322dd8820427912d2526edf7c8be59446

Feb 12, 2022

gnuWorldOrder_446

Slackware 15 has been released. In the second half of the show, packages **attica** , **audiocd-kio** , **baloo** , and **baloo-widgets**. shasum -a256=2449aa5ef74cad731a4655ccc7b07f6c4b427189361e49418bc33bf52390e290

Feb 6, 2022

gnuWorldOrder_445

The **kde** software series continues with **Alkimia** , **Analitza** , and **Ark**. shasum -a256=a6d8356908dd85e66ec6831f595369447df31bed77ffc975eddb031c7dab4e18

Jan 31, 2022

gnuWorldOrder_444

The **kde** software series continues with the **Akregator** RSS feed reader. shasum -a256=76273967730d3130b545d1612cd3e9f53af07a163d827daa947da982ac1b1217

Jan 24, 2022

gnuWorldOrder_443

The **kde** software series begins. In this episode, all about **akonadi**. shasum -a256=280b557b4eae60648796190b0ef4778af5d0d857d76da4f60e392f18d462adfc

Jan 17, 2022

gnuWorldOrder_442

The **f** and **k** software series of Slackware: Linux FAQ and the Linux kernel. shasum -a256=d82b54484a2eaab5c0443cc35bff4c7a9b2d867b0047e9399d5f1cf61ac032f0

Jan 9, 2022

gnuWorldOrder_441

**GNU Emacs** , the beginning and ending of the **E** software series of Slackware. shasum -a256=6c491c0f54c66f1bdbd95e38dab9de616798787c4344fed417a9d462bbefeeec

Jan 1, 2022

gnuWorldOrder_440

**Swig** and **yasm** , concluding the **d** software series of Slackware. shasum -a256=d3b7d0560cae6fe067b85346ab8e8404e16d30879f259ec46b2576bedbeaf89b

Dec 26, 2021

gnuWorldOrder_439

Listener feedback, and a look at Bitkeeper, the version control system that compelled Linus Torvalds to create Git. shasum -a256=06464d7ab46c267f33f064e709893dce9d2fec2ecb60cf3b459c668cf144abf7

Dec 19, 2021

gnuWorldOrder_438

The **strace** and **subversion** commands from Slackware software series **d**. shasum -a256=744f5c3ff4829dfea8561c77c907d41700ea61d9043426f5b01de36d92bd135d

Dec 12, 2021

gnuWorldOrder_437

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=dd70fa34505149d1156b725951d0f611190f8c8dea1b1cdc7739d348d33da3b0

Dec 5, 2021

gnuWorldOrder_436

**Slacktrack** and **SCons** from the **d** software series. shasum -a256=6946c332ad396d63ad541910f1b3afc2e248bc75826d8cd49dbc6fc9b67b39c8

Nov 28, 2021

gnuWorldOrder_435

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 then puts("Your spell pops and fizzles. Nothing happens.") else puts("Your spell does #{dice} damage.") end #if end #spellcast end #class if __FILE__ == $0 then pc = Character.new("Bob","Wizard",1) pc.listspells() pc.spellcast(1) pc.spellcast(0) end shasum -a256=498b06f0b3d98285a6b4f41528f152ed182dc6d54627accfc53f3539a39f4ea2

Nov 21, 2021

gnuWorldOrder_434

Listener feedback. Linux systems without GNU. Systemd and the search for feature parity across POSIX. shasum -a256=692be42f030a94cc0167fb685ec44bd9ab2c61bcd5cf6e1e952a5a0e3a8b0a10

Nov 14, 2021

gnuWorldOrder_433

How to deliver Python packages with **setuptools**. shasum -a256=dbe581ef517129cf3618ecc65e3227f9b8e3b26fb37e4337a3d13834e8f9fc9e

Nov 7, 2021

gnuWorldOrder_432

Reflections on Python. shasum -a256=626408153665b2c8f0bd8b16e9e176a8b60d56dbe9be37230ae7ddb5799586eb

Oct 31, 2021

gnuWorldOrder_431

**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=5d7fc5e192bb861c803a05ae39cdcf5ea631487f76d00fbf9f6adc01708c16ee

Oct 24, 2021

gnuWorldOrder_430

GNU **parallel** and **patchelf** from NixOS. shasum -a256=3da4ffeacaea2620521f08a86b92a2b28d61e638a5cee17437cc3f9c9703b271

Oct 16, 2021

gnuWorldOrder_429

As it turns out, Perl is amazing! Find out why, and how to start using it. shasum -a256=af031cff2ac768956f9b2d67b11d05482ff15a621edf37570c95b91f75db3786

Oct 9, 2021

gnuWorldOrder_428

The **oprofile** and **p2c** packages. shasum -a256=e5be2a595d242b7cf0bdc591ca9e0d75ad0d7efe12b38691f8c01f002f4b6596

Oct 3, 2021

gnuWorldOrder_427

**Mercurial** version control, and assembly with **nasm**. shasum -a256=cf44e1ebc96e76fc089494680e15a351d51ea7b5863627821963b1523a4daf1f

Sep 25, 2021

gnuWorldOrder_426

GNU **make** and some listener email. shasum -a256=9eb4bbe2adccbeffc890b241b54dc544becae97f303ca9bde9fc326aa7083c20

Sep 18, 2021

gnuWorldOrder_425

The rest of **llvm** , some listener email, and then a quick and simple introduction to **m4**. shasum -a256=5f83e2d229f55154d7cf35023e462f597d57f33ad7efa30aac3ef87c14403f78

Sep 12, 2021

gnuWorldOrder_424

The **llc** , **lli** , **llvm-ar** , **llvm-as** , **llvm-bcanalyzer** , **llvm-c-test** , **llvm-config** , and **llvm-cov** commands from the **d** software series of Slackware. Also, an off-script rogue demo of **lcov**. There isn't much of a logical flow to these commands, but here are a bunch of examples to demonstrate syntax: $ clang -E -emit-llvm hello.c > hello.i $ clang -S -emit-llvm hello.i # outputs hello.ll $ llvm-as hello.ll # outputs hello.bc $ llc hello.bc -o hello.s # outputs assembly $ llvm-as hello.bc -o hello.s # outputs assembly $ llvm-ar r hello.a hello.bc # outputs hello.a For **llvm-gcov** : $ clang -fprofile-arcs -ftest-coverage hello.c $ ./hello $ llvm-gcov show hello.c $ lcov --capture --initial --directory . -o hello.info $ genhtml hello.info --output-directory html $ firefox ./html/index.html shasum -a256=7c8e146a3b11ad5551e89e26264e1b83656ce9eb12946c10583fe26223160892

Sep 4, 2021

gnuWorldOrder_423

**llvm-query** , **llvm-rename** , **clang-tidy** , and **git-clang-format** , from the **d** software series of Slackware. shasum -a256=1767673039f5a233a1d8b04469b7b7e21bd3c0c17982049f7f71feecd3f5871d

Aug 30, 2021

gnuWorldOrder_422

A long answer to a short question: how did Klaatu get a remote gig? Also, **rlwrap** , a wrapper to provide GNU readline functions to arbitrary commands, musings about distributions and derivations, Slackware 15 release candidate has been released, and more. shasum -a256=2b17d0b2a38e61d98f3a659aef42320343bc7dd05488036a5b55808a9cd68995

Aug 21, 2021

gnuWorldOrder_421

Some listener feedback about COBOL, and then the first six commands included in the **LLVM** package from the **d** software series in Slackware. shasum -a256=e34aabcc997c9945c6d67702df72a3b49076e31c2e5565f8f6aa1179bf30eea8

Aug 14, 2021

gnuWorldOrder_420

**help2man** , **indent** , **kernel headers** , **intltool** , **libtool** from the **d** software series in Slackware. shasum -a256=a14c3561b457bd59586a5f7cc67688c38dec7b2c149ade01cb0994ad69cfbd2a

Aug 8, 2021

gnuWorldOrder_419

Listener feedback, Apple [does not use the BSD kernel](https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/BSD/BSD.html#//apple_ref/doc/uid/TP30000905-CH214-TPXREF101), an overview of **GNU Guile**. shasum -a256=80e7fa027abc3553baa84b52dc9cf193eb1bf310f9c45f75c7f9a6e935fa4886

Aug 1, 2021

gnuWorldOrder_418

**GNU COBOL** and **gperf** from the **d** software series of Slackware Linux. shasum -a256=4b80fdd498fb7e19b0c5837eef249bd127d08ef6781046e6819a9ead19716bbf

Jul 25, 2021

gnuWorldOrder_417

Learn **git** with **git-cola**. shasum -a256=3ee3f1ad0ec03803c016ecad40b5e790d180e29a70c65aedb92ba9a6ad825580

Jul 17, 2021

gnuWorldOrder_416

A quick overview of **gettext** followed by all the tools in the **gettext- tools** package. shasum -a256=55e7ad5c549e6ac6227a3ed0ca5f0d8aa29b2648b31384900056e05cc83ee527

Jul 11, 2021

gnuWorldOrder_415

The GNU Debugger ( **gdb** ) from the **d** series of Slackware Linux. shasum -a256=b13966c1b91c265bbb5b6ee39baec7facdf5fc9f9d5e1cecc5755112b08125d2

Jul 4, 2021

gnuWorldOrder_414

Choosing a programming language.

Jul 4, 2021

gnuWorldOrder_413

**gappletviewer** , **gc-analyze** , **gcj** , **gcj-dbtool** , **gcjh** , **gij** , **gjar** , **gjarsigner** , **gjavah** , **gjdoc** , **gkeytool** , **gnative2ascii** , **gorbd** , **grepjar** , **grmic** , **grmid** , **grmiregistry** , **gserialver** , **gtnameserv** , **jcf-dump** , **jv- convert** , **rebuild-gcj-db** and **gcc-objc** from the **d** software series of Slackware. shasum -a256=6edb7a4279487ca6ce088b2eff2f0f57695a323bea7a6b8c53c3c54893bd660a

Jun 27, 2021

gnuWorldOrder_412

**gcc-go** and **gcc-java** from the **d** software series of Slackware. shasum -a256=c13972c08d86069cf7001b88da03cfc1abad06f6b6b0d38fe404d1d3cc12016a

Jun 20, 2021

gnuWorldOrder_411

Listener feedback, Fortran, and Ada. shasum -a256=74429b205b983c816b2e07de00905bda27882c09be65c08ba7269c8d430cb2ad

Jun 13, 2021

gnuWorldOrder_410

**doxygen** and **gcc** from the Slackware **d** software series. shasum -a256=1992799bdc09d704bd6fc4e6be1f5c173c9f0c5a16892241b5b6e132e60ebdbe

Jun 6, 2021

gnuWorldOrder_409

Fedora Silverblue revisited, remapping the caps lock key in Wayland, and other musings. shasum -a256=299e568dd3577514c882d6046fafbd11756447506e5f5c2af397a07472d3bb85

May 31, 2021

gnuWorldOrder_408

**CVS** from the **d** software series of Slack. shasum -a256=eca2aa5f0c57e586f2d9fe83abb3a36a82dbaa562f14821953398e3d014d9087

May 24, 2021

gnuWorldOrder_407

You don't have to be a "technical person" to use Linux. shasum -a256=4be1b2da7e3342daa392845daae2973d26307c95754fbcdf62131fc3c0204345

May 16, 2021

gnuWorldOrder_406

Cmake. The demo Cmake script from this episode is : cmake_minimum_required(VERSION 3.10) project(World VERSION 1.0) add_executable(World world.c) file(COPY assets DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") target_include_directories(World PUBLIC "${PROJECT_BINARY_DIR}") install(TARGETS World) install(DIRECTORY assets/ TYPE DATA) shasum -a256=1216f18ab23de70f591e025c93659588c50cbc2ec407be14e99e81c78b1fdc86

May 10, 2021

gnuWorldOrder_405

**ccache** and **clisp** from the **d** software series of Slackware. Here is a quick and simple dice roller script done in Lisp: #!/usr/bin/clisp (defun roller (num) (pprint (random (parse-integer (nth 0 num)))) ) (setf userput *args*) (setf *random-state* (make-random-state t)) (roller userput) shasum -a256=7dfc9173f0427c8c36e0faa1074150ce777d511babcb718ad1b835dba9e12206

May 3, 2021

gnuWorldOrder_404

404 episode not found

May 1, 2021