Updating site via make at 2024-02-28T09:30:38+02:00
This commit is contained in:
parent
9668d1b832
commit
78e59a0e9a
|
@ -4,14 +4,14 @@
|
||||||
<title>siina.monster</title>
|
<title>siina.monster</title>
|
||||||
<link>https://siina.monster/</link>
|
<link>https://siina.monster/</link>
|
||||||
<description>thoughts and notes and stuff</description>
|
<description>thoughts and notes and stuff</description>
|
||||||
<pubDate>ke, 28 helmi 2024 07:19:37 GMT</pubDate>
|
<pubDate>ke, 28 helmi 2024 07:30:38 GMT</pubDate>
|
||||||
<lastBuildDate>ke, 28 helmi 2024 07:19:37 GMT</lastBuildDate>
|
<lastBuildDate>ke, 28 helmi 2024 07:30:38 GMT</lastBuildDate>
|
||||||
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
|
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
|
||||||
<generator>noter</generator>
|
<generator>noter</generator>
|
||||||
<item>
|
<item>
|
||||||
<title>2024-02-28</title>
|
<title>2024-02-28</title>
|
||||||
<link>#2024-02-28</link>
|
<link>#2024-02-28</link>
|
||||||
<description>To get faster steam downloads in linux:</description>
|
<description><p>To get faster steam downloads in linux:<br></description>
|
||||||
<pubDate>ke, 28 helmi 2024 00:00:00 GMT</pubDate>
|
<pubDate>ke, 28 helmi 2024 00:00:00 GMT</pubDate>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<!-- those who seek, shall see - but thy shall be prepared... -->
|
<!-- those who seek, shall see - but thy shall be prepared... -->
|
||||||
<link rel='icon' type='image/png' href=''>
|
<link rel='icon' type='image/png' href=''>
|
||||||
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
|
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
|
||||||
<meta name='last-generated' content='2024-02-28 09:19:37' />
|
<meta name='last-generated' content='2024-02-28 09:30:38' />
|
||||||
<style>
|
<style>
|
||||||
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||||
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||||
|
@ -108,18 +108,20 @@ td {
|
||||||
<a name='2024-02-28'></a>
|
<a name='2024-02-28'></a>
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
<h4><a href='#2024-02-28'>helmikuu 28, 2024</a></h4>
|
<h4><a href='#2024-02-28'>helmikuu 28, 2024</a></h4>
|
||||||
To get faster steam downloads in linux:
|
<p>To get faster steam downloads in linux:<br>
|
||||||
|
<br>
|
||||||
create <code>~/.steam/steam/steam_dev.cfg</code> and add:
|
create <code>~/.steam/steam/steam_dev.cfg</code> and add:
|
||||||
<pre>
|
<pre>
|
||||||
@nClientDownloadEnableHTTP2PlatformLinux 0
|
@nClientDownloadEnableHTTP2PlatformLinux 0
|
||||||
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
||||||
</pre>
|
</pre></p>
|
||||||
|
|
||||||
restart steam, start a download, and you should notice a better download rate.
|
<p>restart steam, start a download, and you should notice a better download
|
||||||
|
rate.</p>
|
||||||
|
|
||||||
for me it went from capping at 100mbps to now going 500+mbps like it
|
<p>for me it went from capping at 100mbps to now going 500+mbps like it
|
||||||
should.</br>
|
should.</p>
|
||||||
|
<p><b>09:20:02</b>: publish</p></br>
|
||||||
</div>
|
</div>
|
||||||
<a name='2024-02-23'></a>
|
<a name='2024-02-23'></a>
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
@ -174,7 +176,7 @@ here</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class='generated-with'>generated with <a href='https://code.criminallycute.fi/siina/noter'>noter</a></div>
|
<div class='generated-with'>generated with <a href='https://code.criminallycute.fi/siina/noter'>noter</a></div>
|
||||||
<div class='back-to-top'><a href='#'>Back to Top</a></div>
|
<div class='back-to-top'><a href='#'>Back to Top</a></div>
|
||||||
<div class='last-updated'>last Updated: 2024-02-28 09:19:37</div>
|
<div class='last-updated'>last Updated: 2024-02-28 09:30:38</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue