-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
110 lines (59 loc) · 5.76 KB
/
feed.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
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>{ z3nth10n }</title>
<description>
Blog and website of z3nth10n, blogging mainly for tech.
</description>
<link>http://z3nth10n.net</link>
<atom:link href="http://z3nth10n.net/en/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Named Thread & Thread Marked class implementation for Unity3D</title>
<description><p>These are two scripts that I use to name the Threads, so when I run a <a href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.threadpool.queueuserworkitem?view=netframework-4.7.2"><code class="highlighter-rouge">ThreadPool.QueueUserWorkItem</code></a> (for example) I can know the name of the Queue.</p>
</description>
<pubDate>Sat, 06 Apr 2019 15:00:00 +0000</pubDate>
<link>http://z3nth10n.net/en/2019/04/06/named-thread-thread-unity3d-impl.html</link>
<guid isPermaLink="true">http://z3nth10n.net/en/2019/04/06/named-thread-thread-unity3d-impl.html</guid>
</item>
<item>
<title>Implementación de las clases Named Thread y Thread Marked para Unity3D</title>
<description><p>Estos dos scripts los uso para darle un nombre a los Threads, así cuando ejecuto un <a href="https://docs.microsoft.com/es-es/dotnet/api/system.threading.threadpool.queueuserworkitem?view=netframework-4.7.2"><code class="highlighter-rouge">ThreadPool.QueueUserWorkItem</code></a> (por ejemplo) puedo saber el nombre de la Queue.</p>
</description>
<pubDate>Sat, 06 Apr 2019 15:00:00 +0000</pubDate>
<link>http://z3nth10n.net/en/2019/04/06/named-thread-thread-unity3d-impl.html</link>
<guid isPermaLink="true">http://z3nth10n.net/en/2019/04/06/named-thread-thread-unity3d-impl.html</guid>
</item>
<item>
<title>How to configure VSFTPD on Linux</title>
<description><p>All the tutorials that I have read at the moment about <strong>how to install vsftpd</strong> start at the same place, <strong>warning that the FTP protocol is insecure because it is not encrypted</strong>. This is true, but it is also true that if you want to set up a local FTP server for your own use, using vsftpd is the fastest and easiest solution. For this reason I decided to write this <strong>tutorial on how to install vsftpd on Linux Ubuntu and configure it correctly step by step</strong>.</p>
</description>
<pubDate>Fri, 05 Apr 2019 15:00:00 +0000</pubDate>
<link>http://z3nth10n.net/en/2019/04/05/how-to-configure-vsftpd.html</link>
<guid isPermaLink="true">http://z3nth10n.net/en/2019/04/05/how-to-configure-vsftpd.html</guid>
</item>
<item>
<title>BatchedCoroutines class implementation for Unity3D</title>
<description><h2 id="batchedcoroutines-iterar-coroutinas-one-by-one">BatchedCoroutines: Iterar coroutinas one by one</h2>
</description>
<pubDate>Fri, 05 Apr 2019 15:00:00 +0000</pubDate>
<link>http://z3nth10n.net/en/2019/04/05/batched-coroutines-unity3d-impl.html</link>
<guid isPermaLink="true">http://z3nth10n.net/en/2019/04/05/batched-coroutines-unity3d-impl.html</guid>
</item>
<item>
<title>How to install Windows 10 in Proxmox with VirtIO drivers</title>
<description><p>A (hopefully) fool-proof guide on how to install a Windows 10 installation on Proxmox VE. The right way.</p>
</description>
<pubDate>Thu, 04 Apr 2019 15:00:00 +0000</pubDate>
<link>http://z3nth10n.net/en/2019/04/04/how-to-install-w10-in-promox-with-virtio-drivers.html</link>
<guid isPermaLink="true">http://z3nth10n.net/en/2019/04/04/how-to-install-w10-in-promox-with-virtio-drivers.html</guid>
</item>
<item>
<title>ConcurrentQueuedCoroutines class implementation for Unity3D</title>
<description><h2 id="concurrentqueuedcoroutines-thread-safe-implementation-of-concurrentqueues-within-coroutinas">ConcurrentQueuedCoroutines: Thread-Safe Implementation of ConcurrentQueues within Coroutinas</h2>
</description>
<pubDate>Thu, 04 Apr 2019 15:00:00 +0000</pubDate>
<link>http://z3nth10n.net/en/2019/04/04/concurrent-queued-coroutines-unity3d-impl.html</link>
<guid isPermaLink="true">http://z3nth10n.net/en/2019/04/04/concurrent-queued-coroutines-unity3d-impl.html</guid>
</item>
</channel>
</rss>