Hugo Bilberry First commit to gitea@cowbay.org

This commit is contained in:
2018-11-09 16:23:58 +08:00
commit 16f4228909
1090 changed files with 399555 additions and 0 deletions

View File

@@ -0,0 +1,732 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lednerb">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 其他 | My cool new Blog</title>
<meta name="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="其他">
<meta itemprop="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="其他">
<meta property="og:description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/">
<meta property="og:site_name" content="My cool new Blog"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="alternate" type="application/rss+xml" title="My cool new Blog" />
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="feed" type="application/rss+xml" title="My cool new Blog" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">My cool new Blog</a></h3>
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
</div>
<div class="languages">
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e8-a7-a3-e6-b1-ba-psexec-e5-9f-b7-e8-a1-8cscreen-capture-e7-9a-84-e7-a8-8b-e5-bc-8f-e6-99-82-ef-bc-8c-e5-8f-aa-e6-9c-83-e6-8a-93-e5-88-b0-e4-b8-80-e7-89-87-e9-bb-91-e7-9a-84/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e8-a7-a3-e6-b1-ba-psexec-e5-9f-b7-e8-a1-8cscreen-capture-e7-9a-84-e7-a8-8b-e5-bc-8f-e6-99-82-ef-bc-8c-e5-8f-aa-e6-9c-83-e6-8a-93-e5-88-b0-e4-b8-80-e7-89-87-e9-bb-91-e7-9a-84/">[筆記] 解決 psexec 執行screen capture 的程式時,只會抓到一片黑的問題</a></h3>
<div class="meta">
<span class="date moment">2017-06-08</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
一開始這樣指令這樣下 &gt; psexec \192.168.70.133 -s &ldquo;\192.168.70.133\c$\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\test_free_image.exe&rdquo; 結果發現雖然會執行,但是抓到的畫面只有一片黑
後來翻了一下google發現跟什麼互動式登入有關要多加個參數 -i &gt; psexec \192.168.70.133 -s -i &ldquo;\192.168.70.133\c$\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\test_free_image.exe&rdquo; 這樣子就可以了!
&nbsp;
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e7-be-a4-e6-9a-89-synology-e7-9a-84-e7-a0-94-e8-a8-8e-e6-9c-83-e9-82-80-e8-ab-8b-e5-87-bd-ef-bc-8c-e4-b8-bb-e6-97-a8-e9-82-84-e4-bf-9d-e7-95-99-test-ef-bc-81-ef-bc-9f/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e7-be-a4-e6-9a-89-synology-e7-9a-84-e7-a0-94-e8-a8-8e-e6-9c-83-e9-82-80-e8-ab-8b-e5-87-bd-ef-bc-8c-e4-b8-bb-e6-97-a8-e9-82-84-e4-bf-9d-e7-95-99-test-ef-bc-81-ef-bc-9f/">[雜念] 群暉 Synology 的研討會邀請函,主旨還保留 test </a></h3>
<div class="meta">
<span class="date moment">2017-05-08</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
前幾天收到群暉寄來的研討會邀請函,主旨如下
「test【即刻報名 5&frasl;9 Synology 年度研討會 】擁抱全方位儲存平台 突破新世代 IT 挑戰」
都已經發給客戶了,主旨還掛著 test可能是測試完忘記拿掉吧。小地方雖說無傷大雅但這麼大規模的公司似乎該更注意一些才是。
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e8-87-aa-e8-a3-bd-e8-92-9c-e9-a0-ad-e8-be-a3-e6-a4-92-e9-86-ac/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e8-87-aa-e8-a3-bd-e8-92-9c-e9-a0-ad-e8-be-a3-e6-a4-92-e9-86-ac/">[筆記]自製蒜頭辣椒醬</a></h3>
<div class="meta">
<span class="date moment">2017-01-20</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
Julia Teng 發表於 飛利浦智慧萬用鍋的料理方法分享園地
做法很簡單新鮮蒜頭半斤剝皮切碎新鮮辣椒200公克(愛吃辣的可以買朝天椒)洗淨晾乾或擦乾後切碎。全部放入玻璃罐中放入3湯匙的鹽攪拌一下讓鹽均勻分佈在蒜頭和辣椒上再倒入米酒至八分滿。加蓋後放置陰涼處1~1.5小時醃一下再倒入醬油至全滿。稍微攪拌一下蓋上蓋子後放冰箱醃1星期即可享用香香辣辣的蒜頭辣椒醬油囉!每次食用要用乾淨無水的湯匙搯出來,我的經驗是可以保存半年以上。(p.s. 建議切辣椒時,沒拿刀的手要戴吃手扒雞的透明手套,或是用食物料理機處理,不然手會辣到像火燒。
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e7-94-a8-grep-e6-89-be-e5-87-ba-e7-ac-a6-e5-90-88-ip-address-e6-a8-a3-e5-bc-8f-e7-9a-84-e7-b4-80-e9-8c-84/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e7-94-a8-grep-e6-89-be-e5-87-ba-e7-ac-a6-e5-90-88-ip-address-e6-a8-a3-e5-bc-8f-e7-9a-84-e7-b4-80-e9-8c-84/">[筆記] 用 grep 找出符合 IP address樣式的紀錄</a></h3>
<div class="meta">
<span class="date moment">2017-01-17</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
grep -Eo &lsquo;[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}&rsquo;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e4-b8-80-e4-be-8b-e4-b8-80-e4-bc-91-e5-b0-8d-e8-96-aa-e8-b3-87-e6-88-90-e6-9c-ac-e7-9a-84-e5-bd-b1-e9-9f-bf/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e4-b8-80-e4-be-8b-e4-b8-80-e4-bc-91-e5-b0-8d-e8-96-aa-e8-b3-87-e6-88-90-e6-9c-ac-e7-9a-84-e5-bd-b1-e9-9f-bf/">[雜念] 一例一休對薪資成本的影響</a></h3>
<div class="meta">
<span class="date moment">2017-01-04</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
假設有一家A公司有100個員工每個人的薪資都是36000時薪為150每年人均營收貢獻為150萬台幣所以營業額為15000萬稅後利潤10% 1500萬都是老闆的
這間公司所有員工除了週一到週五的八個小時外,每兩個週六要來上一天八小時班(大小禮拜的概念)
同時一例一休後,上班時數及產出都不變
加班費計算網址: http://labweb.mol.gov.tw/index_2.html#monthlyPay=36000&amp;regularDayOffWorkReason=disaster&amp;workhours=8%2C8%2C8%2C8%2C8%2C8%2C0
&nbsp;
在一例一休前
每人單月薪資含加班費36000 + 700*2(加班費) = 37400 單月薪資小計37400 * 100 = 3740000年度薪資含加班費總計44880000
一例一休後
每人單月薪資含加班費: 36000 + 1900*2 = 39800單月薪資小計 39800 * 100 = 3980000年度薪資含加班費總計47760000
還是一樣一年做一億五千萬稅後利潤10% = 1500萬但是人事成本增加了(47760000-44880000) = 2880000所以老闆賺的變成15000000-2880000 = 12120000
是原本的80.8%(12120000&frasl;15000000) 也就是說是老闆少賺了20%左右..
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e6-a3-ae-e6-a3-ae-e8-b3-bc-e7-89-a9-e7-b6-b2-ef-bc-8c-e9-80-99-e4-b8-8b-e5-a4-a7-e5-ae-b6-e9-83-bd-e7-9f-a5-e9-81-93-e4-bd-a0-e5-80-91-e5-ae-b6nas-e7-9a-84ip-e4-ba-86-e5-95-a6/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e6-a3-ae-e6-a3-ae-e8-b3-bc-e7-89-a9-e7-b6-b2-ef-bc-8c-e9-80-99-e4-b8-8b-e5-a4-a7-e5-ae-b6-e9-83-bd-e7-9f-a5-e9-81-93-e4-bd-a0-e5-80-91-e5-ae-b6nas-e7-9a-84ip-e4-ba-86-e5-95-a6/">[雜念] 森森購物網這下大家都知道你們家NAS的IP了啦</a></h3>
<div class="meta">
<span class="date moment">2016-09-09</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-pihole-e5-88-a9-e7-94-a8-dns-server-e9-98-bb-e7-b5-95-e7-b6-b2-e9-a0-81-e5-bb-a3-e5-91-8a/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-pihole-e5-88-a9-e7-94-a8-dns-server-e9-98-bb-e7-b5-95-e7-b6-b2-e9-a0-81-e5-bb-a3-e5-91-8a/">[筆記] PIHOLE - 利用 DNS Server 阻絕網頁廣告</a></h3>
<div class="meta">
<span class="date moment">2016-08-11</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
<p>官網:<a href="https://pi-hole.net/">https://pi-hole.net/</a></p>
<p>簡單說就是建立一台DNS Server ,上面有一些有組織在維護的域名黑名單</p>
<p>當裝置在瀏覽網頁時需要先透過DNS去反查出IP如果反查的域名在黑名單中會自動將域名轉為 127.0.0.1,進而達到阻擋廣告(甚至連載入都不會載入)</p>
<p>p.s ADBLOCK之類的套件是等到廣告載入完了才去擋掉</p>
<p>這種狀況在手機上瀏覽網頁時特別明顯,很容易就受到廣告的干擾!<span id="transmark"></span></p>
<p>這個概念很不錯甚至一些透過CC中繼伺服器運作的病毒也可以透過這種方式阻擋掉</p>
<p></p>
<a href="/article/e7-ad-86-e8-a8-98-pihole-e5-88-a9-e7-94-a8-dns-server-e9-98-bb-e7-b5-95-e7-b6-b2-e9-a0-81-e5-bb-a3-e5-91-8a/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E5%85%B6%E4%BB%96/page/2/" class="older"><i class="fa fa-angle-double-left"></i> Older posts</a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
</li>
<li>
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
</li>
<li>
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
</li>
<li>
<a href="/article/syntax-test/">Syntax Test</a>
</li>
<li>
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
</li>
<li>
<a href="/article/study-url/">Study URL</a>
</li>
<li>
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
</li>
<li>
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
</li>
<li>
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
</li>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
</li>
<li>
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
</li>
<li>
<a href="/categories/starting">Starting (5)</a>
</li>
<li>
<a href="/categories/blog">Blog (4)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="languages">
<strong>Other languages</strong>
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
var index = client.initIndex("default-content");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

View File

@@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/</title><link rel="canonical" href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/" /></head></html>

View File

@@ -0,0 +1,720 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lednerb">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 其他 | My cool new Blog</title>
<meta name="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="其他">
<meta itemprop="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="其他">
<meta property="og:description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/">
<meta property="og:site_name" content="My cool new Blog"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="alternate" type="application/rss+xml" title="My cool new Blog" />
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="feed" type="application/rss+xml" title="My cool new Blog" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">My cool new Blog</a></h3>
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
</div>
<div class="languages">
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e7-94-9f-e6-b4-bb-e5-b8-82-e9-9b-86-e5-a5-bd-e5-ba-b7-e9-9b-bb-e5-ad-90-e5-a0-b1-e7-9a-84-division-zero-e9-8c-af-e8-aa-a4/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e7-94-9f-e6-b4-bb-e5-b8-82-e9-9b-86-e5-a5-bd-e5-ba-b7-e9-9b-bb-e5-ad-90-e5-a0-b1-e7-9a-84-division-zero-e9-8c-af-e8-aa-a4/">[雜念] 生活市集 好康電子報的 Division by Zero 錯誤</a></h3>
<div class="meta">
<span class="date moment">2016-08-01</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
沒啥好說,直接看圖!
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/mv/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/mv/">[MV] Davichi / T-ara / We were in love</a></h3>
<div class="meta">
<span class="date moment">2016-07-19</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
[video width=&ldquo;1280&rdquo; height=&ldquo;720&rdquo; mp4=&ldquo;http://wp.cowbay.org/wp-content/uploads/2016/07/Davichi-_-T-ara-We-were-in-love-MV.mp4&quot;][/video]
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/ptt-e7-b0-bd-e5-90-8d-e6-aa-94-e5-af-92-e7-8b-97/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/ptt-e7-b0-bd-e5-90-8d-e6-aa-94-e5-af-92-e7-8b-97/">PTT 簽名檔-寒狗</a></h3>
<div class="meta">
<span class="date moment">2016-07-12</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
有一天, 神問狗說:「狗阿~你喜歡住熱帶還是寒帶?」 狗:「當然是熱帶囉!」 神:「為什麼呢?」 狗:「我的良心告訴我,當熱狗比當寒狗好。」
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e6-af-8f-e6-97-a5-e4-b8-80-e5-ad-97-cunt/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e6-af-8f-e6-97-a5-e4-b8-80-e5-ad-97-cunt/">[每日一字] cunt</a></h3>
<div class="meta">
<span class="date moment">2016-07-11</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e7-87-a6-e5-9d-a4-e7-9a-84-e9-9b-bb-e5-ad-90-e5-a0-b1-e9-a8-99-e4-ba-ba-e5-95-a6-ef-bc-81/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e7-87-a6-e5-9d-a4-e7-9a-84-e9-9b-bb-e5-ad-90-e5-a0-b1-e9-a8-99-e4-ba-ba-e5-95-a6-ef-bc-81/">[雜念] 燦坤的電子報騙人啦! HEUM 生菜沙拉調理機 價格不實!</a></h3>
<div class="meta">
<span class="date moment">2016-06-08</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
電子報裡面說HEUM 生菜沙拉調理機 今日限定「$699」
結果點進去網頁看,還是 $ 1980 &hellip;.
本來頗心動的說,看到售價就涼了一半&hellip;.
&nbsp;
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-iredmail-e7-9a-84amavisd-e9-a0-90-e8-a8-ad-e5-a5-bd-e5-83-8f-e6-9c-89-e5-95-8f-e9-a1-8c/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-iredmail-e7-9a-84amavisd-e9-a0-90-e8-a8-ad-e5-a5-bd-e5-83-8f-e6-9c-89-e5-95-8f-e9-a1-8c/">[筆記] iredmail 的amavisd 預設好像有問題</a></h3>
<div class="meta">
<span class="date moment">2016-05-11</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
從外面寄信時,會在 maillog 看到類似這樣的錯誤,不過信件還是可以寄出就是 &gt; May 11 17:23:13 iredmail amavis[1582]: (01582-02) TempDir::prepare_file: /var/spool/amavisd/tmp/amavis-20160511T172313-01582-kSxYqpMz/email.txt no longer exists, can&rsquo;t re-use it 雖然信件還是可以正常寄出不過看到有error 就是不爽 XD
看起來像是權限的問題
去找了一下/var/spool/amavisd 這個目錄的權限,應該是沒有問題 &gt; drwxr-x&mdash; 7 amavis amavis 4096 May 11 17:32 amavisd 又看到網路上有人說這是因為clam帳號權限的問題
&nbsp; &gt; The problem with EPEL is that the &ldquo;clam&rdquo; user does not have access to the amavis folders. To get this to work with EPEL is pretty staight forward: &gt; &gt; &gt; 解決方法也很簡單 &gt; &gt; &gt; usermod -a -G amavis clam &gt; &gt; chmod g+rx /var/spool/amavisd/tmp &nbsp;
<a href="/article/e7-ad-86-e8-a8-98-iredmail-e7-9a-84amavisd-e9-a0-90-e8-a8-ad-e5-a5-bd-e5-83-8f-e6-9c-89-e5-95-8f-e9-a1-8c/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e7-82-ba-iredmail-e5-8a-a0-e5-85-a5-letsencrypt-e7-9a-84free-ssl-e8-aa-8d-e8-ad-89/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e7-82-ba-iredmail-e5-8a-a0-e5-85-a5-letsencrypt-e7-9a-84free-ssl-e8-aa-8d-e8-ad-89/">[筆記] 在CentOS 為 iredmail 加入 letsencrypt 的FREE SSL 認證</a></h3>
<div class="meta">
<span class="date moment">2016-05-11</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
在CentOS 為 iredmail 加入 letsencrypt 的FREE SSL 認證 先升級python27 &gt; yum install -y centos-release-SCL &gt; &gt; yum install -y python27 &gt; &gt; &lt;/pre&gt; &gt; &gt; &lt;pre&gt;alias python=python2.7 &gt; &gt; 再來,參考網友 dsp3 寫的步驟
http://www.dsp3.org/integrating-lets-encrypt-with-iredmail/
其實沒很難啦LetsEncrypt 基本上會幫忙設定到好(如果用 apache的話)
不過這樣的設定只有WEB會生效
&nbsp;
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E5%85%B6%E4%BB%96/page/3/" class="older"><i class="fa fa-angle-double-left"></i> Older posts</a>
<a href="/categories/%E5%85%B6%E4%BB%96/" class="newer">Newer posts <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
</li>
<li>
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
</li>
<li>
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
</li>
<li>
<a href="/article/syntax-test/">Syntax Test</a>
</li>
<li>
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
</li>
<li>
<a href="/article/study-url/">Study URL</a>
</li>
<li>
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
</li>
<li>
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
</li>
<li>
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
</li>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
</li>
<li>
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
</li>
<li>
<a href="/categories/starting">Starting (5)</a>
</li>
<li>
<a href="/categories/blog">Blog (4)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="languages">
<strong>Other languages</strong>
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
var index = client.initIndex("default-content");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

View File

@@ -0,0 +1,789 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lednerb">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 其他 | My cool new Blog</title>
<meta name="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="其他">
<meta itemprop="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="其他">
<meta property="og:description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/">
<meta property="og:site_name" content="My cool new Blog"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="alternate" type="application/rss+xml" title="My cool new Blog" />
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="feed" type="application/rss+xml" title="My cool new Blog" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">My cool new Blog</a></h3>
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
</div>
<div class="languages">
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-iredmail-postfix-dovecot-e7-9a-84-e4-b8-80-e4-ba-9b-e8-a8-ad-e5-ae-9a/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-iredmail-postfix-dovecot-e7-9a-84-e4-b8-80-e4-ba-9b-e8-a8-ad-e5-ae-9a/">[筆記] Iredmail &#43; Postfix Admin dovecot 的一些設定</a></h3>
<div class="meta">
<span class="date moment">2016-05-05</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
/etc/dovecot/dovecot.conf
重點
disable_plaintext_auth = no
mail_location = maildir:/var/vmail/%d/%n:INDEX=/var/vmail/%d/%n/indexes
&nbsp;
&nbsp; &gt; #ssl_dh_parameters_length = 2048 &gt; &gt; #ssl_prefer_server_ciphers = yes &gt; &gt; &gt; # IP ranges specified by login_trusted_networks setting are assumed to be secure. &gt; &gt; #login_trusted_networks = 127.0.0.1 &gt; &gt; &gt; # With disable_plaintext_auth=yes AND ssl=required, STARTTLS is mandatory. &gt; &gt; # Set disable_plaintext_auth=no AND ssl=yes to allow plain password transmitted &gt; &gt; # insecurely. &gt; &gt; disable_plaintext_auth = no &gt; &gt; # Allow plain text password per IP address/net &gt; &gt; #remote 192.
<a href="/article/e7-ad-86-e8-a8-98-iredmail-postfix-dovecot-e7-9a-84-e4-b8-80-e4-ba-9b-e8-a8-ad-e5-ae-9a/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-iredmail-e5-8f-96-e6-b6-88-e7-81-b0-e5-90-8d-e5-96-ae-e6-a9-9f-e5-88-b6-iredmail-disabled-greylisting-plugin/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-iredmail-e5-8f-96-e6-b6-88-e7-81-b0-e5-90-8d-e5-96-ae-e6-a9-9f-e5-88-b6-iredmail-disabled-greylisting-plugin/">[筆記] iredmail 取消灰名單機制 / iredmail disabled greylisting plugin</a></h3>
<div class="meta">
<span class="date moment">2016-04-22</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
個人覺得灰名單其實在郵件過濾的過程中,是很容易造成誤判的一個機制
尤其現在很多的帳號「認證」、「驗證」的步驟,都會寄送一封郵件,內含驗證碼讓使用者回填
通常這類驗證信件在被灰名單擋住第一次之後,都不會主動再寄送第二次
所以常碰到這種狀況,必須手動去排除灰名單
與其這樣,我倒認為乾脆解除這個機制還比較好一點
在 iredmail 系統中,要解除這個灰名單的機制,要去修改 settings.py 裡面的內容 &gt; vim /opt/iredapd/settings.py 找到底下這一段,拿掉 greylisting &gt; plugins = [&ldquo;reject_null_sender&rdquo;, &ldquo;greylisting&rdquo;, &ldquo;throttle&rdquo;, &ldquo;amavisd_wblist&rdquo;, &ldquo;ldap_maillist_access_policy&rdquo;] 變成這樣 &gt; plugins = [&ldquo;reject_null_sender&rdquo;, &ldquo;throttle&rdquo;, &ldquo;amavisd_wblist&rdquo;, &ldquo;ldap_maillist_access_policy&rdquo;] 存檔後重起 iredapd 服務 &gt; service iredapd restart 再次發送驗證信件,應該就可以了!
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e5-af-86-e7-a2-bc-e8-a4-87-e9-9b-9c-e5-ba-a6-e5-8f-88-e8-a6-81-e5-86-8d-e6-ac-a1-e6-8f-90-e5-8d-87/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e5-af-86-e7-a2-bc-e8-a4-87-e9-9b-9c-e5-ba-a6-e5-8f-88-e8-a6-81-e5-86-8d-e6-ac-a1-e6-8f-90-e5-8d-87/">[雜念] 密碼複雜度又要再次提升 .....</a></h3>
<div class="meta">
<span class="date moment">2016-04-20</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
電腦越來越強,運算能力越來越好,結果就是字典攻擊的速度越來越快了..
本來慣用的密碼之一,八碼/小寫英文加數字 ,居然被破了!
早上開OUTLOOK收到一堆退信心想大事不妙
翻了一下mail server / NOPAM的 LOG
還真的是用我的帳號進來通過認證才發信的..
IP在印尼(雖說查這個也沒啥意義)
&nbsp;
總之先改了密碼這次把長度放大到15碼 大小寫數字符號都有了&hellip;再看看怎麼破&hellip;.
或許之前一直在「設計階段」的動態密碼該真正實施了吧&hellip;
&nbsp;
Update: 最後確認是在NOPAM上我自己新增的帳號被猜到而不是MAIL SERVER上的帳號密碼被猜到..
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-be-8e-e5-8a-87-e7-9c-9f-e5-af-a6-e7-9a-84-e4-ba-ba-e9-a1-9e/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-be-8e-e5-8a-87-e7-9c-9f-e5-af-a6-e7-9a-84-e4-ba-ba-e9-a1-9e/">[美劇] 真實的人類</a></h3>
<div class="meta">
<span class="date moment">2016-04-07</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
[美劇] 真實的人類 一直都很喜歡這種機器人的題材 前陣子在土豆視頻裡亂轉台,看看有沒有什麼美劇好看 就讓我注意到這部「真實的人類」 當然啦,一開始還是女角有吸引到我啦 XD 我說啊,看戲就是要看得心曠神怡啊~ 撇開演技什麼的不談,至少選角要選好啊!
左邊是英國版的Anita ,右邊是瑞典版的&hellip;..
這是片中另一位機器人角色
英國版的 Niska 精緻得像洋娃娃
&nbsp;
瑞典版的&hellip;.嗯&hellip;
雖然以肢體動作來說,瑞典版的演員比較像傳統印象中的機器人
還帶有一點機器「運轉」的味道,化妝上也比較符合刻板機器人的面貌
[caption id=&ldquo;attachment_1639&rdquo; align=&ldquo;alignnone&rdquo; width=&ldquo;669&rdquo;] 感覺就真的很像機器人的演員[/caption]
&nbsp;
不過,既然這幾隻都是被賦予「意識」的機器人,動作上多點人性,我認為也沒有什麼不妥
[caption id=&ldquo;attachment_1640&rdquo; align=&ldquo;alignnone&rdquo; width=&ldquo;1019&rdquo;] 同樣是機器人,英國版的就多了點人性的感覺。牙籤插眼好痛啊&hellip;[/caption]
&nbsp;
劇情的部分,兩部走向差滿多的。我是比較喜歡英國版的啦,畢竟演員選角就贏了&hellip;
&nbsp;
還有個兩部都有提到的劇情就是關於18禁的部分
其實吼,當把機器人完全擬人化,連外型、「外表」都做得這麼像人類
這個18禁的部分就肯定少不了..
如果是我,應該第一天就會開啟來試用了吧 XD
&nbsp;
希望有生之年(?) 能看到這種機器人真的在生活中出現!
&nbsp;
&nbsp;
&nbsp;
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e5-9c-a8-e5-8f-b0-e7-81-a3-e9-80-8f-e9-81-8e-e5-9c-8b-e5-a4-96-e7-9a-84vpn-e6-9c-8d-e5-8b-99-e7-bf-bb-e7-89-86-e9-80-b2-e4-b8-ad-e5-9c-8b-e7-9c-8b-e5-bd-b1-e9-9f-b3-e5-b9-b3/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e5-9c-a8-e5-8f-b0-e7-81-a3-e9-80-8f-e9-81-8e-e5-9c-8b-e5-a4-96-e7-9a-84vpn-e6-9c-8d-e5-8b-99-e7-bf-bb-e7-89-86-e9-80-b2-e4-b8-ad-e5-9c-8b-e7-9c-8b-e5-bd-b1-e9-9f-b3-e5-b9-b3/">[筆記] 在台灣透過國外的 ivacy VPN服務 翻牆進中國看影音平台提供的影劇</a></h3>
<div class="meta">
<span class="date moment">2016-03-31</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
在台灣透過國外的VPN服務 翻牆進中國看影音平台提供的影劇 原本使用某ISP業者的特殊線路(Internet PLUS) 這種線路會配發兩個IP一個是台灣的IP一個是大陸的IP 只要有支援的設備就可以用台灣的IP來搭VPN SERVER然後指定由大陸的IP上網 這樣子就完全不會被大陸的影音平台給封鎖了!
不過呢,好景不常&hellip;.這條線路是附掛在其他產品底下的,主產品最近要退租了, 這個服務當然也就無法繼續使用。 可是家人又已經很依賴這些大陸的影音平台追劇了,所以只好想辦法找其他方法來解決被封鎖的問題。 一般的解法一個是proxy ,一個是 VPN Proxy 比較麻煩一些,因為要動到電視盒的網路設定 VPN 相對簡單一些我可以用分享器去建立VPN ,電視盒再透過這台分享器上網就可以了!
因為本身工作的關係所以我接觸了很多VPS服務一開始也是打算用VPS來建立VPN服務 我找的是 starrydns 這家,算是比較有口碑的 他的VPS服務有一種類型是中國優化線路根據廠商的回覆是不會被影音平台封鎖 一個月 HK 76 ,換算台幣約三百多 我測了大概一個禮拜左右,這家廠商的這個服務真的沒話說,速度快、穩定、客服反應速度也很快 但是算了一下,一個月三百多耶..有點貴。而且流量限定200G感覺少了點.. 於是我先退租了這個服務繼續找其他中國或香港直連的VPS 看了很久很久發現中國的VPS都有一個很詭異的問題 在上面搭的VPN不曉得哪時候會不能用&hellip;.這應該是官方的政策吧 對於這種服務看管得很死雖然廠商都會告訴你自己私人用OK 但是我也真的碰過跑了兩三天之後,服務就再也連不上的情況..(阿里雲、騰迅雲..) 最後我終於放棄用中國的VPS了&hellip;
既然用自己的VPS來搭VPN這條路行不通 於是我改找廠商提供的 VPN服務 條件就是要有中國的伺服器,然後價格要盡量低&hellip;(目標是 5 USD/月) 用 top 5&frasl;10 vpn provider 去google 搜尋 測試過程就不提了,反正前幾名的這幾間都被我打槍 &hellip; 某次在網路上閒晃的時候,意外發現了這間
ivacy vpn 首先吸引我注意的當然是價格 年付只要1.83 USD/month , 而且七天退款保證 ,就是說有七天試用啦! 國外的廠商幾乎都會提供三天五天七天不等的試用(退款保證) 既然如此,那還等啥,趕快申請了啊!
等到帳號開通之後,馬上先用手機連線測試 在官網上可以下載官方的設定檔會自動在iphone上建立vpn
但是呢
千萬不要用! ** 千萬不要用!** ** 千萬不要用!**
<a href="/article/e7-ad-86-e8-a8-98-e5-9c-a8-e5-8f-b0-e7-81-a3-e9-80-8f-e9-81-8e-e5-9c-8b-e5-a4-96-e7-9a-84vpn-e6-9c-8d-e5-8b-99-e7-bf-bb-e7-89-86-e9-80-b2-e4-b8-ad-e5-9c-8b-e7-9c-8b-e5-bd-b1-e9-9f-b3-e5-b9-b3/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e5-b9-b9-e4-bd-a0-e5-aa-bd-e7-9a-84-e5-bb-a2-e6-ad-bb-ef-bc-81/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e5-b9-b9-e4-bd-a0-e5-aa-bd-e7-9a-84-e5-bb-a2-e6-ad-bb-ef-bc-81/">[雜念] 幹你媽的廢死!</a></h3>
<div class="meta">
<span class="date moment">2016-03-29</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
我反廢死,但是我也不認為死刑的存在對於這次內湖的殺童案會有任何「嚇阻」作用
不過我完全無法接受電視上這些支持廢死的人說出來的話。
&nbsp;
死刑不能解決問題?
你他媽的廢死又怎樣能夠預防下一個隨機殺人出現?
根本兩碼子事,就你們這些人硬要出來坦?
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e5-ae-89-e5-8d-9a-e7-9b-92-e5-ad-90-e7-b0-a1-e6-98-93-e4-bd-bf-e7-94-a8-e5-bf-83-e5-be-97/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e5-ae-89-e5-8d-9a-e7-9b-92-e5-ad-90-e7-b0-a1-e6-98-93-e4-bd-bf-e7-94-a8-e5-bf-83-e5-be-97/">[筆記] 台灣安博盒子簡易測試心得</a></h3>
<div class="meta">
<span class="date moment">2016-03-17</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
PCHOME買的昨天到貨測試一個小時左右。
可能等到週六、日的職棒轉播看完結果再來決定要不要退,不過基本上,對這個產品滿失望的就是了。
&nbsp;
1.直播時間有落差,大約十分鐘
2.各類視頻APP 還是跟其他的產品一樣,會碰到連線大陸很慢或者是不給看的問題
3.晚上測試時,有的直播電視頻道會像是鬼打牆一樣,不斷跳針,就算跳出去再進來還是一樣
4.早上(七點多)測試晚上會跳針的頻道就OK..所以看來是廠商頻寬不夠?
5.K歌之王這個APP來源應該也是大陸所以其實撥MV的時候還滿卡的(CHT 雙向100M)
&nbsp;
update
今天回家後想測試看看平常看大陸視頻用的PPTP Server 能不能順利的看電視直播
很可惜的是雖然可以看但是非常卡但是測速又有將近2M的速度我實在無法理解為何會這樣&hellip;
不過既然都連上了順便看看這台的全聚合有沒有啥問題拿來看了兩部美劇都還滿流暢的下載了優酷APP看了一集韓劇也是OK的
就在我測試完這條VPN切回原來的中華電信雙向100線路後發現電視直播不能看了(大概九點多吧)
嘗試了很多方法,每個頻道都一直在轉圈圈,無法正常收看
用LINE問了他們客服回答說主機掛了香港原廠處理中
到十一點多要去睡了還沒恢復所以毅然決然的打包申請退貨去了 XD
&nbsp;
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E5%85%B6%E4%BB%96/page/4/" class="older"><i class="fa fa-angle-double-left"></i> Older posts</a>
<a href="/categories/%E5%85%B6%E4%BB%96/page/2/" class="newer">Newer posts <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
</li>
<li>
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
</li>
<li>
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
</li>
<li>
<a href="/article/syntax-test/">Syntax Test</a>
</li>
<li>
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
</li>
<li>
<a href="/article/study-url/">Study URL</a>
</li>
<li>
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
</li>
<li>
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
</li>
<li>
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
</li>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
</li>
<li>
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
</li>
<li>
<a href="/categories/starting">Starting (5)</a>
</li>
<li>
<a href="/categories/blog">Blog (4)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="languages">
<strong>Other languages</strong>
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
var index = client.initIndex("default-content");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

View File

@@ -0,0 +1,769 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lednerb">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 其他 | My cool new Blog</title>
<meta name="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="其他">
<meta itemprop="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="其他">
<meta property="og:description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/">
<meta property="og:site_name" content="My cool new Blog"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="alternate" type="application/rss+xml" title="My cool new Blog" />
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="feed" type="application/rss+xml" title="My cool new Blog" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">My cool new Blog</a></h3>
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
</div>
<div class="languages">
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e6-b8-ac-e8-a9-a6-nsx-autoposer-plugin-test/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e6-b8-ac-e8-a9-a6-nsx-autoposer-plugin-test/">[測試] NSX AutoPoser Plugin test</a></h3>
<div class="meta">
<span class="date moment">2016-03-08</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
test
[video width=&ldquo;516&rdquo; height=&ldquo;230&rdquo; mp4=&ldquo;http://wp.cowbay.org/wp-content/uploads/2015/12/2015-11-30_09-36-43.mp4&quot;][/video]
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/blog-e5-8f-88-e6-90-ac-e5-ae-b6-e5-95-a6-ef-bc-81/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/blog-e5-8f-88-e6-90-ac-e5-ae-b6-e5-95-a6-ef-bc-81/">[BLOG] 又搬家啦!</a></h3>
<div class="meta">
<span class="date moment">2016-03-08</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
最近DigitalOcean(DO) 新加坡機房的速度越來越慢
只是拿來做跳板上 PTT 而已,就常常頓爹,用得很不爽
剛好在測試vultr 的機器發現日本機房速度滿快的而且也有FreeBSD可以用
就花了點時間從DO轉到vultr來觀察一段時間看看吧..
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-afterlogic-webmail-lite-e5-ae-89-e8-a3-9d-e8-a8-ad-e5-ae-9a/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-afterlogic-webmail-lite-e5-ae-89-e8-a3-9d-e8-a8-ad-e5-ae-9a/">[筆記] AfterLogic Webmail Lite 安裝後設定</a></h3>
<div class="meta">
<span class="date moment">2016-03-04</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
這個要改成 On
才會把丟去mail server 驗證的帳號改成只有 username
如果是 Off ,會丟整串 username@abc.com
&lt;UseLoginWithoutDomain&gt;On&lt;/UseLoginWithoutDomain&gt;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-freebsd-e7-a3-81-e7-a2-9f-e7-ae-a1-e7-90-86-e7-9a-84-e6-8c-87-e4-bb-a4/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-freebsd-e7-a3-81-e7-a2-9f-e7-ae-a1-e7-90-86-e7-9a-84-e6-8c-87-e4-bb-a4/">[筆記] Freebsd 磁碟管理的指令</a></h3>
<div class="meta">
<span class="date moment">2016-03-03</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
sh -c &lsquo;. /usr/share/bsdconfig/device.subr;f_device_menu &ldquo;&rdquo; &ldquo;&rdquo; &ldquo;&rdquo; DISK&rsquo;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e8-a9-ad-e7-95-b0-e7-9a-84-yahoo-e4-bf-a1-e7-ae-b1-ef-bc-86facebook-e5-b8-b3-e8-99-9f/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e8-a9-ad-e7-95-b0-e7-9a-84-yahoo-e4-bf-a1-e7-ae-b1-ef-bc-86facebook-e5-b8-b3-e8-99-9f/">[筆記] 詭異的 Yahoo信箱Facebook帳號</a></h3>
<div class="meta">
<span class="date moment">2015-08-18</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
<h3 id="好吧-這是一件-沒啥飄點-但有點小詭異的事情-來-分享-一下">好吧,這是一件,沒啥飄點,但有點小詭異的事情,來「分享」一下。</h3>
<h3 id="我有個在yahoo用了十幾年的帳號-帳號名稱是我姓名的英文拼音-總共有13碼-這個帳號我一直以來都是用來登入yahoo拍賣買東西-很少會去yahoo的電子郵件檢查信件">我有個在yahoo用了十幾年的帳號帳號名稱是我姓名的英文拼音總共有13碼。這個帳號我一直以來都是用來登入Yahoo拍賣買東西很少會去YAHOO的電子郵件檢查信件。</h3>
<h3 id="剛剛要找個東西-發現google打不開-所以我開了yahoo來搜尋-然後yahoo首頁的右上角就會出現你有幾封信件這樣-想說都好幾年沒登入了-來去看看好了">剛剛要找個東西發現google打不開所以我開了YAHOO來搜尋然後YAHOO首頁的右上角就會出現你有幾封信件這樣想說都好幾年沒登入了來去看看好了。</h3>
<p>&nbsp;</p>
<p></p>
<a href="/article/e7-ad-86-e8-a8-98-e8-a9-ad-e7-95-b0-e7-9a-84-yahoo-e4-bf-a1-e7-ae-b1-ef-bc-86facebook-e5-b8-b3-e8-99-9f/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-amazon-echo-home-automation/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-amazon-echo-home-automation/">[雜念] Amazon Echo - Home Automation</a></h3>
<div class="meta">
<span class="date moment">2015-07-08</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
<p>Amazon Echo 這玩意推出滿久了,雖說只支援英文語音辨識</p>
<p>不過看到國外玩家開始拿來應用在智慧家庭的情境上,滿有趣的</p>
<p>而且很符合我之前做過的夢 (真的是作夢夢到的..)</p>
<p>夢裡面,家裡是由一部叫做 Alice 的電腦控制 (Alice的由來是取自於惡靈古堡)</p>
<p>要執行動作前,先喊一聲 Alice ,然後 Alice 會回應 「What Can I do for you ?」,接著開始下指令</p>
<p></p>
<a href="/article/e9-9b-9c-e5-bf-b5-amazon-echo-home-automation/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e5-a4-a2-e6-83-b3-e5-a4-a7-e5-ae-85-e9-99-a2/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e5-a4-a2-e6-83-b3-e5-a4-a7-e5-ae-85-e9-99-a2/">[夢想] 大宅院</a></h3>
<div class="meta">
<span class="date moment">2015-06-19</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
一塊農地 裡面蓋三間房子
一棟自己住,一棟給爸媽,另一間給妹妹們或者給訪客
空地要有造景山水、要有樹
室內主屋走高科技 都用觸控面板還有聲控控制
可以用聲控下指令控制家電
「Alice ,開啟一樓客廳空調」
「開啟一樓客廳空調,請問溫度要設定幾度?」
&nbsp;
「Alice一樓大門解鎖」
「一樓大門已解鎖」
電視頻道固定某一台播放大門 IPCAM 訊號
「Alice檢查大門影像」 就會把電視切換到大門的鏡頭
&nbsp;
&nbsp;
&nbsp;
每間房間有一張識別卡 卡片放在床頭固定位置可以啟用平板控制房間內的設備
地下室有停車場
房子周圍有護城河
邊上有HD IPCAM
IPCAM 的影像會即時上傳到雲端空間
&nbsp;
其中一間房子的背後有個小房間 所有線路集中在那邊
裡面有溫控的抽風機
頂上也有溫控的排氣設備
備有專用的發電機組
&nbsp;
&nbsp;
院子要有菜園??不要有草皮,但是要有山水造景
要養兩隻大白熊,戶外休息的陰涼處要裝溫控的抽風機或風扇
&nbsp;
訪客停車導引到地下室
要有車道到大門前
&nbsp;
浴室要用下沉式的浴缸,貼黑色片岩質感
&nbsp;
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E5%85%B6%E4%BB%96/page/5/" class="older"><i class="fa fa-angle-double-left"></i> Older posts</a>
<a href="/categories/%E5%85%B6%E4%BB%96/page/3/" class="newer">Newer posts <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
</li>
<li>
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
</li>
<li>
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
</li>
<li>
<a href="/article/syntax-test/">Syntax Test</a>
</li>
<li>
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
</li>
<li>
<a href="/article/study-url/">Study URL</a>
</li>
<li>
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
</li>
<li>
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
</li>
<li>
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
</li>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
</li>
<li>
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
</li>
<li>
<a href="/categories/starting">Starting (5)</a>
</li>
<li>
<a href="/categories/blog">Blog (4)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="languages">
<strong>Other languages</strong>
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
var index = client.initIndex("default-content");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

View File

@@ -0,0 +1,780 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lednerb">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 其他 | My cool new Blog</title>
<meta name="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="其他">
<meta itemprop="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="其他">
<meta property="og:description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/">
<meta property="og:site_name" content="My cool new Blog"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="alternate" type="application/rss+xml" title="My cool new Blog" />
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="feed" type="application/rss+xml" title="My cool new Blog" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">My cool new Blog</a></h3>
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
</div>
<div class="languages">
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e9-a6-99-e6-b8-afhkserver-vps-e7-9a-84-e9-80-9f-e5-ba-a6-e9-82-84-e6-8c-ba-e4-b8-8d-e9-8c-af-e7-9a-84-e5-90-b6/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e9-a6-99-e6-b8-afhkserver-vps-e7-9a-84-e9-80-9f-e5-ba-a6-e9-82-84-e6-8c-ba-e4-b8-8d-e9-8c-af-e7-9a-84-e5-90-b6/">[雜念] 香港HKServer VPS 的速度還挺不錯的吶</a></h3>
<div class="meta">
<span class="date moment">2015-06-15</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
<p>因為想要翻牆進大陸看影片 ( 大陸網民:老子搞半天要翻牆出去,你居然想進來!?)</p>
<p>一直不斷的在測試亞洲的一些VPS</p>
<p>Linode / DigitalOcean /Amazon EC2/Google Cloud Computing</p>
<p>基本上就是註冊帳號、申請機器、架設PPTP or Softether VPN</p>
<p>但是沒有一個空間在晚上能夠很順暢的播放大部分的影片&hellip;</p>
<p></p>
<a href="/article/e9-9b-9c-e5-bf-b5-e9-a6-99-e6-b8-afhkserver-vps-e7-9a-84-e9-80-9f-e5-ba-a6-e9-82-84-e6-8c-ba-e4-b8-8d-e9-8c-af-e7-9a-84-e5-90-b6/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e6-89-8b-e6-a9-9f-android-e4-b8-8a-e7-9a-84-e6-89-8b-e6-a9-9f-e9-98-b2-e7-9b-9c-e8-bb-9f-e9-ab-94-cerberus/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e6-89-8b-e6-a9-9f-android-e4-b8-8a-e7-9a-84-e6-89-8b-e6-a9-9f-e9-98-b2-e7-9b-9c-e8-bb-9f-e9-ab-94-cerberus/">[手機] Android 上的手機防盜軟體 Cerberus</a></h3>
<div class="meta">
<span class="date moment">2015-05-15</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
<p>今天早上解鎖手機的時候輸入錯誤,本來也沒想到啥</p>
<p>結果手機就收到 Cerberus 發出的兩封郵件</p>
<p></p>
<a href="/article/e6-89-8b-e6-a9-9f-android-e4-b8-8a-e7-9a-84-e6-89-8b-e6-a9-9f-e9-98-b2-e7-9b-9c-e8-bb-9f-e9-ab-94-cerberus/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e5-be-ae-e8-bb-9f-e7-9a-84office-365-e5-b8-b3-e5-96-ae-e9-80-9a-e7-9f-a5-e4-bf-a1-e4-bb-b6-ef-bc-8c-e4-b9-9f-e5-b0-88-e6-a5-ad-e4-b8-80-e9-bb-9e-e5-a5-bd-e5-94-84-ef-bc-81/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e5-be-ae-e8-bb-9f-e7-9a-84office-365-e5-b8-b3-e5-96-ae-e9-80-9a-e7-9f-a5-e4-bf-a1-e4-bb-b6-ef-bc-8c-e4-b9-9f-e5-b0-88-e6-a5-ad-e4-b8-80-e9-bb-9e-e5-a5-bd-e5-94-84-ef-bc-81/">[雜念]微軟的Office 365 帳單通知信件,也專業一點好唄!</a></h3>
<div class="meta">
<span class="date moment">2015-04-13</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
不囉唆,直接看圖!
第一個紅色方框內的連結錯誤,不能連!
第二個紅色方框內則是版面錯誤都看到source code了
你微軟耶!專業一點好嗎?
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e7-94-a8-3d-e5-8d-b0-e8-a1-a8-e6-a9-9f-e5-8d-b0-e5-87-ba3d-e5-8d-b0-e8-a1-a8-e6-a9-9f-e9-9b-b6-e4-bb-b6-ef-bc-9f-ef-bc-9f/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e7-94-a8-3d-e5-8d-b0-e8-a1-a8-e6-a9-9f-e5-8d-b0-e5-87-ba3d-e5-8d-b0-e8-a1-a8-e6-a9-9f-e9-9b-b6-e4-bb-b6-ef-bc-9f-ef-bc-9f/">[雜念] 用 3D印表機印出3D印表機零件</a></h3>
<div class="meta">
<span class="date moment">2015-04-10</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
剛剛不小心晃到某個網頁在介紹3D印表機
看著看著突然想到有沒有可能那一天可以用3D印表機去列印出3D印表機
有點像是用機器人去生產機器人的概念?
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e5-80-8b-e4-ba-ba-e5-ae-b6-e5-ba-ad-e8-b3-87-e6-96-99-e5-82-99-e4-bb-bd-e5-88-b0-e7-99-be-e5-ba-a6-e9-9b-b2-e7-ab-af-e7-a9-ba-e9-96-93/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e5-80-8b-e4-ba-ba-e5-ae-b6-e5-ba-ad-e8-b3-87-e6-96-99-e5-82-99-e4-bb-bd-e5-88-b0-e7-99-be-e5-ba-a6-e9-9b-b2-e7-ab-af-e7-a9-ba-e9-96-93/">個人/家庭 資料備份到百度雲端空間</a></h3>
<div class="meta">
<span class="date moment">2015-04-09</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
<p>1.前言</p>
<p>2.雲端空間介紹</p>
<p>3.申請雲端空間(以百度雲為例)</p>
<p>4.下載、安裝雲端同步軟體</p>
<p>5.設置雲端同步軟體,自動上傳特定路徑內的檔案到雲端空間</p>
<p>6.與備份軟體的結合,達成檔案壓縮加密後自動上傳</p>
<p><del>7.資料分級、保密</del></p>
<p>feathers : Sync to remote and delete local</p>
<p>&nbsp;</p>
<p></p>
<a href="/article/e5-80-8b-e4-ba-ba-e5-ae-b6-e5-ba-ad-e8-b3-87-e6-96-99-e5-82-99-e4-bb-bd-e5-88-b0-e7-99-be-e5-ba-a6-e9-9b-b2-e7-ab-af-e7-a9-ba-e9-96-93/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%99%BE%E5%BA%A6%E9%9B%B2">百度雲</a>
<a href="/tags/%E8%B3%87%E6%96%99%E5%82%99%E4%BB%BD">資料備份</a>
<a href="/tags/%E9%9B%B2%E7%AB%AF">雲端</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e3-80-8c-e5-85-a8-e8-b1-a1-e4-b8-bb-e5-a0-b4-e3-80-8d-e7-9a-84-e4-b8-80-e4-ba-9b-e5-bf-83-e5-be-97/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e3-80-8c-e5-85-a8-e8-b1-a1-e4-b8-bb-e5-a0-b4-e3-80-8d-e7-9a-84-e4-b8-80-e4-ba-9b-e5-bf-83-e5-be-97/">[雜念] 「全象主場」的一些心得</a></h3>
<div class="meta">
<span class="date moment">2014-10-22</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
很久沒進場了,剛好幾個老同學突然間熱血了起來,又搶到了幾張票,所以大家揪一揪,進場看球啦!底下是針對這場「全象主場」的一些心得
1.人員進場管制 我算是滿早到二樓入口排隊的,撇開前面慢慢解壓縮的排隊人群不提,其實是還滿有秩序的。 但是現場不斷有耳語,說什麼只有排右邊入口的才能去排福袋,然後左邊的人群就發出抗議。 或者是有外野票的球迷來說因為不能到內野,外野又沒有販賣區,所以他們想要先買(想也知道不可能) 群眾是盲目的,一群熱血的群眾更是可怕,如果球團能在這邊設置個NPC來回答問題,應該可以改善這些狀況,讓大家在排隊的時候更心安,不會受到未經證實的耳語干擾心情!
2.主場應援設備 昨天我坐在三壘側內野11區前方就是一對大喇叭後來可能怕太大聲所以撤走一個音量我想應該是足夠的。 可是在聲音的品質上,實在是有夠慘。而且似乎只有啦啦隊的聲音才會這樣,場地的麥克風測試和現場的廣播、球員的主題曲這都是OK的。 但是常在播放對面啦啦隊呼口號的聲音時破音,讓人很受不了。 賽前有聽到工作人員說這邊的喇叭似乎是臨時加設的,施工品質有待加強!
3.全象主場? 前面說過我坐在三壘這邊在右外野部分有一整塊是Lamigo的位置然後12區最前面一排有四五個小女生是的球迷加上這場比賽我們打得很悶 所以其實整場大部分時間都在聽小女生尖叫(!?)和右外野LAMIGO的加油聲音。 其實還滿有感觸的,一個是這幾個小女生真勇敢,深入敵營還這麼用力加油! 另一個是LAMIGO有針對每個球員設計不同的口號,在現場聽了兩三次之後,我幾乎都會背了 &hellip;. 可是我們呢除了恰恰有專屬的加油歌曲之外其他球員就是安打安打全壘打、兄弟加油、玩了25年就是這些口號久久沒進場也不會有隔閡完全無縫接軌。 LAMIGO似乎有職業的應援團成員(我不確定,有錯請指正),兄弟好像永遠就是固定的幾位義務性質的加油團(還看到好久不見的大帥,還是一樣&hellip;.「真性情」..) 是不是因為這樣的關係,所以只能靠著球迷的熱情為球員加油,而沒有一套完整的應援方式。像是歌曲、口號、肢體動作、敲加油棒的節奏等等,應該可以有很多變化組合啊! 希望這部分能夠有更好的改變!
另外,個人認為全象主場不是把客隊球迷趕到外野去當作沒看到就好。 三壘區雖然有PS在帶動可是少了應援團就是很沒雖然可以聽到一壘那邊的聲音可是前面有提過喇叭的品質很糟糕根本就是一種干擾 如果三壘這邊也可以有應援團過來帶動配合PS我相信三壘這邊的氣氛一定可以更HIGH !而且可以針對少數客場球迷的口號作反制, 既然都喊出全象主場,居然還讓客場的球迷那麼HIGH,我覺得這點我不太能接受。 應該可以想出一些不攻擊球員,但是又能夠反制對方的方式吧!?
P.S 現場看P.S真的很「賞心悅目」尤其是大家都超有節奏感的個人的動作和音樂搭配得很好尤其是從我的角度看過去一壘雖然都是看到背影但還是可以感受到整個超「動感」的 果然不枉費我專程進場看 P.S ! 尤其是芷盈開朗純真的笑容,讓這場悶爆了的比賽總算有一些亮點! 所以後來我幾乎都在P.S的區域出沒反而很少在自己的座位上 XD
4.球員的表現 這部分就不多說了&hellip;&hellip; 我覺得有個地方很值得討論的是有一局(應該是二局上,失三分那局吧),有個球傳一壘失誤,許基宏追到球之後,很明顯已經來不及再傳二壘了。 但是他還是硬往二壘丟,然後也丟歪了,雖然沒有讓對方再進壘,但是這個動作完全沒有必要啊! 再來就是勝拔失誤後,我有默默念了一下不會失分魔咒再現吧,結果事實證明,數據真的有參考價值&hellip;&hellip;&hellip;&hellip;&hellip;&hellip;..
最後,身為一個很少進場的資深兄弟球迷(我們昨天還在開玩笑,我們開始看職棒的時候,可能現場很多人還沒出生&hellip;) 球賽的勝負其實已經看得很淡了 &lt;&mdash;-硬要騙自己這樣 XD 相對的,更在意的是球賽的內容和場外的PS 今天進場感受到P.S的熱力之後我想以後應該會增加我進場的次數吧 希望之後可以有勇氣幫芷盈拍照!每次在觀景窗看到芷盈的目光掃過這邊,就算明知不是在看我這裡,也還是好害羞啊 &gt;//////&lt; 也希望球團、球員、還有球迷朋友們,大家可以努力打造更好更舒適的看球環境!
也許會傷心,會低落、會感到憤怒和難過,但是象魂永遠不滅!
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-cjscope-e7-9a-84-e9-a9-85-e5-8b-95-e7-a8-8b-e5-bc-8f-e4-b8-8b-e8-bc-89-e5-92-8c-e5-91-bd-e5-90-8d-e6-96-b9-e5-bc-8f/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-cjscope-e7-9a-84-e9-a9-85-e5-8b-95-e7-a8-8b-e5-bc-8f-e4-b8-8b-e8-bc-89-e5-92-8c-e5-91-bd-e5-90-8d-e6-96-b9-e5-bc-8f/">[雜念] CJSCOPE 的驅動程式下載和命名方式 </a></h3>
<div class="meta">
<span class="date moment">2014-06-11</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
剛剛在閒晃看看能不能撿到便宜的筆電
在Y拍上看到一台 CJSCOPE JS-153CR 滿符合我的需求的
想說上CJSCOPE官網找找是不是可以支援Win7 發現CJSCOPE的驅動下載是用FTP的方式
而且依照型號分清楚其他廠商像是acer/asus/ibm/dell ,都還要自己去選硬體,然後一個一個點進去下載
CJSCOPE提供的FTP下載實在是太方便了
而且我連進FTP之後發現他驅動程式的命名在檔名前面會加上順序 00 01 02 03 這樣
直接看圖
巧的是,其實在下我也一直都用這種方式在整理公司內的筆電的驅動程式
一樣,直接看圖..IBM R50e都多久以前的機種了就知道我用這方法多久了..
&nbsp;
這樣可以算是「英雄所見略同」嗎 XDDD
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E5%85%B6%E4%BB%96/page/6/" class="older"><i class="fa fa-angle-double-left"></i> Older posts</a>
<a href="/categories/%E5%85%B6%E4%BB%96/page/4/" class="newer">Newer posts <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
</li>
<li>
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
</li>
<li>
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
</li>
<li>
<a href="/article/syntax-test/">Syntax Test</a>
</li>
<li>
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
</li>
<li>
<a href="/article/study-url/">Study URL</a>
</li>
<li>
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
</li>
<li>
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
</li>
<li>
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
</li>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
</li>
<li>
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
</li>
<li>
<a href="/categories/starting">Starting (5)</a>
</li>
<li>
<a href="/categories/blog">Blog (4)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="languages">
<strong>Other languages</strong>
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
var index = client.initIndex("default-content");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

View File

@@ -0,0 +1,730 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lednerb">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 其他 | My cool new Blog</title>
<meta name="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="其他">
<meta itemprop="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="其他">
<meta property="og:description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/">
<meta property="og:site_name" content="My cool new Blog"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="alternate" type="application/rss+xml" title="My cool new Blog" />
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="feed" type="application/rss+xml" title="My cool new Blog" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">My cool new Blog</a></h3>
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
</div>
<div class="languages">
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-ad-86-e8-a8-98-e5-81-bd-e8-a3-9d-e6-88-90-apple-e4-be-86-e7-9a-84-e8-a9-90-e9-a8-99-e4-bf-a1-e4-bb-b6/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-ad-86-e8-a8-98-e5-81-bd-e8-a3-9d-e6-88-90-apple-e4-be-86-e7-9a-84-e8-a9-90-e9-a8-99-e4-bf-a1-e4-bb-b6/">[筆記] 偽裝成 APPLE 來的詐騙信件</a></h3>
<div class="meta">
<span class="date moment">2014-03-05</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
實在是很差的手法 點了連結之後多注意URL就沒事了
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e5-85-b6-e4-bb-96-e5-81-87-e5-86-92-apple-e7-9a-84-e8-a9-90-e9-a8-99-e4-bf-a1-e4-bb-b6/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e5-85-b6-e4-bb-96-e5-81-87-e5-86-92-apple-e7-9a-84-e8-a9-90-e9-a8-99-e4-bf-a1-e4-bb-b6/">[其他] 假冒 Apple 的詐騙信件</a></h3>
<div class="meta">
<span class="date moment">2013-10-07</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
今天早上收到的而且還真的是我的apple ID的信箱
是真的APPLE被駭了還是手機的APP有問題
&nbsp; Dear Apple Customer, To g! et back into your apple account, you&rsquo;ll need to confirm your account . It&rsquo;s easy: Click the button below to open a secure browser window. Confirm that you&rsquo;re the owner of the account and then follow the instructions.
<a href="/article/e5-85-b6-e4-bb-96-e5-81-87-e5-86-92-apple-e7-9a-84-e8-a9-90-e9-a8-99-e4-bf-a1-e4-bb-b6/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e5-ae-87-e7-9e-bb-apacer-e7-9a-84-e5-ae-a2-e6-9c-8d-e7-b6-ad-e4-bf-ae-e6-9c-8d-e5-8b-99-e7-9c-9f-e6-98-af-e5-a5-bd-ef-bc-81/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e5-ae-87-e7-9e-bb-apacer-e7-9a-84-e5-ae-a2-e6-9c-8d-e7-b6-ad-e4-bf-ae-e6-9c-8d-e5-8b-99-e7-9c-9f-e6-98-af-e5-a5-bd-ef-bc-81/">宇瞻 Apacer 的客服/維修服務真是好!</a></h3>
<div class="meta">
<span class="date moment">2013-10-01</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
剛剛電腦上的例行備份工作跳出警告,顯示無法寫入目標磁區, 開檔案總管一看,代號還在,但是無法進入,顯示無法讀取。 嘗試格式化,也發生錯誤,無法格式化,想說終保(應該吧) 花個掛號費去換一張回來好了。 所以我從NB內建的SD卡槽直接把SD卡抽出來 然後這張卡就在我抽出來的同時解體了!!&hellip;.WTF ! 這張卡從買來就一直插在NB上印象中沒有抽拔過幾次。 沒想到這次拔出來要送修就整張解體 = = 等等還是硬著頭皮送看看好了&hellip;.. 解體圖&hellip;http://www.flickr.com/photos/chang0206/9930290464/ Dear Customer, Please be informed that below RMA goods were packed on 2013/9/30 and will be sent to you shortly. 親愛的客戶您好: 您的RMA貨物已於 2013/9/30 備貨完畢,將於近日寄送給您.
Apacer RMA Shipping Report Summary
RMA NO: XXXXXXXXXXXXXXXXXXX Customer: User 寄送 Shipping Date: 2013/9/30 &nbsp; Item
<a href="/article/e5-ae-87-e7-9e-bb-apacer-e7-9a-84-e5-ae-a2-e6-9c-8d-e7-b6-ad-e4-bf-ae-e6-9c-8d-e5-8b-99-e7-9c-9f-e6-98-af-e5-a5-bd-ef-bc-81/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e4-be-9d-e7-a8-80-e5-ae-89-e9-9d-9c-e8-81-bd-e5-ae-8c-e9-80-99-e4-b8-80-e9-a6-96/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e4-be-9d-e7-a8-80-e5-ae-89-e9-9d-9c-e8-81-bd-e5-ae-8c-e9-80-99-e4-b8-80-e9-a6-96/">依稀-安靜聽完這一首</a></h3>
<div class="meta">
<span class="date moment">2013-07-29</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
他说过就算分手 也要做朋友 他笑的时候光芒都将我刺透 回想那甜蜜的温馨的每一刻 流着泪也要你快乐 祝福的话 我要怎么备注 把想他的话 一句句变音符 收拾好情绪 避免 渐渐麻木 忘记他已经 有了归属 要看开一点 微笑却没余地 没有他在 学不会收拾那情绪 是他不懂珍惜 还是我太任性 时间会将 这一切治愈 可我还是不习惯 没有他的温柔 拿着相片情不自禁发呆 我想我还爱 他说过就算分手 也要做朋友 他笑的时候 光芒都将我刺透 回想那甜蜜的 温馨的每一刻 流着泪 也要你快乐 他说过他会爱我 一直到永久 他说了太多 分手要给我自由 既然无法承受 也别再多找借口 就安静 听完这一首 要看开一点 微笑却没余地 没有他在 学不会收拾那情绪 是他不懂珍惜 还是我太任性 时间会将 这一切治愈 可我还是不习惯 没有他的温柔 拿着相片情不自禁发呆 我想我还爱 他说过就算分手 也要做朋友 他笑的时候 光芒都将我刺透 回想那甜蜜的 温馨的每一刻 流着泪 也要你快乐 他说过他会爱我 一直到永久 他说了太多 分手要给我自由 既然无法承受 也别再多找借口 就安静 听完这一首 他说过就算分手 也要做朋友 他笑的时候 光芒都将我刺透 回想那甜蜜的 温馨的每一刻 流着泪 也要你快乐 他说过他会爱我 一直到永久 他说了太多 分手要给我自由 既然无法承受 也别再多找借口 就安静 听完这一首
<a href="/article/e4-be-9d-e7-a8-80-e5-ae-89-e9-9d-9c-e8-81-bd-e5-ae-8c-e9-80-99-e4-b8-80-e9-a6-96/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e5-8a-89-e5-be-b7-e8-8f-af-e7-b7-b4-e7-bf-92/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e5-8a-89-e5-be-b7-e8-8f-af-e7-b7-b4-e7-bf-92/">劉德華 - 練習</a></h3>
<div class="meta">
<span class="date moment">2013-07-21</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
如果留下多一秒鐘可以減少明天想你的痛
我會願意放下所有交換任何一絲絲可能的佔有 幸福只剩一杯沙漏 眼睜睜看著一幕幕甜蜜不會再有 原本平凡無奇的擁有 到現在竟像是無助的奢求
我已開始練習 開始慢慢著急著急這世界沒有你 已經和眼淚說好不哭泣 但倒數計時的愛該怎麼繼續 我天天練習 天天都會熟悉 在沒有你的城市裡試著刪除每個兩人世界裡 那些曾經共同擁有的一切美好和回憶
愛是一萬公頃的森林迷了路的卻是我和你 不是說好一起闖出去怎能剩我一人回去&hellip;回去
http://www.youtube.com/watch?v=BUgwXRhVla4
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e5-91-a8-e6-9d-b0-e5-80-abjay-e7-94-b0-e9-a6-a5-e7-94-84hebe-e7-ad-94-e6-87-89-e4-b8-8d-e6-84-9b-e4-bd-a0/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e5-91-a8-e6-9d-b0-e5-80-abjay-e7-94-b0-e9-a6-a5-e7-94-84hebe-e7-ad-94-e6-87-89-e4-b8-8d-e6-84-9b-e4-bd-a0/">周杰倫Jay &amp; 田馥甄Hebe - 答應不愛你</a></h3>
<div class="meta">
<span class="date moment">2013-07-12</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
幽,妳能瞭解嗎?
明明愛很清晰 卻又接受分離 我只剩思念的權利 難過還來不及 愛早已融入呼吸 不存在的存在心底
雖然很努力 練習著忘記 我的心卻還沒答應可以放棄了你 真的對不起 答應了你不再愛你 我卻還沒答應我自己
明明愛很清晰 卻要接受分離 我只剩思念的權利 難過還來不及 就讓愛融入空氣 不存在的存在心底
說好要忘記 偏偏又想起 原來我的心還沒有答應放棄了你 真的對不起 雖然曾經答應了你 我卻還沒答應我自己 卻又如何真的不愛你
http://www.youtube.com/watch?v=dDqHcW4Q7oo
&nbsp;
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e9-9b-9c-e5-bf-b5-e7-be-a4-e6-9a-89-e7-a7-91-e6-8a-80-synology-e7-9a-84support-e5-ae-a2-e6-9c-8d-e4-ba-ba-e5-93-a1-e8-ab-8b-e4-b8-8d-e8-a6-81-e5-86-8d-e7-8a-af-e4-b8-80-e6-a8-a3-e7-9a-84/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e9-9b-9c-e5-bf-b5-e7-be-a4-e6-9a-89-e7-a7-91-e6-8a-80-synology-e7-9a-84support-e5-ae-a2-e6-9c-8d-e4-ba-ba-e5-93-a1-e8-ab-8b-e4-b8-8d-e8-a6-81-e5-86-8d-e7-8a-af-e4-b8-80-e6-a8-a3-e7-9a-84/">[雜念] 群暉科技 synology 的Support 客服人員 請不要再犯一樣的錯誤了,好嗎?</a></h3>
<div class="meta">
<span class="date moment">2013-05-06</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
update: 群暉客服來信表示希望拿掉信件中的客戶聯絡EMAIL、電話、機器序號等資訊。所以就拿掉了..
大概是去年五月份左右吧,某一天我突然收到群暉的技術支援發的信件。
內容如下 &gt; Fwd: Synology Online Support #124653: [DS1010+ DSM 3.2-1955] [sameera] &gt; &gt; &gt; Synology Technical Support &lt;support@synology.com&gt; &gt; &gt; &gt; Hi Eric, &gt; &gt; &gt; Sorry to trouble &gt; &gt; Support need your expertise for this inquiry: &gt; &gt; &gt; [Environment] &gt; &gt; &gt; Win2000/Win7 &gt; &gt; Multiple Sessions(iSCSI) &gt; &gt; &gt; [Symptom] &gt; &gt; &gt; A customer who uses multiple sessions from initiators to connect the same iSCSI target at the same time.
<a href="/article/e9-9b-9c-e5-bf-b5-e7-be-a4-e6-9a-89-e7-a7-91-e6-8a-80-synology-e7-9a-84support-e5-ae-a2-e6-9c-8d-e4-ba-ba-e5-93-a1-e8-ab-8b-e4-b8-8d-e8-a6-81-e5-86-8d-e7-8a-af-e4-b8-80-e6-a8-a3-e7-9a-84/" class="more">Continue reading</a>
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E5%85%B6%E4%BB%96/page/7/" class="older"><i class="fa fa-angle-double-left"></i> Older posts</a>
<a href="/categories/%E5%85%B6%E4%BB%96/page/5/" class="newer">Newer posts <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
</li>
<li>
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
</li>
<li>
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
</li>
<li>
<a href="/article/syntax-test/">Syntax Test</a>
</li>
<li>
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
</li>
<li>
<a href="/article/study-url/">Study URL</a>
</li>
<li>
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
</li>
<li>
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
</li>
<li>
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
</li>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
</li>
<li>
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
</li>
<li>
<a href="/categories/starting">Starting (5)</a>
</li>
<li>
<a href="/categories/blog">Blog (4)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="languages">
<strong>Other languages</strong>
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
var index = client.initIndex("default-content");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

View File

@@ -0,0 +1,548 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lednerb">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 其他 | My cool new Blog</title>
<meta name="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="其他">
<meta itemprop="description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="其他">
<meta property="og:description" content="其他 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/">
<meta property="og:site_name" content="My cool new Blog"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="alternate" type="application/rss+xml" title="My cool new Blog" />
<link href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml" rel="feed" type="application/rss+xml" title="My cool new Blog" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">My cool new Blog</a></h3>
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
</div>
<div class="languages">
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/ptt-e8-a8-8e-e8-ab-96-e5-8f-b0-e7-81-a3-e5-a5-b3-e6-98-9f-e7-82-ba-e4-bb-80-e9-ba-bc-e9-83-bd-e4-b8-8d-e5-96-9c-e6-ad-a1-e9-9c-b2-e9-bb-9e-ef-bc-9f/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/ptt-e8-a8-8e-e8-ab-96-e5-8f-b0-e7-81-a3-e5-a5-b3-e6-98-9f-e7-82-ba-e4-bb-80-e9-ba-bc-e9-83-bd-e4-b8-8d-e5-96-9c-e6-ad-a1-e9-9c-b2-e9-bb-9e-ef-bc-9f/">[PTT][討論] 台灣女星為什麼都不喜歡露點?</a></h3>
<div class="meta">
<span class="date moment">2013-04-10</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
電影版-[討論] 台灣女星為什麼都不喜歡露點? 其中一則推文如下! &gt; dqdq:不露才有機會進豪門,露點的最多進藍寶堅尼車門 超中肯!
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e5-bd-b1-e7-89-87sony-e4-bd-9c-e7-9a-84nex-e5-bb-a3-e5-91-8a-ef-bc-8c-e7-8b-a0-e7-8b-a0-e9-85-b8-e4-ba-86-e7-8f-be-e5-9c-a8-e5-be-88-e5-a4-9a-e6-8b-bfdslr-e7-9a-84-e3-80-8c-e5-b0-88-e6-a5-ad/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e5-bd-b1-e7-89-87sony-e4-bd-9c-e7-9a-84nex-e5-bb-a3-e5-91-8a-ef-bc-8c-e7-8b-a0-e7-8b-a0-e9-85-b8-e4-ba-86-e7-8f-be-e5-9c-a8-e5-be-88-e5-a4-9a-e6-8b-bfdslr-e7-9a-84-e3-80-8c-e5-b0-88-e6-a5-ad/">[影片]SONY作的NEX廣告狠狠酸了現在很多拿DSLR的「專業」攝影師</a></h3>
<div class="meta">
<span class="date moment">2013-04-02</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
http://www.youtube.com/watch?v=gW9alBidf3w
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/e7-a2-8e-e7-a2-8e-e5-bf-b5-e5-9d-90-e5-9c-a8-e5-a0-b1-e9-a6-ac-e4-bb-94-e9-99-84-e8-bf-91-e5-af-a6-e5-9c-a8-e6-98-af-e5-be-88-e9-9b-96-e5-b0-8f-e7-9a-84-e4-b8-80-e4-bb-b6-e4-ba-8b/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/e7-a2-8e-e7-a2-8e-e5-bf-b5-e5-9d-90-e5-9c-a8-e5-a0-b1-e9-a6-ac-e4-bb-94-e9-99-84-e8-bf-91-e5-af-a6-e5-9c-a8-e6-98-af-e5-be-88-e9-9b-96-e5-b0-8f-e7-9a-84-e4-b8-80-e4-bb-b6-e4-ba-8b/">[碎碎念] 坐在報馬仔附近實在是很雖小的一件事</a></h3>
<div class="meta">
<span class="date moment">2013-03-18</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
虧兩句業助小妹妹就被念
對公司政策抱怨兩句馬上被約談
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/article/luna-e5-be-88-e4-b9-85-2009-e4-bb-a5-e5-89-8d-e7-8e-a9luna-e9-87-a3-e9-ad-9a-e6-b4-bb-e5-8b-95-e6-8a-bd-e5-88-b0-e9-bb-83-e9-87-91999/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="content">
<h3><a href="/article/luna-e5-be-88-e4-b9-85-2009-e4-bb-a5-e5-89-8d-e7-8e-a9luna-e9-87-a3-e9-ad-9a-e6-b4-bb-e5-8b-95-e6-8a-bd-e5-88-b0-e9-bb-83-e9-87-91999/">[LUNA]很久 (2009) 以前玩LUNA釣魚活動抽到黃金999 ..</a></h3>
<div class="meta">
<span class="date moment">2013-03-12</span>
<span class="categories">
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
</span>
</div>
不過是用別人的身份證字號去建立的角色,所以不能領(翻桌!
&nbsp;
</div>
<div class="footer no-tags">
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E5%85%B6%E4%BB%96/page/6/" class="newer">Newer posts <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
</li>
<li>
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
</li>
<li>
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
</li>
<li>
<a href="/article/syntax-test/">Syntax Test</a>
</li>
<li>
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
</li>
<li>
<a href="/article/study-url/">Study URL</a>
</li>
<li>
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
</li>
<li>
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
</li>
<li>
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
</li>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
</li>
<li>
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
</li>
<li>
<a href="/categories/starting">Starting (5)</a>
</li>
<li>
<a href="/categories/blog">Blog (4)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="languages">
<strong>Other languages</strong>
<a href="/en" class="active">en</a>
<a href="/de">de</a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E5%85%B6%E4%BB%96/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
var index = client.initIndex("default-content");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>