SETTING UP A SLACKWARE WORKSTATION

UTF-8

vi /etc/lilo.conf

image = /vmlinuz
  root = /dev/sda1
  label = linux5511
  append = "vt.default_utf8=1 mitigations=off"
  #ipv6.disable=1
  read-only

vi /etc/profile.d/lang.sh

export LANG=en_US.utf8

Utf-8 linux console https://www.slackwiki.com/Utf-8_linux_console

Localization: Adapt Slackware to your own Language https://docs.slackware.com/slackware:localization

DESKTOP INSTALLATION

installation may be a bit different for that purpose: all sets but

proceed with the server setup first, and then

DESKTOP POST-INSTALL

useradd -m -g users -G wheel ADMINUSER
vi /etc/sudoers #enable wheel
passwd ADMINUSER
vi /etc/lilo.conf # lba32 and 30 deciseconds

# not required anymore since slackware 15.0
#git config --global --replace-all core.pager 'less -r'

and more generally

LibreOffice from Bob

no need for that anymore, sbo has the same version (Mar 2020 - 6.2.8)

#mkdir -p /tftpboot/slackware142bob/libreoffice/pkg64/
#cd /tftpboot/slackware142bob/libreoffice/pkg64/
#lftp -c "open http://www.slackware.com/~alien/slackbuilds/libreoffice/pkg64; mirror -c 14.2"

#installpkg pkg64/libreoffice*.txz

TORRENT

assuming slackonly

slackpkg install setproctitle MarkupSafe python-chardet pyOpenSSL python-twisted service_identity pyxdg Mako rencode libtorrent-rasterbar deluge

slackpkg install zope.interface
slackpkg install six
slackpkg install pyasn1
slackpkg install cryptography
slackpkg install idna
slackpkg install hyperlink
slackpkg install Automat
slackpkg install incremental
slackpkg install constantly
slackpkg install ipaddress
slackpkg install enum34
slackpkg install cffi
slackpkg install asn1crypto
slackpkg install pyasn1
slackpkg install attrs
slackpkg install six
slackpkg install pycparser

SUSPEND AND HIBERNATE

acpi_listen

(identify the buttons you want to use)

^C

cd /etc/acpi/events
vi lid

event=button/lid LID close
action=/usr/sbin/pm-suspend

vi pwr

event=button/power
action=/sbin/poweroff

event=button/prog1 PROG1 00000080 00000000 K
action=/usr/sbin/pm-hibernate

pkill -HUP acpid

MOAR APPLICATIONS

see apps


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun