2014년 4월 30일 수요일

freebsd consol screen size change

    280 (0×118) 0x0000001f G 1024x768x32 D   8×16  0xa0000 64k 64k 0xf3000000 3072k

(mode 280 is 1024 x 768 in 32-bit colour and uses a 8×16 font)

This is the mode I want to use, and I want to increase my geometry from 80×25 to 132×60, so I can type the following command to one-time set it:

    vidcontrol -g 132×60 MODE_280 < /dev/console

 /etc/rc.conf file:

    allscreens_flags="-g 132×60 MODE_280"

 /boot/loader.conf file:

    vesa_load="YES"

FreeBSD 10 color csh shell [컬러쉘사용 위한 설정]

 /etc$ cat profile


#csh
setenv LANG ko_KR.UTF-8
setenv LC_ALL ko_KR.UTF-8

#bash
#export LANG=ko_KR.UTF-8
#export LC_ALL=ko_KR.UTF-8

export LSCOLORS=hxgxbxBxHxfxDxHxHxhxhx

root@hostname :/etc # cat csh.cshrc

# $FreeBSD: release/10.0.0/etc/csh.cshrc 50472 1999-08-27 23:37:10Z peter $
#
# System-wide .cshrc file for csh(1).
setenv LANG ko_KR.UTF-8
setenv LC_ALL ko_KR.UTF-8

set prompt="%{\e[32;1m%}%n%{\e[37m%}@%{\e[33m%}%m%{\e[37m%}:%{\e[36m%}%~%{\e[37m%}"\$"%{\e[0m%} "

alias ls        ls -FG

2014년 4월 29일 화요일

/usr/ports 의 make clean 진행


/usr/ports 의 make clean 진행
#!/bin/sh
#
# Search for ports that contain a "work" subdirectory,
# then go into that port directory and perform a
# make clean

for i in `find /usr/ports -name work -type d`
 do
  cd `echo "$i" | sed 's/\/[^\/]*$/\//'`
  make clean
 done



아래는 모두클린
cd /usr/ports && make clean

freebsd 시스템 튠닝 관련 명령

freebsd 시스템 튠닝 관련 명령

프비 비프음 끄기

# sysctl hw.syscons.bell=0

Make sure settings remains same after you reboot the laptop, enter:
 
# echo "hw.syscons.bell=0" >> /etc/sysctl.conf

Test it:
 
# reboot

FreeBSD 네트웍 재시작 방법

FreeBSD 네트웍 재시작 방법 

To start FreeBSD network service:
# /etc/rc.d/netif start
To stop FreeBSD network service:
# /etc/rc.d/netif stop
To restart FreeBSD network service:
# /etc/rc.d/netif restart

Manual method using ifconfig

To stop network card (NIC) on-fly:
# ifconfig network-interface down
To start network card (NIC) on fly:
# ifconfig network-interface up
To list down network interface:
# ifconfig -d
To list up network interface:
# ifconfig -u

FreeBSD Update / restart routing tables / service

It is also necessary to update routing table after restating networking service, enter:
# /etc/rc.d/routing restart

How do I restart network service over ssh session?

You need to type the commands as follows in order to avoid any problems:
# /etc/rc.d/netif restart && /etc/rc.d/routing restart

FreeBSD 4.x and prior version only - start, restart, stop network service

1) To start network service under FreeBSD you need to copy special
script as follows:
# cp /usr/share/examples/etc/netstart /etc/network
2) Execute script:
. /etc/network
OR
sh /etc/network
Please note that script will do all necessary work for you i.e. it will start network, routing, firewall etc.

Freebsd wifi

서비스 시작
Service net stop
Start