- Package Management
- pkgin
- Enable pkgin:
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/9.3/All"pkg_add pkgin
- Enable pkgin:
- Apps installed to
/usr/pkg/bin/
- pkgin
- Services
- Enable:
update-rc.d [basename] defaults - Disable:
update-rc.d [basename] disable
- Enable:
Couldn't recognize the image file format for file:apt install librsvg2-commonNFS client-no_root_squashis not supported- When setting up, no ethernet use
dhclient - For antiX VMs, make sure to install
qemu-guest-agentto honor reboot/shutdown signals.
Tips and tricks for KDE.
- Installing KDE
- Debian:
apt -y install task-kde-desktop
- Debian:
- Rebooting KDE
killall plasmashellkstart plasmashell
- Remove
discover:dnf remove plasma-discover
Tips and tricks for Alt-F.
- Native NFS client
- ssh into Alt-F. Example
ssh -p 2222 localhost cd /etc- Update fstab
- In web ui, go to
Services -> Network -> rmount -> Configure
- ssh into Alt-F. Example
- Mount the newly added mounts
SSH-RSA key rejected with message "no mutual signature algorithm:~/.ssh/config:PubkeyAcceptedKeyTypes +ssh-rsa
- Install Entware
- Anonymous samba share:
mount.cifs //[host]/[share] [local dir] -o rw,noperm,guest,workgroup=[workgroup],sec=ntlm- Example:
mount.cifs //192.168.168.2/exports /opt/debian/mnt/family-ap/exports -o rw,noperm,guest,workgroup=FLOSSWARE,sec=ntlm - Note the
sec=ntlmoption
- Example:
- To use things like
cifs,nfs server, etc, usemodprobein yourstartupcommands:/sbin/modprobed cifs/sbin/modprobe nfs
- D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open “/var/lib/dbus/machine-id”:
dbus-uuidgen > /var/lib/dbus/machine-id - Port Scan:
nmap -sU [URL] - Make an ISO:
mkisofs -V FREEBSD_INSTALL -J -R -b boot/cdboot -no-emul-boot -o ../FreeBSD.iso . - Register Hostname with DHCP Server:
/etc/dhclient.conf:send host-name [host name];
Much of the information contained here can be externalized to Ansible.
/etc/auto.admin-ap
NewerOlder