Skip to content

Instantly share code, notes, and snippets.

@bitmori
Last active November 26, 2015 16:05
Show Gist options
  • Select an option

  • Save bitmori/d6a8b3ee3fa34250ca2e to your computer and use it in GitHub Desktop.

Select an option

Save bitmori/d6a8b3ee3fa34250ca2e to your computer and use it in GitHub Desktop.
steps of freebsd + xfce
  1. install freebsd, reboot
  2. login as root/admin
  3. $ freebsd-update fetch && freebsd-update install
  4. $ portsnap fetch
  5. $ portsnap extract
  6. $ portsnap update

$ pkg install sudo nano

$ pkg install xfce

#!/bin/sh
exec /usr/local/bin/startxfce4
# chmod +x ~/.xsession
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment