-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
143 lines (112 loc) · 8.07 KB
/
index.xml
File metadata and controls
143 lines (112 loc) · 8.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Steckerhalter's ƛ</title>
<link>http://steckerhalter.tk/</link>
<description>Recent content on Steckerhalter's ƛ</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 14 Mar 2018 00:00:00 +0000</lastBuildDate>
<atom:link href="http://steckerhalter.tk/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>You are a person, not a product</title>
<link>http://steckerhalter.tk/post/you-are-a-person-not-a-product/</link>
<pubDate>Wed, 14 Mar 2018 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/you-are-a-person-not-a-product/</guid>
<description><p>In this post I&rsquo;m explaining why I&rsquo;m going to close down my Twitter account in favor of the <a href="https://joinmastodon.org/">Mastodon</a> social network.</p></description>
</item>
<item>
<title>The best terminal font</title>
<link>http://steckerhalter.tk/post/the-best-terminal-font/</link>
<pubDate>Wed, 27 Dec 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/the-best-terminal-font/</guid>
<description><p>I have long tried to find the best-looking font to be used with the terminal or my favorite editor <a href="https://www.gnu.org/s/emacs/">Emacs</a>, but none of all the options look as good to me as the traditional <a href="https://en.wikipedia.org/wiki/Fixed_(typeface)"><strong>misc fixed</strong></a> font from the <a href="https://www.x.org/">X.org</a> server.</p></description>
</item>
<item>
<title>Syncthing for the win</title>
<link>http://steckerhalter.tk/post/syncthing-for-the-win/</link>
<pubDate>Wed, 06 Dec 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/syncthing-for-the-win/</guid>
<description><p>For a long time I had my own server running <a href="https://nextcloud.com/">Nextcloud</a> to sync my files to other computers and mobile devices. It was working quite well. But what if you don&rsquo;t have your own server? What if you don&rsquo;t <strong>want</strong> to use a server?</p></description>
</item>
<item>
<title>Email is not a todo list</title>
<link>http://steckerhalter.tk/post/email-is-not-a-todo-list/</link>
<pubDate>Sun, 12 Feb 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/email-is-not-a-todo-list/</guid>
<description><p>Let&rsquo;s see if I can make your life a bit easier today. I want to address email and how you deal with your email. And how it is more of a nuisance for you than it should be.</p></description>
</item>
<item>
<title>Gnome Desktop UX Review</title>
<link>http://steckerhalter.tk/post/gnome-desktop-ux-review/</link>
<pubDate>Sun, 05 Feb 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/gnome-desktop-ux-review/</guid>
<description><p>I have been working with Debian GNU/Linux (yes, GNU to acknowledge what Richard Stallman has done and is still doing to free us from proprietary software) as my desktop (or laptop) OS for many years now and I&rsquo;m very happy with it.</p></description>
</item>
<item>
<title>Edititing files with Emacs via ssh and sudo</title>
<link>http://steckerhalter.tk/post/editing-files-via-ssh-as-another-user-with-emacs/</link>
<pubDate>Sun, 15 Jan 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/editing-files-via-ssh-as-another-user-with-emacs/</guid>
<description><p>Emacs has pretty impressive remote file editing capabilites through <code>tramp.el</code> (Transparent Remote Access, Multiple Protocol) &ndash; especially via ssh. It is even possible to use git on a remote server through Emacs.</p></description>
</item>
<item>
<title>Shell commands with GNU sed</title>
<link>http://steckerhalter.tk/post/shell-commands-with-gnu-sed/</link>
<pubDate>Sat, 14 Jan 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/shell-commands-with-gnu-sed/</guid>
<description><p><code>sed</code> is useful to replace some text on the fly. But how about processing text on the fly with shell commands instead of just replacing it with fixed content? </p></description>
</item>
<item>
<title>ssh Agent Forwarding</title>
<link>http://steckerhalter.tk/post/ssh-agent-forwarding/</link>
<pubDate>Sat, 07 Jan 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/ssh-agent-forwarding/</guid>
<description><p>Quite often it is necessary to ssh via an intermediate host if the destination host is not directly accessible through ssh. Usually people do this:</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-shell" data-lang="shell">ssh user@host1
ssh host2
# you<span style="color:#960050;background-color:#1e0010">&#39;</span>ll have to enter your password</code></pre></div>
<p></p></description>
</item>
<item>
<title>Google Fu</title>
<link>http://steckerhalter.tk/post/google-fu/</link>
<pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/google-fu/</guid>
<description><p>In years of googling have learned a few things. Most importantly:</p>
<blockquote>
<p>Most people don&rsquo;t know how to google efficiently</p>
</blockquote>
<p>And this makes all the difference today, whether you are trying to learn, fix a problem, find a new job, flat or car. Good googling helps you in your job, it helps you with your hobby, your research, your studies - in short: everywhere.
</p></description>
</item>
<item>
<title>Finding unicode symbols on the shell</title>
<link>http://steckerhalter.tk/post/finding-unicode-symbols-on-the-shell/</link>
<pubDate>Sat, 31 Dec 2016 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/finding-unicode-symbols-on-the-shell/</guid>
<description><p>Sometimes I want to know if there is a unicode symbol for a certain topic. There is a convenient tool on the command line that allows to do exactly that. For example to find something regarding <strong>computer</strong>:</p>
<pre><code>$ unicode computer
U+1F4BB PERSONAL COMPUTER
UTF-8: f0 9f 92 bb UTF-16BE: d83ddcbb Decimal: &amp;#128187; Octal: \0372273
💻
Category: So (Symbol, Other)
Bidi: ON (Other Neutrals)
U+1F5A5 DESKTOP COMPUTER
UTF-8: f0 9f 96 a5 UTF-16BE: d83ddda5 Decimal: &amp;#128421; Octal: \0372645
🖥
</code></pre></description>
</item>
<item>
<title>Download and unzip in one command</title>
<link>http://steckerhalter.tk/post/download-and-unzip-in-one-command/</link>
<pubDate>Fri, 30 Dec 2016 00:00:00 +0000</pubDate>
<guid>http://steckerhalter.tk/post/download-and-unzip-in-one-command/</guid>
<description><p>With <code>tar</code> it is possible to do something like this:</p>
<pre><code>wget -O- http://example.com/my.tar.gz | tar xvz
</code></pre>
<p>This downloads and extracts the archive in one go which is of course faster than having to first download and then extract the contents. I have been annoyed that this didn&rsquo;t seem possible with <code>zip</code> files. But today I found a &ldquo;trick&rdquo; for exactly that:
</p></description>
</item>
</channel>
</rss>