Skip to content

chirale/slackware-tales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slackware-tales

Some slackware scripts, utils, howtos

1. disk encryption and boot

my way

  • Go for ELILO (UEFI) via the wizard.
  • If cannot boot check this.
  • When encrypted swap is present enable hibernate for less power consumption

2. packages

I don't want to add an entire package manager yet so I write two small scripts to deal with most of slackware builds I need.

luser = non-root

  1. As luser, add slackbuilds key to https://slackbuilds.org/faq/#gpg.
  2. Add these scripts on /usr/local/bin or better read it and write something similar yourself
# Command Run as
1 chirale_slackbuilds luser Download from slackbuilds FTP, check via gpg, unpack it and download the related software third-party as in DOWNLOAD... variables of slackbuild .info file.
2 chirale_slackbuilds_install root Create .tgz package for installpkg.

Then:

  1. Visit https://slackbuilds.org/repository/
  2. Find the slackbuild you need
  3. Reconstruct the dependencies (you have to install these first) and install with slackbuilds or other method (e.g. building from source)
  4. As luser, run command (1) using command games jg-picodrive to download https://slackbuilds.org/repository/15.0/games/jg-picodrive/ (your slackware version e.g. 15.0 will be auto-detected). If you encounter an error, do manually the needed steps, usually to download the third-party software.
  5. As root, run command (2) using command jg-picodrive.
  6. Go to /usr/local/etc then run installpkg LONGNAMEHERE.tgz
  7. You can uninstall with removepkg jg-picodrive

3. devices

  • Before decrypting, some drivers may not work so use the laptop keyboard instead of USB one in case it doesn't work
  • If you're using MFA devices, no fancy software is needed for basic usage but all you need is here (e.g. via chirale_slackbuilds libraries libfido2) then reboot

About

Some slackware scripts, utils, howtos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages