Sinopsis
GNU, Linux, coffee, and subversion.
Episodios
-
gnuWorldOrder_402
18/04/2021Finishing up with **binutils** with a look at **ranlib** , **readelf** , **size** , **string-GNU** , **strip** , and an brief mention of **windmc** and **windres**. shasum -a256=62d25eba01fcfac66d5f05ef2bbc2c43a9ccf1e1596f781df52cb0442f3f6361
-
gnuWorldOrder_401
11/04/2021Thoughts on the changing face of free and open source software. shasum -a256=221d468409c9d37404d145502ce292f15770967c720720ffc7f194a43a64c308
-
gnuWorldOrder_400
04/04/2021**gprof** , **ld.bfd** , **ld.gold** , **nm** , **objcopy** , and **objdump** from the **d** series. Note that for best results when using many of these binutil tools, you must compile _all_ of your targets with the GCC **-pg** and **-g** options. shasum -a256=21362b6edabff8b5f761808ce053cbf21b531d661dd2b118bc006c644fe21bb0
-
gnuWorldOrder_399
25/03/2021**c++filt** , **dlltool** , **dllwrap** , **dwp** , and **elfedit** from the **d** series. shasum -a256=8162defd67e5c4a8b12c5d5578449f0f69e21dad4aa55f7340a4318c31e363f5
-
gnuWorldOrder_398
21/03/2021**addr2line** , **ar** , **as** , **ld** from the **binutils** package. Here is an example of the code and commands used for the **as** and **ld** example: $ cat > hello.c > #include > int main(void) > { printf("hello world\n"); > return 0; } $ cpp hello.c > hello.i $ gcc -S hello.i $ as -o hello.o hello.s $ ld -static -o hello \ -L/usr/lib64/gcc/x86_64-slackware-linux/5.5.0/ \ /usr/lib64/crt1.o /usr/lib64/crti.o hello.o \ /usr/lib64/crtn.o --start-group -lc -lgcc \ -lgcc_eh --end-group $ ./hello hello world $ The library paths are specific to Slackware, but are similar on other distributions. shasum -a256=11212a6bc6b308ef10a86770828174bd33d8fd70071477e1cf3b59b965c56da7
-
gnuWorldOrder_397
14/03/2021Interview with Herag, from the Anarcho Book Club podcast. shasum -a256=ecb240d7eedefc744c76110bb864b90347570fed4ffdc78327ff68fc778f1d9f
-
gnuWorldOrder_396
08/03/2021Makefiles, **GNU Automake** , and **autotools** in general. shasum -a256=ea79866443081cd80619e63a27bbb8ef14dfced20cfbc48b60d68f7922d3aa97
-
gnuWorldOrder_395
28/02/2021Musings about community and choice in Linux and open source. shasum -a256=91231b34229eb0ad4e509cb540ffcc567d7a04a797684c827afa4dac60e43991
-
gnuWorldOrder_394
21/02/2021GNU autoconf from the Slackware software series **d**. shasum -a256=a8b777cfaae39a87101c931b4c3cafe15d6f925f58a5935590cb7e11db138b9a
-
gnuWorldOrder_393
14/02/2021Listener feedback, and an email about some blog posts about CentOS. shasum -a256=2c059c8e3a01195064869d04484be9da332d6b2289e02a1b736cbae3d3c74f0a
-
gnuWorldOrder_392
07/02/2021Thoughts about the new **Gemini** Internet protocol, and a demonstration of some basic **Cython** from the **d** software series of Slackware Linux. shasum -a256=fb71964c824a2a827f50f27640a684c3612ac690c292fc02a14ee00791055dda
-
gnuWorldOrder_391
31/01/2021All about **workbone** , **xfsdump** , and **zsh** from the **AP** software series of Slackware Linux. shasum -a256=37e8aa4d95a376ea9fd5fdf1fc49bf728cd8f734f2656aed8ae174a825ff88ca
-
gnuWorldOrder_390
24/01/2021**vbetool** , **Vim** , plus **vorbis-tools** , including **ogg123** , **oggdec** and **oggenc** , **ogginfo** , **vcut** , and **vorbiscomment**. shasum -a256=fe31d51511a85ac50e9f61a4cab48d3d7eaa522c5a9631aa476c4b23ca03158a
-
gnuWorldOrder_389
17/01/2021Hardware review of the Devastator 3 keyboard and mouse, and all about **tmux** , plus an obligatory mention of **usbmuxd**. shasum -a256=d531203e6dd2d1407097c621195e96aa0fc69df0f9dd77e4e2a67f1a91e8b00a
-
gnuWorldOrder_388
10/01/2021CentOS is dead or reborn? Also, all about **Texinfo** and why it's better than **man** and **groff**. shasum -a256=f931b12855a60072d9365dd9b3ea7806afcd4962ae357698d1c73d687111e7b8
-
gnuWorldOrder_387
03/01/2021A look at **iostat** , **mpstat** , **cifsiostat** , **tapestat** , **sar** , **sadf** , **sadc** , and **terminus-font**. shasum -a256=828097c1b811771dc57422f3b61585fe3c44a30abfd14f82ef92bd4ecab65ee4
-
gnuWorldOrder_386
27/12/2020All about **squashfs-tools** and **sudo**. shasum -a256=7220f4a45fde4cf87c71b6a3f4fb27a09ce2f3dae6cb74fa6c12576dbb5af590
-
gnuWorldOrder_385
21/12/2020An introduction to **SQLite**. shasum -a256=18493f81c07fd9efb945f780fe4112f5fc0c299b86765e07f0d180f339acda9a
-
gnuWorldOrder_384
13/12/2020**soma** and **sox**. shasum -a256=7f7ad306724b1d9497382dd22088854422ab2a130220de517884b0515b1ec376
-
gnuWorldOrder_383
06/12/2020Linux, Flatpaks, Android apps, and ChromiumOS on a Lenovo Chromebook. shasum -a256=489c3b5779f9158af43e95c6822934d1cd1af2ec09381ab9c78528f1e53e1315