• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • 44 CentOS7 chronyd NTP • 89_timezoneを指定してないとエラー • 02 Xen マイグレーション • mod_geoip 接続元国でWebアクセスを制限 • 2017.10.31 Windows7 ネットワークが遅い時 • Bonnie++ • 10 LVM 丸ごとバックアップ

code

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@02_freebsd:99_その他
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

FreeBSD - アップグレード
32 Hits, Last modified: 13 years ago
= ※Portsを最新版にするは [[02_freebsd:01_net:cvsup|こちら]] <code> # cd /usr/ports/net/cvsup-without-gui # make c... g for cvsup-without-gui-16.1h_2 # make install </code> ===== /etc/stable-supfileを用意 ===== <code> # cp /usr/share/examples/cvsup/stable-supfile /etc/stable-supfile # chmod 644 /etc/stable-supfile </code> ===== /etc/stable-supfileを修正 ===== <code> # vi
dateコマンドで1日前、1日後
10 Hits, Last modified: 12 years ago
前、1日後 ====== ===== Linuxの場合 ===== === 1日前 === <code> date=`date --date '1 day ago' +%Y-%m-%d` </code> === 1時間前 === <code> date=`date -d '1 hour ago' '+%Y-%m-%d %H:%M:%S'` </code> === 1日後 === <code> date -d '1 day' '+%Y-%m-%d'
FreeBSD カーネル再構築
10 Hits, Last modified: 13 years ago
KERNELの所は自分の好きな名前でいいです。今回は例としてMYKERNELとしてあります。\\ <code> # cd /usr/src/sys/i386/conf/ # cp GENERIC MYKERNEL </code> ====== MYKERNELを修正 ====== <code> # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 ... ernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' lin
dateコマンドでunixtime変換
8 Hits, Last modified: 12 years ago
nixtime への変換方法 ===== === 現在の日付をunixtimeへ変換 === <code console> $ date +%s 1392854748 </code> === 特定の日付をunixtimeへ変換 === <code console> $ date +%s --date "2011-01-01 00:00" 1293807600 </code> ===== unixtime から 日付 への変換方法 ===== === 普通に変換 =
swapスペースを追加する方法
6 Hits, Last modified: 13 years ago
pace: failed ====== suwapスペースを確保(2GBの場合) ====== <code console> # dd if=/dev/zero of=/usr/SWAPFILE bs=1m count=2000 </code> ====== /etc/rc.confに追加 ====== <code console> # vi /etc/rc.conf ---追加---- swapfile="/usr/SWAPFILE" </code> ====== 確認 ====== <code console> # pstat -s De
01 SLコマンド
4 Hits, Last modified: 10 years ago
な時、slの列車が走ってくという大変遊び心のある 楽しいコマンドです。 こんなのが走りぬけます。 <code> ==== ________ ______... \_/ \_/ \_/ \_/ \_/ </code> ===== ソースの取得 ===== http://www.tkl.iis.u-tokyo.... .jp/~toyoda/ ここからソースを持ってきます。 ===== インストール ===== <code> > tar xvf sl.tar > make # cp sl /usr/bin/ </code> 今回は/usr/bin/にコピーしてますが、ご自分の環境に合わせた場所にコピーしてください。 これだ
FreeBSD - vim
4 Hits, Last modified: 10 years ago
r blue>※/home/matsukaze/localにインストールする場合</color> <code> $ wget ftp://ftp.jp.vim.org/pub/vim/unix/vim-7.... ukaze/local --without-x $ make $ make install </code> ====== .vimrc ====== <code> set nobackup if v:lang =~ "^ko" set fileencodings=euc-kr set gu... i<tt><ESC>ea</tt><ESC>bb nmap ,hx wbF<df>f<df> </code> ====== 使用方法 ====== [[02_freebsd:80_unixコマンド:vi|
rootでログインできない
2 Hits, Last modified: 13 years ago
===== シングルユーザモードでの起動 ====== ■まずはシステムを再起動(停止)します。 <code> # reboot or # shutdown now </code> ■起動時にデーモン君が現れ10秒間のwaitがある個所で4番を選択します。\\  これでシングルユーザモードで起動ができます。
ログイン時のメッセージを変更する
2 Hits, Last modified: 13 years ago
ログイン時のメッセージは/etc/motdの内容を出力しています。 デフォルトだとこんな状態。 <code console> $ cat /etc/motd FreeBSD 6.0-STABLE (MY... y. Edit /etc/motd to change this login announcement. </code> /etc/motdを編集するば、オリジナルのログインメッセージを出力できます。

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki