PIXNET Logo登入

YvEs2005

跳到主文

發表一些架站,網路設定 心得感想 ~freeBSD windows

部落格全站分類:生活綜合

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 6月 23 週一 201416:05
  • freeBSD 4.11 ipfw and bridge kernel make

1. cd /usr/src/sys/i386/conf/
 vi GENERAL
add 
options IPFIREWALL # enables IPFW
options IPFIREWALL_VERBOSE # enables logging for rules with log keyword
options IPFIREWALL_VERBOSE_LIMIT=5 # limits number of logged packets per-entry
options IPFIREWALL_DEFAULT_TO_ACCEPT # sets default policy to pass what is not explicitly denied
options IPDIVERT # enables NAT
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(10)

  • 個人分類:System
▲top
  • 1月 06 週一 201416:17
  • FreeBSD Subversion

1. 
# cd /usr/ports/devel/subversion
# make install clean
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(15)

  • 個人分類:System
▲top
  • 12月 10 週二 201318:16
  • freeBSD 作弊条 (轉)

FreeBSD 作弊条
 
在 ls 时显示多种颜色

打开 /etc/csh.cshrc(全局生效) 或者 ~/.cshrc(当前用户有效),加入下列设置:
setenv LSCOLORS ExGxFxdxCxegedabagExEx
setenv CLICOLOR yes
根据之前修改的配置文件,在命令行运行如下命令,以 /etc/csh.cshrc 为例:
source /etc/csh.cshrc
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(13)

  • 個人分類:System
▲top
  • 12月 09 週一 201315:53
  • freeBSD vim 顯示彩色

1. pkg_add -r vim ,
2. 裝好後 cp /usr/local/share/vim/vim73/vimrc_example.vim ~/.vimrc   就可以顯示彩色了 
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(6)

  • 個人分類:System
▲top
  • 12月 09 週一 201315:18
  • freeBSD bridge mode how to create

1. ifconfig  bridge create
2. check bridge status -> ifconfig bridge0
 
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(82)

  • 個人分類:System
▲top
  • 10月 29 週二 201314:45
  • FreeBSD port update: portsnap / csup

1.portsnap
setup : /etc/portsnap.conf
modify ==> SERVERNAME=portsnap.tw.freebsd.org
step1: get port data
portsnap fetch extract
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(53)

  • 個人分類:System
▲top
  • 5月 30 週三 201215:10
  • Install freebsd X11

1. 
# pkg_add -r xorg


注意: 上面的例子介绍了如何安装完整的 X11 软件包, 包括服务器端,客户端,字体等等。 此外, 也有一些单独的 X11 的 ports 和 packages.


另外, 如果需要最小化的 X11 软件, 您也可以安装 x11/xorg-minimal。



(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(30)

  • 個人分類:System
▲top
  • 5月 29 週二 201218:25
  • initial freebsd setup ........

###############
.cshrc
################
# $FreeBSD: src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $
#
# System-wide .cshrc file for csh(1).
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(204)

  • 個人分類:System
▲top
  • 8月 28 週六 201018:24
  • freebsd中掛載usb隨身碟

1.
# vi /etc/rc.conf
usbd_enable="YES"
2.
# mkdir /mnt/sda1(先建立一個資料夾,準備讓usb的檔案掛載進來)
# mount_msdosfs -L zh_TW.Big5 /dev/da0s1 /mnt/sda1
(要加入 zh_TW.Big5 , 否則中文會變亂碼)
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(282)

  • 個人分類:System
▲top
  • 8月 22 週日 201017:52
  • freebsd 秀多核心

 
       top - display and update information about the top cpu processes
OPTIONS
       -C     Toggle CPU display mode.  By default top displays  the  weighted
              CPU  percentage  in the WCPU column (this is the same value that
              ps(1) displays as CPU).  Each time -C flag is passed it  toggles
              between  "raw  cpu"  mode  and  "weighted cpu" mode, showing the
              "CPU" or the "WCPU" column respectively.
       -S     Show system processes in the  display.   Normally,  system  pro-
              cesses  such  as  the pager and the swapper are not shown.  This
              option makes them visible.
(繼續閱讀...)
文章標籤

yves2005 發表在 痞客邦 留言(0) 人氣(76)

  • 個人分類:System
▲top
123»

匯率

匯率換算

個人資訊

yves2005
暱稱:
yves2005
分類:
生活綜合
好友:
累積中
地區:

熱門文章

  • (1,733)Wireless Hostapd , 將網卡變成AP 並使用 WPS PBC or PIN method
  • (1,393)freeBSD 11.0 postfix (smtp )+ sasl auth + dovecot (imap + pop3 ) HOW TO
  • (523)FreeBSD freeradius + wireless 802.1x EAP-TLS + LDAP
  • (133)freeBSD 802.1X PEAP or TLS Radius server authentication set users attribute
  • (82)freeBSD bridge mode how to create
  • (33)TR069 ACS server with Ubuntu 20.04 HOW TO
  • (6)freebad 8.4 + ipv6 ready_p2 test

文章分類

toggle Linux (6)
  • VPN (2)
  • system (7)
  • wireless (1)
  • vlan (2)
  • fedora (1)
  • IPV6 (3)
toggle freebsd (7)
  • VPN (5)
  • network (9)
  • firewall (1)
  • wireless (3)
  • System (22)
  • security (6)
  • IPV6 (5)
toggle 土城 (1)
  • 旅遊 (2)
  • windows (6)
  • 未分類文章 (1)

最新文章

  • TR069 ACS server with Ubuntu 20.04 HOW TO
  • freebad 8.4 + ipv6 ready_p2 test
  • ubuntu 22.04 l2tp server
  • ubuntu 22.04 pptp server
  • ubuntu 20.04 freeradius 3.0 config
  • ubuntu openvpn howto -- client auth
  • ubuntu openvpn howto
  • ubuntu 18.04 ds-lite config
  • Linux or Macbook system test multicast use iperf2 Tool How To
  • WPA3 certification how to

最新留言

    文章精選

    文章搜尋

    誰來我家

    參觀人氣

    • 本日人氣:
    • 累積人氣: