Added links for vimtok and rvl

This commit is contained in:
Claudio Maggioni 2019-12-31 10:51:45 +01:00
parent 4a25160c9a
commit d38fab3a22
14 changed files with 291 additions and 339 deletions

View File

@ -0,0 +1 @@
I"{"source"=>"/Users/claudio/Git/maggioni.xyz", "destination"=>"/Users/claudio/Git/maggioni.xyz/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "slides"=>{}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>true, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>"1..6", "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "title"=>"maggioni.xyz", "email"=>"claudio@maggioni.xyz", "description"=>"Eat polenta and do not counter-aim!\n", "url"=>"https://maggioni.xyz", "github_username"=>"praticamentetilde", "serving"=>false}:ET

View File

@ -16,4 +16,10 @@
<li class="navbar-item">
<a href="https://www.theshell.ch">The Shell</a>
</li>
<li class="navbar-item">
<a href="https://www.vimtok.com">VimTok</a>
</li>
<li class="navbar-item">
<a href="https://rvl.maggioni.xyz">RVL</a>
</li>

View File

@ -89,6 +89,12 @@
<li class="navbar-item">
<a href="https://www.theshell.ch">The Shell</a>
</li>
<li class="navbar-item">
<a href="https://www.vimtok.com">VimTok</a>
</li>
<li class="navbar-item">
<a href="https://rvl.maggioni.xyz">RVL</a>
</li>
</ul>

7
_site/LICENSE.md Normal file
View File

@ -0,0 +1,7 @@
Copyright 2018 Claudio Maggioni
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

11
_site/README.md Normal file
View File

@ -0,0 +1,11 @@
<!--- vim: set et sw=2 ts=2 tw=80 : -->
# maggioni.xyz
Jekyll source of website https://maggioni.xyz.
## Licensing
Content of articles is licensed under
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). HTML code is
licensed under the MIT license.

View File

@ -89,6 +89,12 @@
<li class="navbar-item">
<a href="https://www.theshell.ch">The Shell</a>
</li>
<li class="navbar-item">
<a href="https://www.vimtok.com">VimTok</a>
</li>
<li class="navbar-item">
<a href="https://rvl.maggioni.xyz">RVL</a>
</li>
</ul>

View File

