Debian Unstable: Difference between revisions

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...'
 
No edit summary
Line 8: Line 8:
* Edit <tt>/etc/default/grub</tt>, removing "quiet" from GRUB_CMDLINE_LINUX_DEFAULT
* Edit <tt>/etc/default/grub</tt>, removing "quiet" from GRUB_CMDLINE_LINUX_DEFAULT
** Rerun <tt>update-grub</tt>
** Rerun <tt>update-grub</tt>
* Edit <tt>/etc/default/ntp</tt>, changing NTPD_OPTS to '-g -x'
** This allows the clock to be arbitrarily set once (presumably on startup), without slew delay
* Clone my home directory from https://github.com/dankamongmen/dankhome.git
* Clone my home directory from https://github.com/dankamongmen/dankhome.git
* Set a color for the local machine in <tt>.pcolor</tt>
* Set a color for the local machine in <tt>.pcolor</tt>
* ''FIXME'' plenty more...
** This is based on the binary <tt>bin/color</tt>, and hooks to PS1 in <tt>.bashrc</tt>
* Install <tt>mingetty</tt>. Open <tt>/etc/inittab</tt> and convert 'getty 38400' to 'mingetty'.
* ''FIXME'' plenty more..