How to Setup A Steam Cache



18
27160

Hello. Here's a simple video I made describing the process of making a Steam Cache for beginners. If you ever wanted to download games faster on networks with a lot of people downloading the same thing, whether it be a LAN, your family and friends, etc, then this is the strategy for you Code Used in the Video: Copy and Paste this directly into a text file, edit it, then copy and paste directly into the terminal sudo docker run \ --restart unless-stopped -d \ --name steam-cache \ -v /home/[Your Username Here]/cache/steam/data:/data/cache \ -v /home/[Your Username Here]/cache/steam/logs:/data/logs \ -p [Your Local IP Here]:80:80 \ steamcache/generic:latest sudo docker run \ --restart unless-stopped -d \ --name steamcache-dns \ -p [Your Local IP Here]:53:53/udp \ -e UPSTREAM_DNS=1.1.1.1 \ -e STEAMCACHE_IP=[Your Local IP Here] \ steamcache/steamcache-dns:latest Links: Ubuntu Desktop Install - https://www.ubuntu.com/download/desktop Rufus - http://rufus.akeo.ie/ The Main Source - https://linustechtips.com/main/topic/962655-steam-caching-tutorial/ Music: Just As Soon by Kevin MacLeod is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/) Source: http://incompetech.com/music/royalty-free/index.html?isrc=USUAN1100185 Artist: http://incompetech.com/ George Street Shuffle by Kevin MacLeod is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/) Source: http://incompetech.com/music/royalty-free/index.html?isrc=USUAN1300035 Artist: http://incompetech.com/ Intractable by Kevin MacLeod is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/) Source: http://incompetech.com/music/royalty-free/index.html?isrc=USUAN1100194 Artist: http://incompetech.com/ As for my channel, you may have noticed that I haven't been very...active...to say the least I decided to attempt to revive it from here. The rest is solely up to my motivation and will to work, so hopefully it stays up My next video will be a start to a new series, the "Trying to make" series where I try to make a game based on a concept (FPS, Survival, Battle Royale (ew), etc) While I commentate over myself and potentially fail horribly. Expect that in the next couple of weeks. Hope You All Enjoyed. See you next time!

Published by: Random Computer Addict Published at: 5 years ago Category: چگونه