@ -1,390 +1,259 @@
/* Reset some basic elements */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
margin: 0;
padding: 0; }
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }
/* Basic styling */
body {
font-weight: 200;
font-size: 18px;
line-height: 1.5;
font-family: "Hammersmith One", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #888;
background-color: #090909; }
body { font-weight: 200; font-size: 18px; line-height: 1.5; font-family: "Hammersmith One", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #888; background-color: #090909; }
/* Images */
img {
max-width: 100%;
vertical-align: middle; }
img { max-width: 100%; vertical-align: middle; }
/* Lists */
ul, ol {
margin-left: 30px; }
ul, ol { margin-left: 30px; }
/* Disable margin for lists */
li > ul, li > ol {
margin-bottom: 0; }
li > ul, li > ol { margin-bottom: 0; }
/* Headings */
h1, h2, h3, h4, h5, h6 {
font-weight: 200; }
h1, h2, h3, h4, h5, h6 { font-weight: 200; }
/* Links */
a {
color: #e82;
text-decoration: none; }
a:visited {
color: #b6620e; }
a:hover {
color: #888;
text-decoration: underline; }
a { color: #e82; text-decoration: none; }
/**
* Blockquotes
*/
blockquote {
color: #828282;
border-left: 4px solid #e8e8e8;
font-size: 18px;
letter-spacing: -1px;
font-style: italic;
margin: 1rem 0;
padding: 1em; }
blockquote > :last-child {
margin-bottom: 0; }
a:visited { color: #b6620e; }
a:hover { color: #888; text-decoration: underline; }
/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; font-size: 18px; letter-spacing: -1px; font-style: italic; margin: 1rem 0; padding: 1em; }
blockquote > :last-child { margin-bottom: 0; }
/* do not put padding around the table with line numbers and the code */
code table {
margin: -8px -12px; }
code table { margin: -8px -12px; }
pre table.rouge-table td {
padding: 0; }
pre table.rouge-table td { padding: 0; }
pre {
padding: 8px 12px;
overflow-x: auto; }
pre > code {
border: 0;
padding-right: 0;
padding-left: 0; }
pre { padding: 8px 12px; overflow-x: auto; }
/* pull a nice monospace font from the internets, plus set font and
* background */
pre, code {
font-size: 0.95rem;
background: #424242;
font-family: "Source Code Pro", monospace; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }
/* Disable borders between line numbers and code when
* line numbers are shown */
code .rouge-table, code .rouge-table td {
border: 0;
border-radius: 0; }
/* pull a nice monospace font from the internets, plus set font and background */
pre, code { font-size: 0.95rem; background: #424242; font-family: "Source Code Pro", monospace; }
code .rouge-table {
border-spacing: 0;
border-collapse: collapse; }
/* Disable borders between line numbers and code when line numbers are shown */
code .rouge-table, code .rouge-table td { border: 0; border-radius: 0; }
/**
* Basic layout rules
*/
code .rouge-table { border-spacing: 0; border-collapse: collapse; }
/** Basic layout rules */
/* Padding for the main content in the page */
.container {
padding: 0 4em;
max-width: 1000px;
margin: auto; }
.container { padding: 0 4em; max-width: 1000px; margin: auto; }
/* Header sizes */
h1 {
font-size: 3rem;
margin-bottom: 1rem; }
h1 { font-size: 3rem; margin-bottom: 1rem; }
h2 {
font-size: 2.75rem; }
h2 { font-size: 2.75rem; }
h3 {
font-size: 2.4rem; }
h3 { font-size: 2.4rem; }
h4 {
font-size: 1.8rem; }
h4 { font-size: 1.8rem; }
h5 {
font-size: 1rem; }
h5 { font-size: 1rem; }
h6 {
font-size: 0.8rem; }
h6 { font-size: 0.8rem; }
/**
* General style for the content inside main
*/
/** General style for the content inside main */
/* separate article metadata to the article itself with some space */
article .post-header {
margin-bottom: 3rem; }
article .post-header { margin-bottom: 3rem; }
/* put some space at the end of each article and at the end of each section */
main article, main section {
margin-bottom: 2rem; }
main article, main section { margin-bottom: 2rem; }
/* justify text */
p {
text-align: justify; }
p { text-align: justify; }
/* put a space between paragraphs and images */
p, figure {
margin-top: 1.2rem; }
p, figure { margin-top: 1.2rem; }
/* the first paragraph has no space at the top (since that is provided
* by either main or h? */
p:first-child {
margin-top: 0; }
/* the first paragraph has no space at the top (since that is provided by either main or h? */
p:first-child { margin-top: 0; }
/* make strongly emphasized elements REALLY STRONG */
strong {
background: #aa2222; }
strong { background: #aa2222; }
body {
background-color: #333;
font-family: 'Hammersmith One', sans-serif;
color: white;
display: flex;
min-height: 100vh;
flex-direction: column; }
body { background-color: #333; font-family: 'Hammersmith One', sans-serif; color: white; display: flex; min-height: 100vh; flex-direction: column; }
main {
flex: 1 0 auto; }
main { flex: 1 0 auto; }
.navbar-list .navbar-item {
text-transform: uppercase;
font-weight: 400;
display: inline-block;
margin: 1em; }
.navbar-list .navbar-item { text-transform: uppercase; font-weight: 400; display: inline-block; margin: 1em; }
ul.navbar-list {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-bottom: 2rem; }
ul.navbar-list { border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 2rem; }
.header {
padding: 4rem 0 .5rem 0;
text-align: center; }
.header { padding: 4rem 0 .5rem 0; text-align: center; }
.head {
margin-bottom: 2.66rem; }
.head { margin-bottom: 2.66rem; }
@media (min-width: 700px) {
.header {
padding-top: 6rem; }
@media (min-width: 700px) { .header { padding-top: 6rem; }
.head { margin-bottom: 4rem; } }
.head {
margin-bottom: 4rem; } }
@media (max-width: 700px) {
.navbar-list .navbar-item {
width: calc(100% - 2em); } }
.navbar-item a {
color: #e82; }
@media (max-width: 700px) { .navbar-list .navbar-item { width: calc(100% - 2em); } }
ul.post-list, ul.navbar-list {
list-style-type: none;
margin-left: 0;
margin-right: 0; }
.navbar-item a { color: #e82; }
ul.post-list li {
padding-top: 2rem; }
ul.post-list, ul.navbar-list { list-style-type: none; margin-left: 0; margin-right: 0; }
ul.post-list li:first-child {
padding-top: 0; }
ul.post-list li { padding-top: 2rem; }
.header, footer {
background-color: rgba(0, 0, 0, 0.25); }
ul.post-list li:first-child { padding-top: 0; }
footer {
padding-top: 1rem; }
.header, footer { background-color: rgba(0, 0, 0, 0.25); }
footer .author {
text-align: center;
text-transform: uppercase; }
footer { padding-top: 1rem; }
.container {
padding-top: 1rem;
padding-bottom: 1rem; }
footer .author { text-align: center; text-transform: uppercase; }
.icons {
text-align: center; }
.container { padding-top: 1rem; padding-bottom: 1rem; }
a.icon {
display: inline-table;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 1.75em;
width: 3.5em;
height: 3.5em;
text-align: center;
line-height: 3.5em;
margin: .5em;
color: white;
cursor: pointer; }
.icons { text-align: center; }
a.icon { display: inline-table; background-color: rgba(255, 255, 255, 0.5); border-radius: 1.75em; width: 3.5em; height: 3.5em; text-align: center; line-height: 3.5em; margin: .5em; color: white; cursor: pointer; }
/* Disable underlining in icon links inside the footer */
a.icon:link, a.icon:hover, a.icon:visited, a.icon:active {
text-decoration: none; }
a.icon:link, a.icon:hover, a.icon:visited, a.icon:active { text-decoration: none; }
/* Light up footer icon links when hovering */
a.icon:hover {
background-color: #bbbbbb; }
a.icon:hover { background-color: #bbbbbb; }
a.icon i.fa {
font-size: 2em;
display: table-cell;
vertical-align: middle; }
a.icon i.fa { font-size: 2em; display: table-cell; vertical-align: middle; }
/* Utility class for centering block elements */
.block-center {
display: block;
margin: auto; }
.block-center { display: block; margin: auto; }
/**
* Syntax highlighting styles
*/
.highlight {
background: #fff; }
.highlighter-rouge .highlight {
background: #eef; }
.highlight td.code > pre {
background: #424242; }
.highlight pre.lineno {
background: #212121;
text-align: right; }
.highlight .c {
color: #aaa;
font-style: italic; }
.highlight .err {
color: #a61717;
background-color: #e3d2d2; }
.highlight .k {
font-weight: bold; }
.highlight .o {
font-weight: bold; }
.highlight .cm {
color: #998;
font-style: italic; }
.highlight .cp {
color: #999;
font-weight: bold; }
.highlight .c1 {
color: #998;
font-style: italic; }
.highlight .cs {
color: #999;
font-weight: bold;
font-style: italic; }
.highlight .gd {
color: #000;
background-color: #fdd; }
.highlight .gd .x {
color: #000;
background-color: #faa; }
.highlight .ge {
font-style: italic; }
.highlight .gr {
color: #a00; }
.highlight .gh {
color: #999; }
.highlight .gi {
color: #000;
background-color: #dfd; }
.highlight .gi .x {
color: #000;
background-color: #afa; }
.highlight .go {
color: #888; }
.highlight .gp {
color: #555; }
.highlight .gs {
font-weight: bold; }
.highlight .gu {
color: #aaa; }
.highlight .gt {
color: #a00; }
.highlight .kc {
font-weight: bold; }
.highlight .kd {
font-weight: bold; }
.highlight .kp {
font-weight: bold; }
.highlight .kr {
font-weight: bold; }
.highlight .kt {
color: #458;
font-weight: bold; }
.highlight .m {
color: #099; }
.highlight .s {
color: #d14; }
.highlight .na {
color: #008080; }
.highlight .nb {
color: #00a6d3; }
.highlight .nc {
color: #458;
font-weight: bold; }
.highlight .no {
color: #008080; }
.highlight .ni {
color: #800080; }
.highlight .ne {
color: #900;
font-weight: bold; }
.highlight .nf {
color: #900;
font-weight: bold; }
.highlight .nn {
color: #555; }
.highlight .nt {
color: #0000d0; }
.highlight .nv {
color: #00d0d0; }
.highlight .ow {
font-weight: bold; }
.highlight .w {
color: #bbb; }
.highlight .mf {
color: #099; }
.highlight .mh {
color: #099; }
.highlight .mi {
color: #099; }
.highlight .mo {
color: #099; }
.highlight .sb {
color: #f54; }
.highlight .sc {
color: #f54; }
.highlight .sd {
color: #f54; }
.highlight .s2 {
color: #f54; }
.highlight .se {
color: #f54; }
.highlight .sh {
color: #f54; }
.highlight .si {
color: #f54; }
.highlight .sx {
color: #f54; }
.highlight .sr {
color: #009926; }
.highlight .s1 {
color: #f54; }
.highlight .ss {
color: #990073; }
.highlight .bp {
color: #999; }
.highlight .vc {
color: #008080; }
.highlight .vg {
color: #008080; }
.highlight .vi {
color: #008080; }
.highlight .il {
color: #099; }
/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #eef; }
.highlight td.code > pre { background: #424242; }
.highlight pre.lineno { background: #212121; text-align: right; }
.highlight .c { color: #aaa; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #00a6d3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #0000d0; }
.highlight .nv { color: #00d0d0; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #f54; }
.highlight .sc { color: #f54; }
.highlight .sd { color: #f54; }
.highlight .s2 { color: #f54; }
.highlight .se { color: #f54; }
.highlight .sh { color: #f54; }
.highlight .si { color: #f54; }
.highlight .sx { color: #f54; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #f54; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
/*# sourceMappingURL=main.css.map */

18
_site/css/main.css.map Normal file

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
</description>
<link>https://maggioni.xyz/</link>
<atom:link href="https://maggioni.xyz/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Thu, 01 Aug 2019 14:38:35 +0000</pubDate>
<lastBuildDate>Thu, 01 Aug 2019 14:38:35 +0000</lastBuildDate>
<generator>Jekyll v3.8.5</generator>
<pubDate>Tue, 31 Dec 2019 10:53:27 +0100</pubDate>
<lastBuildDate>Tue, 31 Dec 2019 10:53:27 +0100</lastBuildDate>
<generator>Jekyll v4.0.0</generator>
<item>
<title>How to rickroll people that try to run &quot;rm -rf&quot; on your system</title>
@ -129,7 +129,7 @@ done&lt;/span&gt;
&lt;code&gt;/bin/rm&lt;/code&gt; and move the original one in some other place, getting rid of all the aliases. I prefer the solution above because it's tidier: you haven't to move anything. In fact, this could be just an AUR package...
&lt;/p&gt;
</description>
<pubDate>Thu, 28 Jul 2016 14:00:00 +0000</pubDate>
<pubDate>Thu, 28 Jul 2016 16:00:00 +0200</pubDate>
<link>https://maggioni.xyz/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html</link>
<guid isPermaLink="true">https://maggioni.xyz/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html</guid>
@ -231,7 +231,7 @@ done&lt;/span&gt;
entertaining!
&lt;/p&gt;
</description>
<pubDate>Tue, 12 Jul 2016 11:00:00 +0000</pubDate>
<pubDate>Tue, 12 Jul 2016 13:00:00 +0200</pubDate>
<link>https://maggioni.xyz/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html</link>
<guid isPermaLink="true">https://maggioni.xyz/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html</guid>
@ -288,7 +288,8 @@ I've recently got a Rapoo E6100. This is a minimal and space saving Bluetooth 3.
&lt;span class=&quot;nv&quot;&gt;ExecStart&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;-/usr/bin/hcitool cc &lt;span class=&quot;k&quot;&gt;${&lt;/span&gt;&lt;span class=&quot;nv&quot;&gt;BTKBDMAC&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;o&quot;&gt;[&lt;/span&gt;Install]
&lt;span class=&quot;nv&quot;&gt;WantedBy&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;multi-user.target&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;span class=&quot;nv&quot;&gt;WantedBy&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;multi-user.target
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;
@ -315,7 +316,8 @@ Line 13 enables the Bluetooth dongle, and line 16 connects it to the keyboard we
&lt;span class=&quot;nv&quot;&gt;ExecStart&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;/bin/hcitool cc 00:11:22:33:44:55
&lt;span class=&quot;o&quot;&gt;[&lt;/span&gt;Install]
&lt;span class=&quot;nv&quot;&gt;WantedBy&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;bluetooth.target&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;span class=&quot;nv&quot;&gt;WantedBy&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;bluetooth.target
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;
@ -326,7 +328,7 @@ This incredibly worked. I think the problem was that &lt;code&gt;multi-user.targ
Last thing: I discovered that my Bluetooth dongle is CSR 8510 A10 based so expect some ramblings about &lt;a href=&quot;http://www.0xf8.org/2014/02/the-crux-of-finding-a-hid-proxy-capable-usb-bluetooth-adapter/&quot;&gt;hid proxy&lt;/a&gt;.
&lt;/p&gt;
</description>
<pubDate>Thu, 07 Jul 2016 12:49:18 +0000</pubDate>
<pubDate>Thu, 07 Jul 2016 14:49:18 +0200</pubDate>
<link>https://maggioni.xyz/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html</link>
<guid isPermaLink="true">https://maggioni.xyz/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html</guid>

View File

@ -89,6 +89,12 @@
<li class="navbar-item">
<a href="https://www.theshell.ch">The Shell</a>
</li>
<li class="navbar-item">
<a href="https://www.vimtok.com">VimTok</a>
</li>
<li class="navbar-item">
<a href="https://rvl.maggioni.xyz">RVL</a>
</li>
</ul>
@ -127,7 +133,7 @@
a private <em>Nextcloud</em> instance;</li>
<li><a href="https://download.maggioni.xyz">Download area</a>, a generic download
area for the stuff that i want to put in.</li>
<li><a href="https://arrowcounter.maggioni.xyz">Arrowcounter</a>, a simple online
<li><a href="https://arrowcounter.maggioni.xyz">Arrowcounter</a>, a simple online
arrow counter;</li>
<li><a href="https://theshell.ch">theshell.ch</a>, where <cite>you can learn a lot
of stuff about the shell</cite>.</li>

View File

@ -88,6 +88,12 @@
<li class="navbar-item">
<a href="https://www.theshell.ch">The Shell</a>
</li>
<li class="navbar-item">
<a href="https://www.vimtok.com">VimTok</a>
</li>
<li class="navbar-item">
<a href="https://rvl.maggioni.xyz">RVL</a>
</li>
</ul>
@ -100,7 +106,7 @@
<header class="post-header">
<h2 class="post-title" itemprop="name headline">Get a Bluetooth keyboard work with Arch Linux</h2>
<h4 class="post-meta"><time datetime="2016-07-07T12:49:18+00:00" itemprop="datePublished">Jul 7, 2016</time></h4>
<h4 class="post-meta"><time datetime="2016-07-07T14:49:18+02:00" itemprop="datePublished">Jul 7, 2016</time></h4>
</header>
<div class="post-content" itemprop="articleBody">
@ -150,7 +156,8 @@ I've recently got a Rapoo E6100. This is a minimal and space saving Bluetooth 3.
<span class="nv">ExecStart</span><span class="o">=</span>-/usr/bin/hcitool cc <span class="k">${</span><span class="nv">BTKBDMAC</span><span class="k">}</span>
<span class="o">[</span>Install]
<span class="nv">WantedBy</span><span class="o">=</span>multi-user.target</pre></td></tr></tbody></table></code></pre></figure>
<span class="nv">WantedBy</span><span class="o">=</span>multi-user.target
</pre></td></tr></tbody></table></code></pre></figure>
</p>
<p>
@ -177,7 +184,8 @@ Line 13 enables the Bluetooth dongle, and line 16 connects it to the keyboard we
<span class="nv">ExecStart</span><span class="o">=</span>/bin/hcitool cc 00:11:22:33:44:55
<span class="o">[</span>Install]
<span class="nv">WantedBy</span><span class="o">=</span>bluetooth.target</pre></td></tr></tbody></table></code></pre></figure>
<span class="nv">WantedBy</span><span class="o">=</span>bluetooth.target
</pre></td></tr></tbody></table></code></pre></figure>
</p>
<p>

View File

@ -88,6 +88,12 @@
<li class="navbar-item">
<a href="https://www.theshell.ch">The Shell</a>
</li>
<li class="navbar-item">
<a href="https://www.vimtok.com">VimTok</a>
</li>
<li class="navbar-item">
<a href="https://rvl.maggioni.xyz">RVL</a>
</li>
</ul>
@ -100,7 +106,7 @@
<header class="post-header">
<h2 class="post-title" itemprop="name headline">Installing Gentoo on a Lenovo ThinkPad X60s</h2>
<h4 class="post-meta"><time datetime="2016-07-12T11:00:00+00:00" itemprop="datePublished">Jul 12, 2016</time></h4>
<h4 class="post-meta"><time datetime="2016-07-12T13:00:00+02:00" itemprop="datePublished">Jul 12, 2016</time></h4>
</header>
<div class="post-content" itemprop="articleBody">

View File

@ -88,6 +88,12 @@
<li class="navbar-item">
<a href="https://www.theshell.ch">The Shell</a>
</li>
<li class="navbar-item">
<a href="https://www.vimtok.com">VimTok</a>
</li>
<li class="navbar-item">
<a href="https://rvl.maggioni.xyz">RVL</a>
</li>
</ul>
@ -100,7 +106,7 @@
<header class="post-header">
<h2 class="post-title" itemprop="name headline">How to rickroll people that try to run "rm -rf" on your system</h2>
<h4 class="post-meta"><time datetime="2016-07-28T14:00:00+00:00" itemprop="datePublished">Jul 28, 2016</time></h4>
<h4 class="post-meta"><time datetime="2016-07-28T16:00:00+02:00" itemprop="datePublished">Jul 28, 2016</time></h4>
</header>
<div class="post-content" itemprop="articleBody">

View File

@ -32,7 +32,7 @@ layout: main
a private <em>Nextcloud</em> instance;</li>
<li><a href="https://download.maggioni.xyz">Download area</a>, a generic download
area for the stuff that i want to put in.</li>
<li><a href="https://arrowcounter.maggioni.xyz">Arrowcounter</a>, a simple online
<li><a href="https://arrowcounter.maggioni.xyz">Arrowcounter</a>, a simple online
arrow counter;</li>
<li><a href="https://theshell.ch">theshell.ch</a>, where <cite>you can learn a lot
of stuff about the shell</cite>.</li>