space, → | next slide |
← | previous slide |
d | debug mode |
## <ret> | go to slide # |
c | table of contents (vi) |
f | toggle footer |
r | reload slides |
z | toggle help (this) |
$ whoami
vbatts
if [ -x /etc/rc.d/rc.foo ] ; then
. /etc/rc.d/rc.foo start
fi
/sbin/modprobe acpi-cpufreq
echo "level auto" > /proc/acpi/ibm/fan
$ slackpkg new-config
Searching for NEW configuration files
[...]
$ find /etc/ -type f -name '*.new'
/etc/rc.d/rc.inet1.conf.new
/etc/httpd/httpd.conf.new
/etc/httpd/extra/httpd-default.conf.new
/etc/httpd/extra/httpd-userdir.conf.new
/etc/httpd/extra/httpd-autoindex.conf.new
/etc/httpd/extra/httpd-ssl.conf.new
$ xmwconfig
$ startx
$ wget http://www.kernel.org/pub/linux/kernel/v3.0/testing/linux-3.0-rc2.tar.bz2
[...]
$ tar jxf linux-3.0-rc2.tar.bz2
$ cd linux-3.0-rc2
$ zcat /proc/config.gz > .config
$ make oldconfig
[...]
$ make
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
[...]