bsd:freebsd_14.1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bsd:freebsd_14.1 [2024/09/06 03:15] – Sean Rhone | bsd:freebsd_14.1 [2024/09/06 04:21] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * FreeBSD ((https:// | ||
- | * 14.1 ((https:// | ||
- | * Xfce ((https:// | ||
- | |||
- | ====== TODOs ====== | ||
- | |||
- | * TODO :p | ||
- | |||
- | ====== Download ====== | ||
- | |||
- | * https:// | ||
- | * '' | ||
- | |||
- | FreeBSD-14.1-RELEASE-amd64-dvd1.iso | ||
- | |||
- | ====== Installation Notes ====== | ||
- | |||
- | * Add user to '' | ||
- | |||
- | ===== Partitioning ===== | ||
- | |||
- | * Auto ZFS on Root | ||
- | * Pool Type/Disks: stripe: 1 disk | ||
- | * Partition Scheme: GPT (UEFI) | ||
- | |||
- | ====== Xorg ====== | ||
- | |||
- | * https:// | ||
- | |||
- | su - | ||
- | |||
- | pkg install xorg drm-kmod | ||
- | |||
- | pw groupmod video -m espionage724 | ||
- | |||
- | sysrc kld_list+=i915kms | ||
- | |||
- | ====== Xfce ====== | ||
- | |||
- | * https:// | ||
- | * TODO: Lockscreen | ||
- | |||
- | su - | ||
- | |||
- | pkg install xfce | ||
- | |||
- | ee '/ | ||
- | |||
- | proc /proc procfs rw 0 0 | ||
- | |||
- | sysrc dbus_enable=" | ||
- | |||
- | echo '. / | ||
- | |||
- | chown espionage724: | ||
- | |||
- | startx | ||
- | |||
- | ====== Update ====== | ||
- | |||
- | * https:// | ||
- | |||
- | su - | ||
- | |||
- | pkg update --force && pkg upgrade | ||
- | |||
- | freebsd-update fetch && freebsd-update install | ||
- | |||
- | ====== Software ====== | ||
- | |||
- | su - | ||
- | |||
- | pkg install evolution firefox filezilla foliate gbrainy gimp keepassxc libreoffice mpv rhythmbox transmission-gtk android-tools aria2 htop noto unar wget xrandr yt-dlp | ||
- | |||
- | ===== Wine ===== | ||
- | |||
- | * https:// | ||
- | |||
- | wine-devel wine-gecko wine-mono winetricks | ||
- | |||
- | ==== 32-bit ==== | ||
- | |||
- | **** | ||
- | |||
- | / | ||
- | |||
- | ===== Intel ===== | ||
- | |||
- | libva-intel-driver | ||
- | |||
- | libva-intel-media-driver-23.4.3 | ||
- | |||
- | ===== Games ===== | ||
- | |||
- | **** | ||
- | |||
- | devilutionx flightgear neverball xonotic | ||
- | |||
- | ==== Other ==== | ||
- | |||
- | minecraft-client | ||
- | |||
- | linux-steam-utils | ||
- | |||
- | ===== Tor Browser ===== | ||
- | |||
- | **** | ||
- | |||
- | tor-browser | ||
- | |||
- | ====== Settings ====== | ||
- | |||
- | ===== Xfce ===== | ||
- | |||
- | * Panel Preferences -> Window Buttons -> [ ] Group windows by application | ||
- | |||
- | ===== Keyboard Shortcuts ===== | ||
- | |||
- | bash -c " | ||
- | |||
- | xfce4-terminal --command "sudo sh -c ' | ||
- | |||
- | ==== Keys ==== | ||
- | |||
- | * Listed respectively to above | ||
- | |||
- | * Ctrl + Alt + Z | ||
- | * Pause, Menu, or Launch1 | ||
- | |||
- | ===== Printer ===== | ||
- | |||
- | * http:// | ||
- | |||
- | * :!: Log-in as '' | ||
- | * Internet Printing Protocol (ipps) -> HP -> IPP Everywhere | ||
- | * Color Mode: Device Gray | ||
- | * Administration -> Set As Server Default | ||
- | |||
- | ipp:// | ||
- | |||
- | ===== Network ===== | ||
- | |||
- | * See [[notes: | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | ===== Rhythmbox ===== | ||
- | |||
- | * See [[Information: | ||
- | |||
- | ===== Terminal ===== | ||
- | |||
- | * Background -> Transparent Background -> Opacity: '' | ||
- | |||
- | ===== Dell Fan Profile ===== | ||
- | |||
- | * https:// | ||
- | |||
- | sudo zypper install -y ' | ||
- | |||
- | ===== GRUB ===== | ||
- | |||
- | ==== Config ==== | ||
- | |||
- | * :!: [[linux; | ||
- | |||
- | ==== Spinesnap ==== | ||
- | |||
- | * YaST Boot Loader -> Kernel Parameters | ||
- | |||
- | * [ ] Graphical console (uncheck) | ||
- | * CPU Mitigations: | ||
- | * Remove '' | ||
- | |||
- | * Last updated: 2024/09/05 | ||
- | |||
- | < | ||
- | |||
- | === i915 Mitigations === | ||
- | |||
- | * YaST Boot Loader erases any mentions of '' | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | ===== Xfce ===== | ||
- | |||
- | ==== Tweaks ==== | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | # Mesa | ||
- | export MESA_DISK_CACHE_SINGLE_FILE=' | ||
- | export MESA_DISK_CACHE_DATABASE=' | ||
- | export MESA_DISK_CACHE_COMBINE_RW_WITH_RO_FOZ=' | ||
- | export VAAPI_MPEG4_ENABLED=' | ||
- | export mesa_glthread=' | ||
- | export MESA_NO_ERROR=' | ||
- | |||
- | # End</ | ||
- | |||
- | ===== KeePassXC ===== | ||
- | |||
- | ==== Settings ==== | ||
- | |||
- | * General -> [ ] Load previous databases on startup | ||
- | * Security -> [x] Use DuckDuckGo service to download website icons | ||
- | |||
- | ==== Add Database Password to GNOME Keyring ==== | ||
- | |||
- | **** | ||
- | |||
- | secret-tool store --label=' | ||
- | |||
- | ===== lm_sensors ===== | ||
- | |||
- | sudo sensors-detect --auto | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | ===== mpv ===== | ||
- | |||
- | mkdir -p ~/' | ||
- | |||
- | < | ||
- | save-position-on-quit | ||
- | sub-auto=fuzzy | ||
- | force-window=yes | ||
- | profile=gpu-hq | ||
- | scale=ewa_lanczossharp | ||
- | cscale=ewa_lanczossharp | ||
- | video-sync=display-resample | ||
- | interpolation | ||
- | tscale=oversample | ||
- | hwdec=vaapi | ||
- | hwdec-codecs=all</ | ||
- | |||
- | ===== Secure Shell ===== | ||
- | |||
- | * See [[clients: | ||
- | |||
- | ===== Drive Maintenance ===== | ||
- | |||
- | ==== Swap ==== | ||
- | |||
- | * Add '' | ||
- | * According to the '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | , | ||
- | |||
- | ==== Trim ==== | ||
- | |||
- | **** | ||
- | |||
- | sudo systemctl enable ' | ||
- | |||
- | ===== Wine ===== | ||
- | |||
- | * See [[notes: | ||
- | |||
- | ===== Xorg ===== | ||
- | |||
- | ==== Full RGB HDMI ==== | ||
- | |||
- | * With '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | xrandr --output ' | ||
- | xrandr --output ' | ||
- | |||
- | ====== Firefox ====== | ||
- | |||
- | * See [[notes: | ||
- | * https:// | ||
- | |||
- | ===== about: | ||
- | |||
- | * See [[notes: | ||
- | |||
- | extensions.screenshots.disabled | ||
- | |||
- | extensions.pocket.enabled | ||
- | |||
- | ===== Extensions ===== | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ==== uBlock Origin ==== | ||
- | |||
- | ==== Filters list ==== | ||
- | |||
- | **** | ||
- | |||
- | < | ||
- | https:// | ||
- | https:// | ||
- | https:// | ||
- | https:// | ||
- | |||
- | ==== My filters ==== | ||
- | |||
- | **** | ||
- | |||
- | < | ||
- | ! Hide RuneScape Wiki clocks | ||
- | ! 2023/12/13 | ||
- | oldschool.runescape.wiki### | ||
- | oldschool.runescape.wiki### | ||
- | runescape.wiki## | ||
- | runescape.wiki### | ||
- | |||
- | ! End</ | ||
- | |||
- | ===== DNS over HTTPS ===== | ||
- | |||
- | * See [[notes: | ||
- | |||
- | < | ||
- | |||
- | ====== Server ====== | ||
- | |||
- | * For workstations that run servers as a secondary directive | ||
- | * For headless servers, use [[distros: | ||
- | |||
- | ===== Automatic Updates ===== | ||
- | |||
- | ==== Service ==== | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | [Service] | ||
- | Type=oneshot | ||
- | ExecStartPre='/ | ||
- | ExecStart='/ | ||
- | ExecStart='/ | ||
- | ExecStartPost='/ | ||
- | ExecStartPost='/ | ||
- | |||
- | ==== Timer ==== | ||
- | |||
- | * 06:00 Oak | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | [Unit] | ||
- | Description=Software Package Maintenance and Updater | ||
- | After=network-online.target | ||
- | Wants=network-online.target | ||
- | |||
- | [Timer] | ||
- | OnCalendar=*-*-* 06:00:00 | ||
- | Persistent=true | ||
- | |||
- | [Install] | ||
- | WantedBy=timers.target</ | ||
- | |||
- | ====== Notable Folders and Commands ====== | ||
- | |||
- | **** | ||
- | |||
- | pkg autoremove | ||
/srv/www/wiki/data/attic/bsd/freebsd_14.1.1725606922.txt.gz · Last modified: by Sean Rhone