JUST DO IT ~

          我只想當個程序員

          Mac OSX

          mac為什么主機名.local
               摘要: mac為什么主機名.local
          搞不清楚為什么.也許區分本地網絡,進程間通訊優化? 為了程序方便 /ect/hosts 添加127.0.0.1 指向主機名.
          sudo vim /etc/hosts   閱讀全文

          posted @ 2015-07-19 10:59 小高 閱讀(931) | 評論 (0)  編輯

          ruby vis oracle by ruby-oci8

          posted @ 2015-06-22 22:23 小高 閱讀(313) | 評論 (0)  編輯

          macosx oracle sqlplus

          posted @ 2015-06-22 21:21 小高 閱讀(347) | 評論 (0)  編輯

          mac 上最好用的看圖軟件 xee2 免費
               摘要: xee下載地址
          https://code.google.com/p/xee/downloads/detail?name=Xee2.2.zip&can=1&q=
          自己開了一個分支
          https://github.com/gddg/xee   閱讀全文

          posted @ 2015-06-16 16:34 小高 閱讀(1056) | 評論 (0)  編輯

          網絡命令 iperf vnstat scp

          posted @ 2015-05-01 22:43 小高 閱讀(399) | 評論 (0)  編輯

          brew iperf 安裝

          posted @ 2015-05-01 13:34 小高 閱讀(993) | 評論 (0)  編輯

          osx 終端顏色 不折騰用iterm2

          posted @ 2015-04-11 22:46 小高 閱讀(2390) | 評論 (0)  編輯

          osx xterm BSD 修改顏色
               摘要: vim ~/.bash_profile
          alias ls='ls -F'
          alias cls='clear'
          alias grep='grep --color=auto'
          CLICOLOR="xterm-color"
          LSCOLORS="gxfxcxdxcxegedabagacad"
          export CLICOLOR LsCOLORS  閱讀全文

          posted @ 2015-04-11 22:28 小高 閱讀(300) | 評論 (0)  編輯

          mac osx 安裝字體和 終端主題 solarized vim
               摘要: 這個終端主題顏色配置很舒服.各種軟件對應的主題都有.

          http://ethanschoonover.com/solarized/files/solarized.zip  閱讀全文

          posted @ 2015-04-11 20:52 小高 閱讀(630) | 評論 (0)  編輯

          osx安裝GUN的tools 替換系統自帶的工具.
               摘要: brew install coreutils
          gun tools 替換掉osx
          PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
          MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"  閱讀全文

          posted @ 2015-04-04 17:33 小高 閱讀(456) | 評論 (0)  編輯

          MAC 鍵盤模仿 windows 鍵盤設定
               摘要: 下載key替換工具 karabiner
          control_L to command_L
          option_R to delete
          FN 鍵盤+F1 F2 如果你想替換成直接按F1就調用的話,可以macosx 鍵盤里面找到。發現FN鍵盤無法移到別的鍵上。
          目前還沒看出來mac上option,control 鍵的原生用途。
          鍵程和windows很不一樣。  閱讀全文

          posted @ 2015-04-04 11:24 小高 閱讀(632) | 評論 (0)  編輯

          mac osx10 構建 nanomsg
               摘要: brew install libtool
          brew install autoconf
          brew install automake
          glibtool --help
          sh autogen.sh
          ./configure
          make
          make check  閱讀全文

          posted @ 2015-03-26 20:35 小高 閱讀(1728) | 評論 (0)  編輯

          osx nginx 配置位置 brew 安裝
               摘要: Docroot is: /usr/local/var/www
          /usr/local/etc/nginx/nginx.conf to 8080
          ln -sfv /usr/local/opt/nginx/*.plist ~/Library/LaunchAgents
          nginx  閱讀全文

          posted @ 2015-03-22 22:09 小高 閱讀(245) | 評論 (0)  編輯

          brew 安裝大全
               摘要: brew install ??   閱讀全文

          posted @ 2015-03-22 21:55 小高 閱讀(214) | 評論 (0)  編輯

          brew 安裝 cmake
               摘要: chmod -R 777 /usr/local/
          GMac:~ XXXX$ brew install cmake  閱讀全文

          posted @ 2015-03-22 11:36 小高 閱讀(5428) | 評論 (0)  編輯

          [轉] mac 用戶精華帖

          posted @ 2015-03-21 23:16 小高 閱讀(430) | 評論 (0)  編輯

          [轉帖]HOME 鍵

          posted @ 2015-03-21 23:11 小高 閱讀(297) | 評論 (0)  編輯

          [轉]root 用戶

          posted @ 2015-03-21 23:07 小高 閱讀(455) | 評論 (0)  編輯

          [轉帖]Mac 鎖屏的各種方法

          posted @ 2015-03-21 22:22 小高 閱讀(423) | 評論 (0)  編輯

          mac 休眠 osx10.10
               摘要: pmset -g
          sudo pmset -a hibernatemode 3  閱讀全文

          posted @ 2015-03-21 22:18 小高 閱讀(447) | 評論 (0)  編輯

          mac 拷貝 粘貼 快捷鍵 osx10.10
               摘要: Go to System Preferences -> Keyboard -> Keyboard tab -> Modifier keys
          Swap the Control and Cmd keys  閱讀全文

          posted @ 2015-03-21 21:58 小高 閱讀(445) | 評論 (0)  編輯

          MAC 記事本的選擇
               摘要: Sublime Text 2
          安裝插件:
          https://gitcafe.com/ghosTM55/sublime-config  閱讀全文

          posted @ 2015-03-19 16:41 小高 閱讀(204) | 評論 (0)  編輯

          導航

          <2025年8月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          統計

          常用鏈接

          留言簿(3)

          隨筆分類(352)

          收藏夾(19)

          關注的blog

          手冊

          搜索

          積分與排名

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 岢岚县| 永康市| 固始县| 大港区| 庆城县| 永和县| 兰考县| 鹤峰县| 高平市| 福清市| 永宁县| 保德县| 富锦市| 宝应县| 盱眙县| 方正县| 莆田市| 乌拉特前旗| 长春市| 溧阳市| 临西县| 宜川县| 遂平县| 阳信县| 慈溪市| 乳源| 罗山县| 安平县| 大方县| 海宁市| 贵定县| 朝阳县| 桂阳县| 阿鲁科尔沁旗| 乾安县| 安乡县| 衡东县| 达州市| 台北县| 都安| 阳曲县|