Read Sean

          Read me, read Sean.
          posts - 508, comments - 655, trackbacks - 9, articles - 4

          2014年3月9日

          不知道從什么時候開始的,tsocks在Mac下面安裝要費些周折,brew官方和曾經一度存在的第三方tap都不再支持直接brew install,需要手工創建formula。過程倒也還OK:

          vim /usr/local/Library/Formula/tsocks.rb

          require 'formula'

          class Tsocks < Formula
            # The original is http://tsocks.sourceforge.net/
            # This GitHub repo is a maintained fork with OSX support

            homepage 'http://github.com/pc/tsocks'
            head 'https://github.com/pc/tsocks.git'

            depends_on 'autoconf' => :build if MacOS.xcode_version.to_f >= 4.3

            def install
              system "autoconf""-v"
              system "./configure""--prefix=#{prefix}""--disable-debug""--disable-dependency-tracking""--with-conf=#{config_file}"

              inreplace("tsocks") { |bin| bin.change_make_var! "LIBDIR", lib }

              system "make"
              system "make install"

              etc.install "tsocks.conf.simple.example" => "tsocks.conf" unless config_file.exist?
            end

            def test
              puts 'Your current public ip is:'
              ohai `curl -sS ifconfig.me 2>&1`.chomp
              puts "If your correctly configured #{config_file}, this should show the ip you have trough the proxy"
              puts 'Your ip through the proxy is:'
              ohai `tsocks curl -sS ifconfig.me 2>&1`.chomp
            end

            def config_file
              etc / 'tsocks.conf'
            end
          end

          有了上述formula之后,即可 brew install --HEAD tsocks 。

          posted @ 2014-05-07 23:23 laogao 閱讀(4088) | 評論 (2)編輯 收藏

          有了RPi當然免不了要玩玩XBMC,這里推薦XBian,安裝配置過程如下:

          1- 下載.img文件 ( http://www.xbian.org/download/ );
          2- 用dd命令將.img(比如XBian_beta_2.img)寫入SD卡;
          3- 將中文字體(比如wqy-zenhei.ttc)重命名為arial.ttf,復制到SD卡的~/.xbmc/media/Fonts目錄(XBian默認用戶為xbian,密碼raspberry);
          4- 從 https://code.google.com/p/xbmc-addons-chinese/downloads/detail?name=repository.googlecode.xbmc-addons-chinese-eden.zip 下載資源插件并復制到SD卡;
          5- 將SD卡插入RPi并連接HDMI到電視機/顯示器;
          6- RPi開機,進入XBian的配置頁面,可以校準屏幕,配置網絡連接等;
          7- 在系統設置中選擇字體為Arial,語言選為中文,此時應該看到界面可正常顯示中文;
          8- 安裝擴展程序,選擇之前下載到SD卡的repository.googlecode.xbmc-addons-chinese-eden.zip文件,擴展安裝成功后即可在擴展程序列表中看到對應的資源條目,逐一安裝即可。

          額外提示:XBMC也可以通過網絡共享播放視頻,之前跟大家提到過XBMC顯示中文字幕有時出現整行被方塊覆蓋的問題,解決方法是在字幕文件中查找并刪除或替換"…"字符。Enjoy!

          posted @ 2014-04-06 17:45 laogao 閱讀(2374) | 評論 (0)編輯 收藏


          整理一下 IntelliJ IDEA 最常用的快捷鍵,按照便于記憶的方式排列:

          Ctrl-N              Class... (find by name)
          Ctrl-Shift-N        File... (find by name)
          Ctrl-Shift-Alt-N    Symbol... (find by name)
          Ctrl-G              Line... (goto line)
          Ctrl-H              Type hierarchy (hierarchy)
          Ctrl-Shift-H        Method hierarchy (hierarchy)
          Ctrl-Alt-H          Call hierarchy (hierarchy)
          Ctrl-Q              Quick documentation
          Ctrl-Alt-I          Auto-indent lines (indent)
          Ctrl-Alt-L          Reformat code (line up)
          Ctrl-Alt-O          Optimize imports (optimize)
          Ctrl-/              Comment with line comment (//)
          Ctrl-Shift-/        Comment with block comment (/*...*/)
          Ctrl-W              Select word or block (word)
          Ctrl-D              Copy line (duplicate line, yyp)
          Ctrl-X              Cut line (dd)
          Ctrl-U              Uppercase/lowercase (upper)
          Ctrl-J              Insert live template
          Ctrl-Alt-J          Surround with live template
          Ctrl-Alt-T          Surround with (template)
          Ctrl-Shift-J        Join lines (join)
          Ctrl-E              Recent files (editions)
          Ctrl-Shift-E        Recently changed files (editions)
          Alt-Shift-C         Recent changes (changes)
          Ctrl-B              Delcaration
          Ctrl-Shift-B        Type declaration
          Ctrl-Alt-B          Implementation(s)
          Ctrl-P              Parameter info (parameter)
          Ctrl-Space          Basic completion
          Ctrl-Shift-Space    Smart completion
          Ctrl-Alt-Space      Completion lookup
          Alt-Enter           Auto-complete
          Alt-Insert          Generate...
          Ctrl-Shift-Up/Down  Move statement up/down
          Alt-Shift-Up/Down   Move line up/down
          Ctrl-Up/Down        Scroll up/down
          Alt-Up/Down         Previous/next method
          F2                  Next highlighted error
          Shift-F2            Previous highlighted error
          Ctrl-F              Find
          Ctrl-R              Replace
          F3                  Next match
          Shift-F3            Previous match
          F4                  Jump to source
          Ctrl-Alt-Shift-T    Refactor this
          F5                  Refactor copy
          F6                  Refactor move
          Ctrl-F6             Refactor change signature
          Shift-F6            Refactor rename
          Alt-Delete          Refactor safe delete
          Ctrl-Alt-V          Refactor extract variable
          Ctrl-Alt-F          Refactor extract field
          Ctrl-Alt-P          Refactor extract parameter
          Ctrl-Alt-M          Refactor extract method
          Ctrl-Alt-N          Refactor inline
          

          posted @ 2014-03-09 13:38 laogao 閱讀(12891) | 評論 (0)編輯 收藏

          主站蜘蛛池模板: 蚌埠市| 台南县| 南城县| 巧家县| 镇赉县| 岑巩县| 新乐市| 正安县| 红河县| 桦川县| 宜宾市| 宁武县| 湄潭县| 崇信县| 汉寿县| 临澧县| 西吉县| 龙岩市| 郓城县| 眉山市| 阿瓦提县| 开远市| 旬阳县| 丹东市| 孝义市| 西林县| 新余市| 枞阳县| 泸溪县| 大荔县| 岑溪市| 台安县| 连城县| 保德县| 镇坪县| 凌源市| 洪雅县| 阿鲁科尔沁旗| 连城县| 兰州市| 建宁县|