OpenBSD : How to install gnome and GDM ?

A fresh install of OpenBSD does not include any graphical environment beyond the basic XFree86 (soon to be X.org). If you want to run Gnome you must add it yourself. Fortunately, Gnome and it’s graphical login manager (gdm) are available in the ports and as packages. Assuming you have a working XFree86 config (not explained [...]

OpenBSD : How to nano eidtor

Hi ,

I like to nano all teh time ,but the vi also good .

Here you go how to add nano editor on OPENBSD

step 1 – Remotely add the nano package step 2 – Using nano step 3 – Making nano your default editor in BASH

1. Remotely add the nano package

# [...]

OpenBSD : Increase Minimum Password Length

Increase Minimum Password Length

The default minimum length for OpenBSD login passwords is 6 characters. To increase this to 10 characters, simply edit the /etc/login.conf file.

Edit the /etc/login.conf file

default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin:\ :umask=022:\ :datasize-max=512M:\ :datasize-cur=512M:\ :maxproc-max=128:\ :maxproc-cur=64:\ penfiles-cur=128:\ :stacksize-cur=4M:\ :localcipher=blowfish,6:\ :ypcipher=old:\ :tc=auth-defaults:\ :minpasswordlen=8:\ :tc=auth-ftp-defaults:

Adding the :minpasswordlen=8:\ line under the [...]

OopenBSD : How to enable dhcp

OopenBSD : How to enable dhcp

Login to server

#cp /etc.rc.cong /etc/rc.conf.backup

#vi /etc /rc.conf

add following value to /etc/rc.conf

dhcpd_flags=”YES”

Possibly Related Posts:

Linux local privilege escalation via SUID How to uninstall Vmware workstation v 8.0.0.471780.bundle Linux : Flash fullscreen doesn’t work on Ubuntu 10.10 VCP Home LAB : Part -3 VCP Home LAB – part-2