Skip to main content

How-to Install OpenBSD 5.7 plus XFCE desktop and basic applications


Tip: Watch the video full screen and HD.


In this video i am going to show how-to install OpenBSD 5.7 with the Xfce desktop and some basic applications.

The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography. OpenBSD supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX. OpenBSD is freely available from our FTP sites, and also available in an inexpensive 3-CD set.

DOWNLOAD
http://ftp.openbsd.org/pub/OpenBSD/5.7/amd64/install57.iso

COMMANDS

Press i to start the installation


Choose your keyboard layout


Choose your hostname


Network management


Create the root password


Choose the services to start on boot


Create a user account


Choose your time zone


Partition management


Choose the install media


Remove the cd and reboot
reboot 


Login with the root user


Add your regular user to the wheel group
user mod -G wheel youruser


Set PKG_PATH environment variable
export PKG_PATH=ftp://ftp.openbsd.com/pub/OpenBSD/5.7/packages/$(uname -m)


Install nano text editor
pkg_add -Iv nano


Open and edit the .profile file
nano .profile


Add to the file
export PKG_PATH=ftp://ftp.openbsd.com/pub/OpenBSD/5.7/packages/$(uname -m)


Save and exit
Ctrl+x


Install Xfce
pkg_add -Iv xfce


Install Slim
pkg_add -Iv slim slim-themes



Open and edit the root user .xinitrc file
nano .xinitrc


Add to the file
exec startxfce4


Save and exit
Ctrl+x


Change to the home directory of your regular user
cd /home/youruser


Open and edit your regular user .xinitrc file
nano .xinitrc

Add to the file
exec startxfce4


Save and exit
Ctrl+x


Open and edit rc.local
nano /etc/rc.local


Add to the file
/usr/local/bin/slim -d


Save and exit
Ctrl+x


Open and edit rc.conf.local
nano /etc/rc.conf.local


Add to the file
pkg_scripts="dbus_daemon avahi_daemon"


Add to the file
dbus_enable=YES

Save and exit
Ctrl+x

Install some basic applications
pkg_add -Iv firefox thunderbird gimp vlc libreoffice

Reboot
reboot


PLEASE SUBSCRIBE AND FOLLOW ME ON TWITTER GOOGLE+ OR FACEBOOK!!

If you have any spare bitcoins i gladly take them ;)
BTC: 12uJiUz4TT5eNrjGMxpfAiKwsU5VXmESkp

LTC: LR1hHyTfEXE8HBKMS5NHA8MU9BGSjG6zDu

DOGE: DFa6CSZpYYboX8qFfZaV7YwiGpPbSdJPnH

Easily deploy an SSD cloud server on @DigitalOcean in 55 seconds. Sign up using my link and receive $10 in credit: https://www.digitalocean.com/?refcode=8f5da5ba306e

Twitter
https://twitter.com/ribalinux

Blogger
http://ribalinux.blogspot.pt/

Facebook
https://www.facebook.com/theribalinux

Google+
https://plus.google.com/u/0/110348492032614636584/posts





Popular Posts