PIXNET Logo登入

Foxbrush

跳到主文

Where I Record Myself

部落格全站分類:財經政論

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 4月 12 週二 202212:01
  • 科技業薪水大揭密

From : https://www.dcard.tw/f/tech_job/p/238586417?fbclid=IwAR2K0IMRpfuDvwwJV9ahFNPAioy6_MEaF8wAH13YDPUj27yRYTKcZSv_ri8
-------------------------------------------------
(繼續閱讀...)
文章標籤

Foxbrush 發表在 痞客邦 留言(0) 人氣(28)

  • 個人分類:Equipment in SW
▲top
  • 3月 17 週日 201901:32
  • [MAC] How to open multiple Terminal windows or tabs unsing commands

Refs:
- https://superuser.com/questions/117642/open-up-3-terminals-run-different-commands-from-all-for-each-of-them-to-set-up
(繼續閱讀...)
文章標籤

Foxbrush 發表在 痞客邦 留言(0) 人氣(321)

  • 個人分類:Equipment in SW
▲top
  • 8月 14 週二 201817:00
  • [WEB] mitmproxy


From: https://medium.com/sean3z/debugging-mobile-apps-with-mitmproxy-4596e56b3da2
-------------------------------------------------------------
Debugging Mobile Apps with mitmproxy
Ever wonder exactly what network connections your favorite mobile app is making? In this small walkthrough, we’ll use mitmproxy to gain insight into how some of our favorite mobile apps work.
Before getting started though, it’s worth mentioning that there are plenty of other tools that allow use to do the same; such as: Fiddler and Charles Proxy. I prefer mitmproxy for it’s simplicity. Fiddler is a close second as it provides far more rich network details (and Websocket frame inspection 👍)
Prerequisites:
  • A mobile device connected to same network as your proxy PC

  • mitmproxy — https://mitmproxy.org/


  •  



    mitmproxy
    This is what we’ll use to proxy information from our mobile device to our PC. mitmproxy is available for most devices: iPhone, Android and Windows phone on macOS, Windows and linux. For our example, we’ll be using an Android device on macOS Sierra.
    Installation:
    $ brew install mitmproxy
    Usage:
    $ mitmproxy
    On mac, it couldn’t be much simpler to install and use. However, on Windows, you’ll need to use the mitmweb client.
    Once you invoke mitmproxy, you should see a black screen in your terminal like the image above.
    In order to use this proxy though, we’ll need to make a small configuration change on our mobile device. But before doing so, we’ll want to obtain our PC’s IP address by using ifconfig (or ipconfig for Windows).
    (繼續閱讀...)
    文章標籤

    Foxbrush 發表在 痞客邦 留言(0) 人氣(23)

    • 個人分類:Equipment in SW
    ▲top
    • 3月 10 週六 201815:38
    • [JEST] How to Configure Jest to Test React and ES6

    Running Jest without any tests is a good idea if only to make sure you have it set up correctly.
    From: http://www.hackingwithreact.com/read/1/32/how-to-configure-jest-to-test-react-and-es6
    --------------------------------------
    (繼續閱讀...)
    文章標籤

    Foxbrush 發表在 痞客邦 留言(0) 人氣(48)

    • 個人分類:Equipment in SW
    ▲top
    • 9月 02 週五 201611:43
    • [Encoding] Convert CRLF between LF on MAC

    1. dos2unix                                                          # CRLF to LF, requiring installation of dos2unix
    2. unix2dos                                                          # LF to CRLF, requiring installation of dos2unix
    (繼續閱讀...)
    文章標籤

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

    • 個人分類:Equipment in SW
    ▲top
    • 9月 01 週四 201616:01
    • [Sublime] Modify syntax highlight

    In Mac:
    # Go to ~
    /Library/Application\ Support/Sublime\ Text\ 2/Packages

    # Find .tmLanguage file. For javascript, find javascript.tmLanguage
    (繼續閱讀...)
    文章標籤

    Foxbrush 發表在 痞客邦 留言(0) 人氣(5)

    • 個人分類:Equipment in SW
    ▲top
    • 4月 14 週四 201612:01
    • [Git] Git tip: Show your branch name on the Linux prompt

    From: https://www.leaseweb.com/labs/2013/08/git-tip-show-your-branch-name-on-the-linux-prompt/
    ------------------------------------------------
    (繼續閱讀...)
    文章標籤

    Foxbrush 發表在 痞客邦 留言(0) 人氣(19)

    • 個人分類:Equipment in SW
    ▲top
    • 3月 30 週三 201618:16
    • [Python] Uninstall Python on Mac

    From:
    - http://stackoverflow.com/questions/3819449/how-to-uninstall-python-2-7-on-a-mac-os-x-10-6-4
    (繼續閱讀...)
    文章標籤

    Foxbrush 發表在 痞客邦 留言(0) 人氣(165)

    • 個人分類:Equipment in SW
    ▲top
    • 3月 04 週五 201617:34
    • [gcc/g++] Upgrate gcc and g++ in Ubuntu

    From:
    - http://askubuntu.com/questions/466651/how-do-i-use-the-latest-gcc-4-9-on-ubuntu-14-04
    (繼續閱讀...)
    文章標籤

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

    • 個人分類:Equipment in SW
    ▲top
    • 12月 30 週三 201517:51
    • [Bower] Install bower component via git repo

    Default endpoint
    From: http://www.leveluplunch.com/blog/2014/05/20/bower-...
    ---------------------------------------------------------------
    (繼續閱讀...)
    文章標籤

    Foxbrush 發表在 痞客邦 留言(0) 人氣(7)

    • 個人分類:Equipment in SW
    ▲top
    123»

    個人資訊

    Foxbrush
    暱稱:
    Foxbrush
    分類:
    財經政論
    好友:
    累積中
    地區:

    熱門文章

    • (3,073)[C/C++] 參數數量不固定的函數實作
    • (301)[SCRUM] Scrum 是什麼(2):Scrum 的內涵
    • (72)微軟「失落的十年」
    • (46)富小孩、窮小孩... ...
    • (14)[SCRUM] Scrum 是什麼(14):好問題
    • (9)零肆柒捌
    • (8)一樣水,百百貓喝... ...
    • (5)[CS] 12 Unit Testing Tips for Software Engineers
    • (2)The Fall of Microsoft
    • (2)[Web] 如何挑選適合的 Hosting Plan?

    文章分類

    • Investment in Finance (10)
    • Refinement in Design (1)
    • Knowledgement in CS (13)
    • Equipment in SW (25)
    • Development in SW (116)
    • Management in Business (4)
    • Enlightenment in Soul (5)
    • Amazement in Life (4)
    • Argument in Thoughts (3)
    • Sentiment in Whispers (1)
    • 未分類文章 (1)

    最新文章

    • 科技業薪水大揭密
    • [Money] Introduction to T-Theory – Magic-T
    • [Stock] 到底要工作還是玩股票
    • [Server][NodeJS] Set-up SSL in NodeJS and Express using OpenSSL
    • [Server] How to get HTTPS working on your local development environment in 5 minutes
    • [MAC] How to open multiple Terminal windows or tabs unsing commands
    • [WEB] mitmproxy
    • [Server] Socket.io 的架構
    • [Server] Socket.io 架構
    • [Money] 教你如何找出轉強股票,不藏私大公開

    最新留言

    • [23/06/22] 小克 於文章「[Linux] 讓 Linux 下的中文...」留言:
      您好,我是此篇文章的原作者 您已侵權 請尊重 CC ...
    • [23/05/14] 訪客 於文章「[Linux] 讓 Linux 下的中文...」留言:
      超感謝!...
    • [22/07/02] Sean 於文章「[Linux] 讓 Linux 下的中文...」留言:
      您好, 我跟著https://www.youtube....
    • [22/04/11] 訪客 於文章「[Stock] 如何最精準的掌握到關鍵得...」留言:
      原本在搜尋引擎找出一堆 Blog 文章,不知哪幾篇值得花時間...
    • [21/08/20] ANDRES 於文章「[Linux] 讓 Linux 下的中文...」留言:
      好人,造福LINUX新手,謝謝...
    • [21/08/02] Skyer 於文章「[Linux] 讓 Linux 下的中文...」留言:
      非常棒的設定,非常感謝!...
    • [12/11/29]  於文章「[Web] Install Apache...」留言:
      雲 青 青 兮 欲 雨 ,  水 澹 澹 兮 生 煙 。 ...
    • [09/09/15] liwayhuang 於文章「一樣水,百百貓喝... ......」發表了一則私密留言
    • [09/09/08] pheen 於文章「什麼是行銷!?...」留言:
      為什麼要鎖? 文章,呵。...
    • [09/08/08] liwayhuang 於文章「富小孩、窮小孩... ......」留言:
      mm...interesting...

    文章精選

    文章搜尋

    誰來我家

    參觀人氣

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