User Tools

Site Tools


linux:distros:fedora_workstation_gnome_wip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:distros:fedora_workstation_gnome_wip [2025/11/05 09:09] – created Sean Rhonelinux:distros:fedora_workstation_gnome_wip [2025/11/05 17:16] (current) – [EFI] Sean Rhone
Line 24: Line 24:
 ===== Partitioning ===== ===== Partitioning =====
  
-  * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-partitioning +  * ''/boot/efi'' at ''260 MB'' 
-  * Auto (ZFS) +  * ''/'' XFS 
-  * Force 4K Sectors? -> ''NO'' +
-  * Partition Scheme -> ''GPT (UEFI)''+
  
 <code> <code>
-DEVICE         MAJ:MIN SIZE TYPE                                    LABEL MOUNT +NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS 
-nda0             0:86  954G GPT                                         - - +zram0       251:0    0     8G  0 disk [SWAP] 
-  nda0p1         0:88  260M efi                              gpt/efiboot0 /boot/efi +nvme0n1     259:   0 953.9G  disk  
-  nda0p2         0:90  2.0G freebsd-swap                 gpt/freebsd-swap SWAP +├─nvme0n1p1 259:1    0   248M  0 part /boot/efi 
-  nda0p3         0:92  952G freebsd-zfs                   gpt/freebsd-zfs <ZFS></code>+└─nvme0n1p2 259:2    0 953.6G  part /</code>
  
-===== System Components =====+====== Software ======
  
-  * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-components +===== Remove =====
-  * ''[x]'' base +
-  * ''[x]'' lib32+
  
-===== System Configuration =====+  pkill 'gnome-software' && sudo dnf remove 'PackageKit'
  
