Podcast (ogg): Play in new window | Embed
lugcast_60
Listener Feedback
Mark Rice asks about “Wallabag”
https://aur.archlinux.org/packages/wallabag/
https://www.youtube.com/watch?v=2UrSF7a_KpM
Show Topics
FiftyOneFifty
Solus OS update: GUI problems after Steam install fixed in a recent update. Windows volume still disappears from GRUB every time there is a kernel update, but it easily fixed via “sudo update grub”.
Fweeb
A very brief talk on starting to play with static website generators:
• Hugo (http://gohugo.io/)
• Jekyll (http://jekyllrb.com/)
• Middleman (https://middlemanapp.com/)
HonkeyMagoo
Architect linux
https://sourceforge.net/projects/architect-linux/files/?source=navbar
Arch linux archives
https://archive.archlinux.org/packages/
To down grade a package in Arch linux:
Pacman -U (package you wish to downgrade to)
To freeze a package in Arch linux
Edit etc/pacman.conf
Uncomment out or add
IgnorePkg = (package you wish to freeze)