Check out my first novel, midnight's simulacra!

Debian Unstable

From dankwiki
Revision as of 10:19, 18 February 2011 by Dank (talk | contribs) (Created page with '==New Installs== * Install <tt>sudo</tt>, allow the sudo group to run all commands without a password: <code>%sudo ALL=(ALL:ALL) NOPASSWD:ALL</code> * Add user account to sudo gr...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

New Installs

  • Install sudo, allow the sudo group to run all commands without a password:

%sudo ALL=(ALL:ALL) NOPASSWD:ALL

  • Add user account to sudo group
  • dpkg-reconfigure debconf, set minimum priority to Low
  • dpkg-reconfigure -a, reconfiguring all debconf questions
  • Edit /etc/default/rcS, enabling FSCKFIX, VERBOSE, RAMRUN, RAMLOCK
  • Edit /etc/default/grub, removing "quiet" from GRUB_CMDLINE_LINUX_DEFAULT
    • Rerun update-grub
  • Clone my home directory from https://github.com/dankamongmen/dankhome.git
  • Set a color for the local machine in .pcolor
  • FIXME plenty more...