gnuWorldOrder_13x19 episode artwork

EPISODE · May 5, 2019

gnuWorldOrder_13x19

from GNU World Order Linux Cast · host Klaatu

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 you care about._ $ sudo mkswap /dev/sdx1 The **pivot_root** command mounts a new location as your root whilst simultaneously unmounting the old one. You probably won't ever use **pivot_root** manually yourself. Its typical use case is during system startup, when an initrd is used to bootstrap an environment but then needs to be shunted away when the real root partition becomes available. You can test **pivot_root** in a virtual machine, just as a proof of concept, as described in this episode, but if you have ever used **chroot**, then you have The **raw** command talks directly to block devices, useful for fancy databases or other high-performance things that don't need a filesystem because they use their own optimized system for managing data. On some systems (like Slackware), you may need to do **modprobe raw** before using **raw**. NEVER run raw against a block device with data (that you care about) on it. Here is a really simple proof of concept demo exercise: # raw /dev/raw/raw1 /dev/sdx # echo "gnu world order" > /dev/sdx # dd if=/dev/raw/raw1 count=1 gnu world order [...] The **setserial** command sets and reports serial ports on a Linux system. On Slackware, you can see the script that generates serial port definitions in **/etc/rc.d/rc.serial**, with its associated config file being **/etc/serial.conf** On a distro using systemd, there is a unit file that creates serial ports. Serial ports are usually accessible to the group **dialout**, so if you are having trouble talking to a device over a serial port, be sure to add yourself to the **dialout** group, and then log out and log back in. Permissions for devices that communicate over a serial port (like an Arduino) can be managed manually (**chmod 660 /dev/ACM0**, for instance) or you can script **udev** to set permissions upon connection. Yes, there is a slight mixing error at the very start of the episode. Klaatu is currently on holiday and does not have the source files on hand. shasum -a256=42fffe5af617075d42513df74552f539f99e5912d69da06a9fc222950d371996

NOW PLAYING

gnuWorldOrder_13x19

0:00 0:00

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

Eat to Live Jenna Fuhrman, Dr. Fuhrman Our health is our most precious gift and smart nutrition can change your life. Each month, join Dr. Fuhrman and his daughter, Jenna Fuhrman as they discuss important topics in the world of nutrition. Eat to Live will change the way you eat and think about food. French Your Way Jessica: Native French teacher founder of French Your Way Boost your French listening skills and test your comprehension with this one of a kind series of podcasts. Get the chance to listen to a real conversation between native speakers talking at normal speed AND customise your learning experience through carefully designed sets of questions (2 levels of difficulty) available for download at www.frenchvoicespodcast.com. All interviews also come with the transcript. French teacher Jessica interviews native speakers of French from around the world who share a bit of their life and passion. Where else would you meet in one same place a French yoga teacher based in Melbourne, a soap manufacturer from Provence, or a couple cycling around the world? HOMELAND HOMELAND The Church is a body not a building. It's the bride of Jesus Christ! Jesus is coming back for a mature bride. That means it's time for the church of Jesus Christ to move from milk to meat. This is the hour of maturity!HOMELAND is an announcement that the church is being set free. Only the church has the ability to transform the world. The kingdom's of this world will become the kingdoms of our Lord and Savior!All of creation has been waiting for this moment! Sons and daughters of God are rising up and taking their seat! XXX Tech by SOVRYN Dr. Brian Sovryn The crossroads between technology, sensuality, and metaphysics - and the longest running anarchist podcast in the world! Brought to you by Dr. Brian Sovryn.

Frequently Asked Questions

How long is this episode of GNU World Order Linux Cast?

Episode duration information is not available.

When was this GNU World Order Linux Cast episode published?

This episode was published on May 5, 2019.

What is this episode about?

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**,...

Can I download this GNU World Order Linux Cast episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!