
tekibrain.blogspot.com
豆腐腦豆腐腦是個人學習IT相關知識和應用紀錄,提供其他技術人員參考和討論。主題包含系統安裝、軟體設定、程式設計、3C和IT應用分享等文章。
http://tekibrain.blogspot.com/
豆腐腦是個人學習IT相關知識和應用紀錄,提供其他技術人員參考和討論。主題包含系統安裝、軟體設定、程式設計、3C和IT應用分享等文章。
http://tekibrain.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.1 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
2
SITE IP
216.58.217.129
LOAD TIME
0.129 sec
SCORE
6.2
豆腐腦 | tekibrain.blogspot.com Reviews
https://tekibrain.blogspot.com
豆腐腦是個人學習IT相關知識和應用紀錄,提供其他技術人員參考和討論。主題包含系統安裝、軟體設定、程式設計、3C和IT應用分享等文章。
豆腐腦: Mac OS X / *nix 找出目錄中檔案大小為0的檔案
http://tekibrain.blogspot.com/2015/04/mac-os-x-nix-0.html
Mac OS X / *nix 找出目錄中檔案大小為0的檔案. 找出檔案 size = 0 :. Find $dirpath -type f -size 0 -exec ls {} ;. Find $dirpath -type f -size 100k -exec ls {} ;. Find $dirpath -type f -size 1M -exec ls {} ;. 找出檔案 size 1000 Bytes. Find $dirpath -type f -size 1000c -exec ls {} ;. 訂閱: 張貼留言 (Atom). 本週是今年的第幾週?Google Calendar 告訴你. 本週是今年的第幾週?不知道! = 這裡 可以隨時查 = 今年的第幾週 另外還可以讓 Google Calendar 隨時告訴你。 連至 此網頁 ,透過 Add week numbers to my calendar! 重新開啟Apple TV 3 影片封印 (DNS設定). Ubuntu 設定 VNC Server. Mac OS X / *nix 找出目錄中檔案大小為0的檔案.
豆腐腦: 本週是今年的第幾週?Google Calendar 告訴你
http://tekibrain.blogspot.com/2011/04/google-calendar.html
本週是今年的第幾週?Google Calendar 告訴你. 65292;透過" Add week numbers to my calendar! 成功之後,就能在Google Calendar 上看到每週的週號囉。 來源: Google Calendar Week Numbers. 訂閱: 張貼留言 (Atom). 本週是今年的第幾週?Google Calendar 告訴你. 本週是今年的第幾週?不知道! = 這裡 可以隨時查 = 今年的第幾週 另外還可以讓 Google Calendar 隨時告訴你。 連至 此網頁 ,透過 Add week numbers to my calendar! 重新開啟Apple TV 3 影片封印 (DNS設定). 之前的文章「 開啟Apple TV 3 影片封印 (DNS設定) 」在Apple更改預告片服務連結為SSL(Port443)連線後,必須再重新動些手腳才能恢復。 請按下列步驟執行,就能再重新開啟Apple TV 3影片封印。 材料 Apple TV 3 x 1 M. Ubuntu 設定 VNC Server. 好用的 Google Weather API.
豆腐腦: 升速光世代50M 系統調整,以Ubuntu Linux為例
http://tekibrain.blogspot.com/2011/07/50m-ubuntu-linux.html
升速光世代50M 系統調整,以Ubuntu Linux為例. 強烈建議,完成升速之後,先校調自家網路環境的相關參數,再測速! 許多朋友升速光世代50M之後,可能都面臨到一個問題,就是該給的五十個妹,怎僅有三十個妹左右(下行30幾Mbps,上行2.x 3.xMbps) 。中間有不少環節需要調整一下,包含IP分享器、電腦本身皆有參數需要調整,下面就針對達成50M需要的校調,摘要分享一下步驟。 先設定IP分享器 PPPoE的MRU與MTU值 (1454改為1492,不可超過1500). 設定電腦的RFC1323相關網路參數(以Ubuntu Linux為例). 開啟電腦的 /etc/sysctl.conf檔案,新增下列幾行:. Netcore.rmem default = 256960. Netcore.rmem max = 256960. Netcore.wmem default = 256960. Netcore.wmem max = 256960. Netipv4.tcp timestamps = 0. Netipv4.tcp sack = 1. 存檔後,執行 sudo sysctl -p.
豆腐腦: ubuntu 安裝系統設定步驟 (自用)
http://tekibrain.blogspot.com/2014/10/ubuntu.html
安裝 Apache2 PHP5 MySQL phpmyadmin. 訂閱: 張貼留言 (Atom). 本週是今年的第幾週?Google Calendar 告訴你. 本週是今年的第幾週?不知道! = 這裡 可以隨時查 = 今年的第幾週 另外還可以讓 Google Calendar 隨時告訴你。 連至 此網頁 ,透過 Add week numbers to my calendar! 重新開啟Apple TV 3 影片封印 (DNS設定). 之前的文章「 開啟Apple TV 3 影片封印 (DNS設定) 」在Apple更改預告片服務連結為SSL(Port443)連線後,必須再重新動些手腳才能恢復。 請按下列步驟執行,就能再重新開啟Apple TV 3影片封印。 材料 Apple TV 3 x 1 M. Ubuntu 設定 VNC Server. 以 root 身份安裝 tightvncserver $ apt-get install tightvncserver 接下來以使用者身份執行 $ vncserver (設定遠端桌面登入密碼) 於VNC Client端執行 VNC Viewer 連上主機IP與5.
豆腐腦: 四月 2015
http://tekibrain.blogspot.com/2015_04_01_archive.html
Mac OS X / *nix 找出目錄中檔案大小為0的檔案. 找出檔案 size = 0 :. Find $dirpath -type f -size 0 -exec ls {} ;. Find $dirpath -type f -size 100k -exec ls {} ;. Find $dirpath -type f -size 1M -exec ls {} ;. 找出檔案 size 1000 Bytes. Find $dirpath -type f -size 1000c -exec ls {} ;. 訂閱: 文章 (Atom). 本週是今年的第幾週?Google Calendar 告訴你. 本週是今年的第幾週?不知道! = 這裡 可以隨時查 = 今年的第幾週 另外還可以讓 Google Calendar 隨時告訴你。 連至 此網頁 ,透過 Add week numbers to my calendar! 重新開啟Apple TV 3 影片封印 (DNS設定). Ubuntu 設定 VNC Server. Mac OS X / *nix 找出目錄中檔案大小為0的檔案.
TOTAL PAGES IN THIS WEBSITE
19
tekiberia
TEKIBITS – What you need to know about computing
What you need to know about computing. Proudly powered by WordPress.
tekibonita
Terça-feira, 25 de Setembro de 2012. Razaun 10 nusa mak sai feto ne e diak. Ita tenki sofre fulfulan ho moras mens nian, ita tenki aguenta oras ba oras ho moras atu labarik ida atu moris. Ita tenki hatudu hela deit iha ita-nia servisu fatin katak ita lahela ba kotuk bainhira kompara ho kolega mane sir , ita tenki finji katak ita ne é simpátika ho ita-nia mertua sira maske ita haree sira-nia oin ita labele tiha ona. Maibe laos buat hotu hotu ne é ladiak! Íha mos vantajen be mane sira laíha:. Se no seu tra...
豆腐腦
Bash Shell - 隨機產生小於10000的數字. Echo $( n %= 10000) ;. For i in {1. 5. Echo $( n %= 10000) ;. Mac OS X / *nix 找出目錄中檔案大小為0的檔案. 找出檔案 size = 0 :. Find $dirpath -type f -size 0 -exec ls {} ;. Find $dirpath -type f -size 100k -exec ls {} ;. Find $dirpath -type f -size 1M -exec ls {} ;. 找出檔案 size 1000 Bytes. Find $dirpath -type f -size 1000c -exec ls {} ;. 關閉 iOS 8.2 體能追蹤開關設定,節省手機電力. 設定 隱私權 運動與健身 體能追蹤. 先使用 gem 安裝 Geocoder. Sudo gem install geocoder. 於 Finder 顯示所有項目. 找到Android Studio. 開啟 "Android Studio" 應該就可以執行了.
tekiBuzz.com
Nokia wants to fight with Android with their Lumia Smartphones. Smartphone market is dominated by Android so far. But Nokia is continue innovate something seriously noticeable, which can help to fight with their rival Android! Iphone 5 does it justify the number 5? After all rumors and suspense finally Apple reveal their much awaited (or hyped? 8217; from their phone. And they make budget to high-end smartphone and fulfill the peoples’ needs. That’s the reason why the Samsung smartpho...Google recently l...
Site Under Construction
This site is under construction. Please visit again to check the status. To go back to the previous page.
Index of /
:: TEKiche :: PortFoLio ::