Guest User

Improvised SourceMage guide

a guest
May 24th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. to change the keyboard KEYMAP change /etc/sysconfig/keymap
  2. find keymaps reference in /usr/share/keymaps
  3.  
  4. to get a manual
  5. $ cast smgl-setup
  6. $ man smgl-setup
  7.  
  8. to update the package manager
  9. $ sorcery update
  10.  
  11. to update the package list
  12. $ scribe update
  13.  
  14. to check any changes in the architecture specs
  15. $ cast smgl-archspecs
  16.  
  17. to change general things like the color scheme
  18. $ sorcery
  19.  
  20. to rebuild everything from source
  21. $ sorcery rebuild
  22.  
  23. to recompile the kernel
  24. $ cast -r linux
  25.  
  26. after casting new spells you need this to have apropos, man -k, and whatis
  27. $ makewhatis
  28.  
  29. to get a list of spells needing upgrade
  30. $ sorcery -q
  31.  
  32. to upgrade the spells themselves known to be available for upgrade
  33. $ cast --queue
  34.  
  35. to check for broken installations
  36. $ cleanse --fix
  37.  
  38. to delete completely a spell
  39. $ dispel --nosustain SPELL
Add Comment
Please, Sign In to add comment