User Tools

Site Tools


bsd:notes:misc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:misc [2025/03/10 00:59] Sean Rhonebsd:notes:misc [2025/08/20 08:29] (current) – [Network Restart] Sean Rhone
Line 34: 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 54: Line 64:
  
   pkg autoremove   pkg autoremove
 +
 +===== Install History =====
 +
 +****
 +
 +  cat '/var/log/messages' | grep 'pkg'
  
 ===== Erase Command History ===== ===== Erase Command History =====
Line 80: Line 96:
  
 ===== Network Restart ===== ===== Network Restart =====
 +
 +  su 'root' -c "service 'netif' restart && '/etc/netstart'"
  
   su -   su -
- 
-  '/etc/netstart' 
  
   service 'netif' restart   service 'netif' restart
 +
 +  '/etc/netstart'
  
   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 =====
Line 179: Line 207:
  
   * TODO   * TODO
 +
 +====== GSK_RENDERER ======
 +
 +****
 +
 +  GSK_RENDERER='help' gtk4-demo --autoquit '1'
  
/usr/local/www/wiki/data/attic/bsd/notes/misc.1741582796.txt.gz · Last modified: by Sean Rhone