User Tools

Site Tools


bsd:notes:misc

Differences

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

Link to this comparison view

Next revision
Previous revision
bsd:notes:misc [2025/01/18 22:17] – created Sean Rhonebsd:notes:misc [2025/05/21 11:13] (current) Sean Rhone
Line 2: Line 2:
  
 ====== Notable Folders and Commands ====== ====== Notable Folders and Commands ======
 +
 +===== Get Release/OS Info =====
 +
 +  cat '/etc/os-release'
 +
 +  cat '/etc/os-release' | grep 'PRETTY_NAME'
  
 ===== Font Cache ===== ===== Font Cache =====
Line 28: Line 34:
  
   usbconfig -d '/dev/ugen0.6' power_off   usbconfig -d '/dev/ugen0.6' power_off
 +
 +===== Mount MTP =====
 +
 +  su -
 +
 +  pkg install 'fusefs-jmtpfs'
 +
 +  kldload 'fusefs'
 +
 +  mkdir -p '/mnt/MTP' && jmtpfs -o 'allow_other' '/mnt/MTP'
  
 ===== User/Group ===== ===== User/Group =====
Line 82: Line 98:
  
   service 'netif' restart 'wlan0'   service 'netif' restart 'wlan0'
 +
 +===== Ethernet Speed =====
 +
 +  su -
 +
 +  ifconfig -m
 +
 +  ifconfig 'em0' 'tso' 'media' '1000baseT' 'mediaopt' 'full-duplex'
 +
 +  ifconfig 'bge0' 'media' '1000baseT' 'mediaopt' 'full-duplex,master'
  
 ===== hw-probe ===== ===== hw-probe =====
/srv/www/wiki/data/attic/bsd/notes/misc.1737256647.txt.gz · Last modified: by Sean Rhone