
Audio is streamed directly from the publisher (gnuworldorder.info) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
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 quota on:
% quotaon /
# set quota amounts with
% setquota --help
# or
% EDITOR=emacs edquota klaatu
`
shasum -a256=7b9f249ce1eca6e444971394f3d1763c239229781daca89531c2efff67cc2267