-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
121 lines (86 loc) · 4.79 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Starnux.net - Home of Code</title>
<link>http://www.starnux.net/</link>
<description>Recent content on Starnux.net - Home of Code</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 16 Dec 2016 09:25:40 +0100</lastBuildDate>
<atom:link href="http://www.starnux.net/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>New Server !</title>
<link>http://www.starnux.net/post/server/</link>
<pubDate>Fri, 16 Dec 2016 09:25:40 +0100</pubDate>
<guid>http://www.starnux.net/post/server/</guid>
<description><p>New server running Starnux.net services !</p>
<p>Switching from a VIA Nano processor U2250 with 150GiB plat disk to a
brand new dual-core Intel&reg; Atom&trade; CPU C2350 with 1GiB SSD !</p>
</description>
</item>
<item>
<title>IP Address discovery service</title>
<link>http://www.starnux.net/post/ip/</link>
<pubDate>Tue, 01 Mar 2016 09:49:01 +0100</pubDate>
<guid>http://www.starnux.net/post/ip/</guid>
<description><p>Starnux.net offer a very simple service :</p>
<p><a href="http://ip.starnux.net">http://ip.starnux.net</a></p>
<p>That prints the current IP address you are using :</p>
<pre><code>Votre adresse IP est 91.64.244.31
Vous accedez a ce serveur en IPv4
JSON output : here
</code></pre>
<p>You can also get a JSON output at :</p>
<p><a href="http://ip.starnux.net/json.php">http://ip.starnux.net/json.php</a></p>
<pre><code>{ &quot;ip&quot;: &quot;91.64.244.31&quot;, &quot;protocol&quot;: &quot;IPv4&quot; }
</code></pre>
<p>And even force the IPv6 address at :</p>
<p><a href="http://ip6.starnux.net">http://ip6.starnux.net</a></p>
<p>and get :</p>
<pre><code>Votre adresse IP est 2001:41d1:b:5390::
Vous accedez a ce serveur en IPv6
JSON output : here
</code></pre>
<p>Same for JSON :</p>
<p><a href="http://ip6.starnux.net/json.php">http://ip6.starnux.net/json.php</a></p>
<pre><code>{ &quot;ip&quot;: &quot;2001:41d1:b:5390::&quot;, &quot;protocol&quot;: &quot;IPv6&quot; }
</code></pre>
<p>And you can automate it from the terminal by running :</p>
<pre><code>$ wget -q http://ip6.starnux.net/json.php -O - | json_pp
{
&quot;protocol&quot; : &quot;IPv6&quot;,
&quot;ip&quot; : &quot;2001:42d0:b:5291::&quot;
}
</code></pre>
<p>And interpret the JSON in python, ruby, go, &hellip; whatever !</p>
</description>
</item>
<item>
<title>GIT, GIT, … GIT !</title>
<link>http://www.starnux.net/post/git/</link>
<pubDate>Mon, 29 Feb 2016 15:42:11 +0100</pubDate>
<guid>http://www.starnux.net/post/git/</guid>
<description><p>Git access has been put back !</p>
<p>=&gt; <a href="http://git.starnux.net">http://git.starnux.net</a> with school code and projects !</p>
<p>Access is with the http protocol : git clone <a href="http://git.starnux.net/cgit/theproject">http://git.starnux.net/cgit/theproject</a></p>
</description>
</item>
<item>
<title>New frontend website !</title>
<link>http://www.starnux.net/post/first/</link>
<pubDate>Mon, 29 Feb 2016 15:42:09 +0100</pubDate>
<guid>http://www.starnux.net/post/first/</guid>
<description><p>Hugo (<a href="https://gohugo.io">https://gohugo.io</a>) with GitHub pages is handling Starnux.net blog !!</p>
</description>
</item>
<item>
<title>About Starnux.net</title>
<link>http://www.starnux.net/about/</link>
<pubDate>Fri, 02 Mar 2007 15:29:55 +0100</pubDate>
<guid>http://www.starnux.net/about/</guid>
<description><p>Starnux.net is a simple fun &amp; development portal run by <a href="http://github.com/superna9999">superna9999</a>.</p>
<p>All content published is Open-Source, if not specified, as <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a> licence for source code and <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.fr">CC BY-SA</a> for other contents.</p>
</description>
</item>
</channel>
</rss>