life, computer, work, and more..
Posts tagged OpenBSD
Compile kernel On Openbsd
Jul 31st
# mkdir /mnt/cdrom; mount -t cd9660 /dev/cd0a /mnt/cdrom
# cp /mnt/cdrom/3.9/sys.tar.gz /usr/src
# tar zxvf sys.tar.gz
# cd /usr/src/sys/arch/i386/conf
# cp GENERIC BLUEBOX
# pico BLUEBOX /*edit sesuai kebutuhan */
# config BLUEBOX
# cd ../compile/BLUEBOX
# make depend && make
# make install
# reboot */restart deh*/
Ports On OpenBSD
Jun 2nd
Download Packages Ports
#ftp ftp://ftp.openbsd.org/pub/OpenBSD/3.9/ports.tar.gz
#mv ports.tar.gz /usr
#cd /usr
#tar -xzf ports.tar.gz
beberapa cmd yg gue ketahui :
- make search key=keyword : untuk mencari paket
- make fetch : download paket tarball yang ingin install
- make extract : download paket tarball (kalau belum ada)
- make build / make : download tarball, ngextract, dan ngekompilenya dengan konfigurasi default
- make install : download tarball, ngextract, ngekompile & nge-install pada sistem
- make install clean : sama seperti ‘make install’ tapi ditambahin ‘clean’ untuk menghapus direktori work untuk menghemat space hdd.
ah segitu dulu ah..
dah malem mo pulang.. dahhhh
Belajar Install Openbsd
May 18th
Only one remote hole in the default install, in more than 8 years!
Mumpung waktu ada yg kosong.. manfaatin belajar ah..
kalo udah trus ngapain? hmm…?
oh iya ini ada links buat DL isonya openbsd3.9
