2010年8月17日 星期二

science zone

Virtual box using physical raw host hard disk:
---->usermanual.pdf ch9.7 Advanced storage configuration
---->http://forums.virtualbox.org/viewtopic.php?f=9&t=12873


http://koukaipan.pixnet.net/blog/post/24407474
--using Virtualbox NAT and shared folder

virtualbox-port-forwarding(連接埠轉送)
--http://superuser.com/questions/362332/port-forwarded-virtualbox-guest-dropping-50-of-http-requests
--http://nckuhuahua.pixnet.net/blog/post/33830183-virtualbox-port-forwarding(%E9%80%A3%E6%8E%A5%E5%9F%A0%E8%BD%89%E9%80%81)

連到網卡使用NAT方式的VirtualBox


http://slo.twbbs.org/?p=417
--使用 4.0.4的版本
由說明書是
“C:\Program Files\Oracle\VirtualBox\VBoxManage.exe” modifyvm “VM name” –natpf1 “guestssh,tcp,,2222,,22″


[windows space 文章備份]好用的網站-

2006/9/28 上午 09:44:26

http://www.pat2pdf.org/pat2pdf/foo.pl

如以下載pdf格式的專利檔案…

還滿好用的。


Notepad++
    自訂->設定程式語言格式->主題選取 zenburn
    使用者自訂 -> 欄標(Tab)設定 ->欄標尺寸:8
            ->備份 簡易
    F5對映到 insert date and time
        自訂->快速鍵管理->
        main menu -> 190 執行(R) -> 選none
        Plugin commands -> 177 I:Date & Time - long format ->選 F5

偏好設定

最近使用的檔案
最大數量 30


縮排  縮排大小 8

****notepad++  v8.7

管理快速鍵

342 執行(R)  F5 -> 取消

83 日期時間(完整格式)  新增 F5
上午 10:02 2024年11月5日


free commander
        設定 -> 一般 -> 只允許一個freecommander執行
    顯示 -> 資料夾分頁 -> 也對單分頁顯示分頁欄
         -> 分割欄 -> 同步資料夾, 我最愛的工具, 複製, 移動, 交換面板按鈕可見

free commander XE
    額外 -> 設置 -> 常規 -> 僅允許運行一個實例
    查看 -> 地址欄 -> 顏色 文件夾路徑 aqua
    查看 -> 文件夾標簽 -> 活動標簽 aqua
    查看 -> 樹形列表 -> 顏色 選擇 sky blue
    定義動作工具欄 -> 地址 收藏文件夾 向上 根目錄 複制全路徑

connectify (wifi share)
  http://www.connectify.me/
  Meet the app that lets you transform your laptop into a Wi-Fi hotspot at the click of a button
  http://www.techbang.com/posts/2285-connectify-free-instructions-the-windows-7-laptop-into-ap
  http://steachs.com/archives/1464
http://www.freegroup.org/2011/10/connectify/


ubuntu/ linux

.bashrc

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=10000
HISTFILESIZE=2000000



force_color_prompt=yes


 59 if [ "$color_prompt" = yes ]; then
 60     PS1="${debian_chroot:+($debian_chroot)}[\[\e[01;31m\]\u@\[\e[01;33m\]\h \[\e[01;34m\]\w\[\e[00m\]]\[\e[1;36m\]\A\[\033[00m\]\`if [ \$? = 0 ]; then echo -e '\[\e[01;32m\]:)'; else echo -e '\[\e[01;31m\]:('; fi\`$ \[\e[00m\]"



 93 # some more ls aliases
 94 alias ll='ls -alF'
 95 alias la='ls -A'
 96 alias l='ls -CF'
 97 alias df='df -h -x tmpfs'
 98 alias svn='svn --no-auth-cache'
 99 alias du='du --max-depth=1 -h'
100
101 # Attaches tmux to the last session; creates a new session if none exists.
102 alias t='tmux attach || tmux new-session\; new-window\; new-window'
103 #
104 # tmux new-session\; new-window\; new-window
105 #
106 # Attaches tmux to a session (example: ta portal)
107 alias ta='tmux attach -t'
108 #
109 # Creates a new session
110 alias tn='tmux new-session\; new-window\; new-window'

111
112 # Lists all ongoing sessions
113 alias tl='tmux list-sessions'


4 則留言:

  1. nat網路模式下 從host os ssh到 client os的config
    "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifyvm "VM name" --natpf1 "guestssh,tcp,,2222,,22"

    回覆刪除
  2. "VM name" 要改成相對應的VM名稱
    例如我的是debian,就要打"debian"

    回覆刪除
  3. 看網路上的文章 是建議用 nat + hostonly
    nat可以讓 guest 上網
    hostonly可以讓 host連到guest.
    找個時間 試試看hostonly能不能讓host 連guest的samba

    回覆刪除
  4. 將samba增加使用著帳號後
    smbpasswd -a root
    初步試ok.

    NOTE
    --誏eth1 自動取得ip
    ----dhclient eth1

    回覆刪除