-  * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-sysconf +  sudo dnf remove flatpak
-  * ''[ ]'' Everything (nothing checked) +
- +
-===== System Hardening ===== +
- +
-  * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-hardening +
-  * ''[x]'' Everything +
- +
-===== FreeBSD Firmware Installation ===== +
- +
-  * ''[x]'' Everything +
- +
-===== User ===== +
- +
-  * Invite to other groups: ''wheel'' +
-  * Shell: ''sh'' +
- +
-===== Network ===== +
- +
-  * DHCP or Static on Ethernet (''em0''+
-  * DHCP on USB Tether (''ue0''+
- +
-====== Network ====== +
- +
-===== Wifi ===== +
- +
-  * 2025/08/15 +
-  * [[bsd;notes;wifi|Notes]] +
- +
-===== USB Tethering ===== +
- +
-  * https://forums.freebsd.org/threads/usb-tethering-detected-and-up-but-no-internet.88441/ +
-  * :?: Might apply to any type of USB network device that shows up under ''ue#'' +
- +
-  su - +
- +
-  sysrc ifconfig_ue0=SYNCDHCP +
- +
-  /etc/netstart +
- +
-====== Initial Set-up ====== +
- +
-===== Time Sync ===== +
- +
-  root +
- +
-  ntpd -g -q +
- +
-===== Update ===== +
- +
-  * https://docs.freebsd.org/en/books/handbook/cutting-edge/#freebsdupdate-security-patches +
- +
-  pkg update -f +
- +
-  pkg upgrade +
- +
-===== Firmware ===== +
- +
-**** +
- +
-  fwget -v +
- +
-===== Xorg ===== +
- +
-  * https://docs.freebsd.org/en/books/handbook/x11/#x-install +
- +
-  pkg install xorg 'drm-66-kmod' +
- +
-  pw groupmod video -m espionage724 +
- +
-  sysrc kld_list+=i915kms +
- +
-===== Xfce ===== +
- +
-  * https://docs.freebsd.org/en/books/handbook/desktop/#xfce-environment +
- +
-  pkg install 'xfce' +
- +
-  ee /etc/fstab +
- +
-  # Xfce +
-  proc /proc procfs rw 0 0 +
- +
-  sysrc dbus_enable="YES" +
- +
-  echo '. /usr/local/etc/xdg/xfce4/xinitrc' > /home/espionage724/.xinitrc +
- +
-  chown espionage724:espionage724 /home/espionage724/.xinitrc +
- +
-===== Etc ===== +
- +
-  * :!: ''exit'' at end to log-into regular user before reboot +
- +
-  pkg install xdg-user-dirs filezilla firefox-esr +
- +
-  sync && exit +
- +
-===== XDG User Dirs ===== +
- +
-  * Ctrl + Alt + Del to reboot +
- +
-  espionage724 +
- +
-  xdg-user-dirs-update --force +
- +
-  sync && exit +
- +
-===== Login ===== +
- +
-  * Username -> Password -> ''startx'' +
- +
-  startx +
- +
-====== Software ======+
  
 ===== General ===== ===== General =====
- 
-  su - 
- 
-  pkg install evince-lite filezilla foliate gbrainy gimp keepassxc libreoffice mate-calc ristretto thunar-archive-plugin thunderbird-esr transmission-gtk vlc xfce4-screensaver xfce4-screenshooter-plugin xfce4-whiskermenu-plugin android-tools aria2 cups en-freebsd-doc en-hunspell gnome-keyring gstreamer1-plugins-good gstreamer1-plugins-ugly gstreamer1-libav gtk-sharp30 htop icoutils libressl mesa-demos mesa-dri mesa-devel mesa-libs noto unar wget xarchiver xrandr yt-dlp  
- 
-===== Specs ===== 
  
 **** ****
  
-  fastfetch lsblk +  sudo dnf install file-roller filezilla foliate gbrainy gimp google-noto-fonts-all keepassxc thunderbird transmission-gtk vlc android-tools aria2 htop lm_sensors yt-dlp
- +
-===== Wine ===== +
- +
-  * https://docs.freebsd.org/en/books/handbook/wine/#installing-wine-on-freebsd +
- +
-  wine wine-gecko wine-mono winetricks +
- +
-==== wine-devel ==== +
- +
-  * 2025/10/23: ''wine-devel'' version mismatched with ''pkg32'' version +
- +
-  wine-devel wine-gecko-devel wine-mono-devel winetricks+
  
 ===== Intel ===== ===== Intel =====
Line 187: Line 52:
 **** ****
  
-  libva-intel-driver +  igt-gpu-tools
- +
-===== Games ===== +
- +
-**** +
- +
-  neverball +
- +
-==== DevilutionX ==== +
- +
-  * [[games:bsd:devilutionx]] +
- +
-  devilutionX +
- +
-==== Doomsday Engine ==== +
- +
-  * [[games;bsd;doomsday_engine|Doomsday Engine]] +
- +
-  doomsday +
- +
-===== OpenVPN ===== +
- +
-**** +
- +
-  openvpn-devel +
- +
-===== Tor Browser ===== +
- +
-**** +
- +
-  tor-browser+
  
 ====== Settings ====== ====== Settings ======
- 
-===== Groups ===== 
- 
-  * ''operator'' to allow general reboot/power-off from ''xfce4-whiskermenu'' 
- 
-  su - 
- 
-  pw groupmod 'operator' -m 'espionage724' 
- 
-  pw groupmod 'u2f' -m 'espionage724' 
- 
-===== 32-bit Wine ===== 
- 
-  * :!: Done from regular user and not ''root'' 
-  * 2025/10/23: ''wine'' (not [[#wine|wine-devel]]) 
- 
-  exit 
- 
-  '/usr/local/share/wine/pkg32.sh' update -f && '/usr/local/share/wine/pkg32.sh' upgrade 
- 
-  '/usr/local/share/wine/pkg32.sh' install wine mesa-dri mesa-devel mesa-libs gstreamer1-plugins-good gstreamer1-plugins-ugly gstreamer1-libav libressl 
- 
-  '/usr/local/share/wine/pkg32.sh' autoremove 
- 
-===== MIME ===== 
- 
-  gio mime 'text/plain' 'org.xfce.mousepad.desktop' 
- 
-  gio mime 'image/jpeg' 'org.xfce.ristretto.desktop' 
- 
-  gio mime 'image/png' 'org.xfce.ristretto.desktop' 
- 
-  gio mime 'image/bmp' 'org.xfce.ristretto.desktop' 
- 
-  gio mime 'application/pdf' 'org.gnome.Evince.desktop' 
- 
-  gio mime 'application/epub+zip' 'com.github.johnfactotum.Foliate.desktop' 
  
 ===== Xfce ===== ===== Xfce =====
Line 483: Line 281:
 kld_list="i915kms acpi_video" kld_list="i915kms acpi_video"
 dbus_enable="YES"</code> dbus_enable="YES"</code>
- 
-=== Wifi TODO === 
- 
-<code> 
-wlans_iwlwifi0="wlan0" 
-ifconfig_wlan0="WPA inet 192.168.1.150 netmask 255.255.255.0"</code> 
  
 ===== sysctl.conf ===== ===== sysctl.conf =====
Line 513: Line 305:
 dev.hwpstate_intel.0.epp=0 dev.hwpstate_intel.0.epp=0
 hw.snd.default_unit=2</code> hw.snd.default_unit=2</code>
- 
-===== Backlight ===== 
- 
-  su - 
- 
-  sysrc kld_list+="acpi_video" 
  
 ===== Printer ===== ===== Printer =====
- 
-  * https://docs.freebsd.org/en/books/handbook/printing/ 
- 
-==== CUPS ==== 
- 
-  * https://docs.freebsd.org/en/articles/cups/ 
- 
-  su - root -c 'service cupsd onestart' 
- 
-  su - root -c 'service cupsd onestop' 
- 
-==== Printer ==== 
  
   * http://localhost:631/admin   * http://localhost:631/admin
Line 546: Line 320:
  
   Kole   Kole
- 
-===== OpenJDK ===== 
- 
-  su - 
- 
-  ee '/etc/fstab' 
- 
-<code> 
-# OpenJDK 
-fdesc /dev/fd fdescfs rw 0 0 
- 
-# End</code> 
- 
-  mount | grep 'fdescfs on /dev/fd' 
- 
-  mount | grep 'procfs on /proc' 
  
 ===== KeePassXC ===== ===== KeePassXC =====
Line 582: Line 340:
 **** ****
  
-  ,noatime+  ,dax=always,nodiscard,filestreams,largeio,noquota
  
 ===== Swap ===== ===== Swap =====
Line 594: Line 352:
 **** ****
  
-  ,discard,tz=UTC,shortname=winnt,usefree+  ,discard,tz=UTC
  
 ====== Drive Maintenance ====== ====== Drive Maintenance ======
Line 634: Line 392:
 ====== Firefox ====== ====== Firefox ======
  
-  * [[programs;firefox|Notes]]+  * [[programs:firefox|Notes]]
   * Thunderbird uses some settings too ((Settings -> General -> (bottom) -> Config Editor = ''about:config''))   * Thunderbird uses some settings too ((Settings -> General -> (bottom) -> Config Editor = ''about:config''))
  
Line 662: Line 420:
 #!/bin/bash #!/bin/bash
  
-ntpd -g -q > '/dev/null' +rm -Rf ~/'.cache/mesa_shader_cache'*
- +
- +
-su 'espionage724' -c "rm -Rf ~/'.cache/mesa_shader_cache'*"+
  
 sync sync
Line 675: Line 430:
 ====== Notable Folders and Commands ====== ====== Notable Folders and Commands ======
  
-  * See [[bsd;notes;misc]]+  * See [[linux:notes:misc]]
  
/usr/local/www/wiki/data/attic/linux/distros/fedora_workstation_gnome_wip.1762351786.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki