💾 Archived View for sdf.org › blippy › slack.gmi captured on 2023-07-22 at 16:35:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-10)

➡️ Next capture (2024-03-21)

-=-=-=-=-=-=-

SLACKWARE 15.0

Created 2023-06-15 (2017-09-16)

Install with Static IP 192.168.1.11/24

WIFI

wpa_passphrase LUNCARTY mypassword >>/etc/wpa_supplicant.conf

In /etc/resolv.conf, add line before other nameserver commands (ordering is important):

nameserver 192.168.014

Ensure /etc/rc.d/rc.local has:

ifconfig eth0 down
wpa_supplicant -Dnl80211 -iwlan0 -c /etc/wpa_supplicant.conf &
ifconfig wlan0 up
ifconfig wlan0 inet 192.168.0.11
ip route add default via 192.168.0.1 dev wlan0

See: db07.181

USER

sudo adduser pi

sudo usermod -a -G dialout netdev pi

LOCALE

dotfiles/slackware/kbd

<strike>

vim /etc/profile.d/lang.sh

export LANG=en_GB.UTF-8

export LC_COLLATE=C

</strike>

MAN

`makewhatis' - makes manpages

RECONFIGURE

netconfig

SWAP

fallocate -l 3G /swapfile

chmod 600 /swapfile

mkswap /swapfile

swapon /swapfile

/etc/fstab: /swapfile none swap defaults 0 0

</pre>

<hr><h2>See also</h2>

<li><a href="repos.htm">repos</a> - sbopkg and slackbuilds</li>

<li><a href="vbox.htm">vbox</a></li>

<hr><h2>Links to other sites</h2>

<li><a href="https://www.slackwiki.com/Bluetooth">bluetooth</a></li>

<li><a href="https://www.axllent.org/docs/view/auto-mounting-usb-storage/">udev</a> automount USB</li>

<hr><pre>

Author: Mark Carter

Created: 16-Sep-2017

Updated: 03-Mar-2020

</pre>

</body>

</html>

<html><head>

<LINK REL=StyleSheet HREF="../../style.css" TYPE="text/css">

<title>Slackware Linux</title>

</head>

<body>

<a href="../../index.html">Home</a>

: <a href="../unix.htm">unix</a>

: <a href="slackware.htm">slackware</a>

<h1>Slackware repos</h1>

For slackware 14.2

<hr><h2>sbopkg</h2>

<h3>Quickstart</h3>

Dependency resolution, and installation in a oner, example:

<pre>

sqg -p cinelerra

sbopkg -i cinelerra # Use (Q)ueuefile rather than package

</pre>

<h3>Useful packages</h3>

<pre>

sbopkg -i keepassx # executable is keepassx

sbopkg -i pnmixer # volume mixer for system tray. No prereqs. Useful for icewm

sbopkg -i sshfs-fuse

</pre>

<h3>Directories</h3>

<pre>

/usr/cache/sbopkg

download dir for compressed tars of sources

/var/lib/sbopkg/queues/*.sqf

Queue files as generated by `sqg'

/var/log/packages/PACKAGE_NAME

Contents of a package - you can search this to see what package a file belongs to

</pre>

<h3>Other</h3>

NOT RECOMMENDED (time-consuming): download ALL the queuefiles for sbopkg:

<pre>

sqg -a

</pre>

<p>

Blender install to /opt/blender. vlc is also available.

But perhaps a better way is to use slackbuilds.

</p>

<p>

Java has the package <code>openjdk</code>, which installs to <code>/usr/lib64/jvm/bin/java</code>. It's a very time-consuming build.`

</p>

<hr><h2>Slackbuilds</h2>

<pre>

Contains binary builds for many extras, inc keepassx, sshfs, qt5:

<a href="http://www.slackware.com/~alien/slackbuilds">http://www.slackware.com/~alien/slackbuilds</a>

</pre>

<hr><h2>See also</h2>

None

<hr><pre>

Author: Mark Carter

Created: 30-Dec-2018

Updated: 11-Dec-2019

</pre>

</body>

</html>

<html><head>

<LINK REL=StyleSheet HREF="../../style.css" TYPE="text/css">

<title>Slackware Linux</title>

</head>

<body>

<a href="../../index.html">Home</a>

: <a href="../unix.htm">unix</a>

: <a href="slackware.htm">slackware</a>

<h1>vbox</h1>

<pre>

VBOX

Network

Set MAC

Bridged adapter

Screen

Install vbox guest additions

/etc/fstab uncomment /dev/cdrom

mount /dev/cdrom

cd /mnt/cdrom

./VBoxLinuxAdditions.run

</pre>

<hr><pre>

Author: Mark Carter

Updated: 16-Sep-2017

</pre>

</body>

</html>