iceyfox.xyz/linuxinfo/index.html

78 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta property="og:type" content="website">
<meta property="og:url" content="http://iceyfox.xyz/linux_info.html">
<meta property="og:site_name" content="linux info">
<meta property="og:title" content="linux info">
<meta property="og:description" content="a page containing a whole slew of linux stuffs. and a bit of privacy stuff">
<meta property="og:image" content="http://iceyfox.xyz/assets/img/linux2.png">
<meta property="og:image:alt" content="insert image here">
<meta name="msapplication-TileColor" content="#ff00ff">
<meta name="theme-color" content="#0000ff">
<title>linux info</title>
<link rel="stylesheet" href="/assets/static-style.css" />
</head>
<body>
<div class="static-main">
<h1>linux info</h1>
<p>this is a collection of links and info on running games and vr on linux</p>
<h3>beginner stuff</h3>
<p>Here's a beginner guide i found <a href="https://linuxjourney.com/">linuxjourney.com</a></p>
<p>Here is a beginner linux video showing some basic linux stuff as well as basic linux commands <a href="https://youtu.be/ROjZy1WbCIA">Linux Operating System - Crash Course for Beginners</a></p>
<h3>advanced</h3>
<p><a href="https://overthewire.org/wargames/">over the wire wargames</a> is a neat capture the flag style place where you ssh to a server and run basic commands to find the "flag". though, even bandit is getting advanced for me.</p>
<h3>issues</h3>
<p>running linux. You're going to run into quite a lot of issues.<br>
Most of them solvable with a quick google search and pasting in a command. But often enough you get into a issue hell hole.<br>
Here's a video that has a bit that pretty much shows the issue rabbit hole you can run into. <br>
<a href="https://www.youtube.com/watch?v=HWv5B4HMvQs&">My Experience with Arch Linux (GNOME)</a>
</p>
<h2>playlist</h2>
<p>i have a whole playlist on a bunch of linux stuffs</p>
<a href="https://www.youtube.com/watch?v=mUlIEFzryCY&list=PLwpvCCyacwS_hXujYSFeQH_CQKIq_gE2M&index=1">Linux is Too Hard - A Solution</a>
<h2>Community</h2>
<p>here's a few linux communities to join that I found good or interesting</p>
<table>
<ul>
<li><a href="https://allthingslinux.org/">all things linux</a> they have a discord and xmpp chat :0 and Support forms</li>
<li><a href="https://discord.gg/cli-cafe">Command Line Cafe</a></li>
<li><a href="https://discord.gg/3m6dbPR">Arch Linux Community</a> they don't just help or talk about arch. they help with other things too. Though not as much</li>
</ul>
</table>
<h1>Vr</h1>
<table>
<ul>
<li>
Here's a site with a ton of info on running VR.
I recommend envision with WiVrn over using alvr + steamvr. async with steamvr is shit.
<a href="https://lvra.gitlab.io">lvra.gitlab.io</a>
</li>
</ul>
</table>
<h1>Minecraft</h1>
<p>here is some important java flags that in my experience. atleast on older hardware. made my server run way better. this is for windows too.</p>
<p>will require a bit of modification depending on the version of minecraft. eg where tp put the args</p>
<code>
java -Xms10G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -jar paperclip.jar nogui
</code><br>
source: <a href="https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/">aikar.co 2018 tuning the jvm g1gc for minecraft</a>
<h1>Privacy</h1>
<p>A lot of people say "why should i care about privacy, i have nothing to hide". Would you be okay letting many strangers
watch you use the bathroom in your own home every time? Would you let me look through every one of your emails?
on every account if you have multiple?</p>
<p>You don't always have to sacrifice a whole lot for privacy. You can choose what fits your model, but don't use that thinking above
to make stupid decisions</p>
<p>here's a playlist on privacy starting off with why it matters
<a href="https://www.youtube.com/watch?v=pcSlowAhvUk&list=PLwpvCCyacwS-ztlFutZbKYc9j2sv0x0Sm">Glenn Greenwald: Why Privacy Matters</a>
</p>
<p>"If everything you've ever said or done can be accessed, taken completely without context and used against you with zero accountability then absolutely everybody has a LOT to hide."</p>
</div>
</body>
</html>