Updating site via make at 2024-02-28T09:08:05+02:00
This commit is contained in:
parent
f95148c519
commit
18d3bb6331
3 changed files with 39 additions and 5 deletions
12
notes/2024-02-28.txt
Normal file
12
notes/2024-02-28.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
To get faster steam downloads in linux:
|
||||
|
||||
create <code>~/.steam/steam/steam_dev.cfg</code> and add:
|
||||
<pre>
|
||||
@nClientDownloadEnableHTTP2PlatformLinux 0
|
||||
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
||||
</pre>
|
||||
|
||||
restart steam, start a download, and you should notice a better download rate.
|
||||
|
||||
for me it went from capping at 100mbps to now going 500+mbps like it
|
||||
should.
|
|
@ -4,10 +4,16 @@
|
|||
<title>siina.monster</title>
|
||||
<link>https://siina.monster/</link>
|
||||
<description>thoughts and notes and stuff</description>
|
||||
<pubDate>pe, 23 helmi 2024 07:15:37 GMT</pubDate>
|
||||
<lastBuildDate>pe, 23 helmi 2024 07:15:37 GMT</lastBuildDate>
|
||||
<pubDate>ke, 28 helmi 2024 07:08:05 GMT</pubDate>
|
||||
<lastBuildDate>ke, 28 helmi 2024 07:08:05 GMT</lastBuildDate>
|
||||
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
|
||||
<generator>noter</generator>
|
||||
<item>
|
||||
<title>2024-02-28</title>
|
||||
<link>#2024-02-28</link>
|
||||
<description>To get faster steam downloads in linux:</description>
|
||||
<pubDate>ke, 28 helmi 2024 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>2024-02-23</title>
|
||||
<link>#2024-02-23</link>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>2 notes | siina.monster</title>
|
||||
<title>3 notes | siina.monster</title>
|
||||
<meta property='og:title' content='siina.monster' />
|
||||
<meta property='og:description' content='thoughts and notes and stuff' />
|
||||
<meta property='og:type' content='blog' />
|
||||
|
@ -10,7 +10,7 @@
|
|||
<!-- those who seek, shall see - but thy shall be prepared... -->
|
||||
<link rel='icon' type='image/png' href=''>
|
||||
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
|
||||
<meta name='last-generated' content='2024-02-23 09:15:37' />
|
||||
<meta name='last-generated' content='2024-02-28 09:08:05' />
|
||||
<style>
|
||||
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||
|
@ -105,6 +105,22 @@ td {
|
|||
<h1>siina.monster</h1><br>
|
||||
<center><a rel='me' href='https://social.criminallycute.fi/@siina'>fedi</a> | <a href=./feed.xml>rss</a> | <a href=https://criminallycute.fi/>criminally cute</a></center>
|
||||
<center><div class='top-bar'><a href='#2024-02-17'>2024</a></div></center><br>
|
||||
<a name='2024-02-28'></a>
|
||||
<div class='note'>
|
||||
<h4><a href='#2024-02-28'>helmikuu 28, 2024</a></h4>
|
||||
To get faster steam downloads in linux:
|
||||
|
||||
create <code>~/.steam/steam/steam_dev.cfg</code> and add:
|
||||
<pre>
|
||||
@nClientDownloadEnableHTTP2PlatformLinux 0
|
||||
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
||||
</pre>
|
||||
|
||||
restart steam, start a download, and you should notice a better download rate.
|
||||
|
||||
for me it went from capping at 100mbps to now going 500+mbps like it
|
||||
should.</br>
|
||||
</div>
|
||||
<a name='2024-02-23'></a>
|
||||
<div class='note'>
|
||||
<h4><a href='#2024-02-23'>helmikuu 23, 2024</a></h4>
|
||||
|
@ -158,7 +174,7 @@ here</a>.</p>
|
|||
</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='last-updated'>last Updated: 2024-02-23 09:15:37</div>
|
||||
<div class='last-updated'>last Updated: 2024-02-28 09:08:05</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue