mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 16:09:27 +01:00
pages/newsystems: start typing
This commit is contained in:
parent
736368bbc1
commit
32c3a55a18
43
pages/newsystems.html
Normal file
43
pages/newsystems.html
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="How I configure my new systems. Uncompilated Firewall, SSH, apt etc. This is probably heavily Debian/Ubuntu based." /> <meta name="keywords" content="ufw,ssh,sshguard,network-manager,interfaces,apt,colours,progress,bar,sources.list,dnsmasq,resolvconf,miredo,teredo,gai.conf,molly-guard,oidentd" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="http://mikaela.info/pages/newsystems.html">
|
||||||
|
<title>
|
||||||
|
How I configure my new systems
|
||||||
|
</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../css.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<p>On this page I try to explain how I usually configure new systems. This might be very Ubuntu/Debian based. I hope that someone finds this helpful and if there are (security) issues, people let me know.</p>
|
||||||
|
<h2 id="ufw">ufw</h2>
|
||||||
|
<h2 id="ssh">ssh</h2>
|
||||||
|
<h2 id="sshguard">sshguard</h2>
|
||||||
|
<h2 id="network--manager">network--manager</h2>
|
||||||
|
<h2 id="interfaces">interfaces</h2>
|
||||||
|
<h2 id="apt">apt</h2>
|
||||||
|
<h3 id="colours">colours</h3>
|
||||||
|
<h3 id="progress-bar">progress bar</h3>
|
||||||
|
<h3 id="sources.list">sources.list</h3>
|
||||||
|
<h2 id="dnsmasq">dnsmasq</h2>
|
||||||
|
<h2 id="resolvconf">resolvconf</h2>
|
||||||
|
<h2 id="miredo">miredo</h2>
|
||||||
|
<p>Teredo for Linux.</p>
|
||||||
|
<h3 id="gai.conf">gai.conf</h3>
|
||||||
|
<h2 id="molly-guard">molly-guard</h2>
|
||||||
|
<h2 id="oidentd">oidentd</h2>
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var idcomments_acct = '2405e74b7c1c8062b1b2ea830f1a8bd0';
|
||||||
|
var idcomments_post_id;
|
||||||
|
var idcomments_post_url;
|
||||||
|
</script>
|
||||||
|
<span id="IDCommentsPostTitle" style="display:none"></span>
|
||||||
|
<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<!-- vim : set ft=markdown-->
|
||||||
|
|
||||||
|
|
63
pages/newsystems.html.md
Executable file
63
pages/newsystems.html.md
Executable file
@ -0,0 +1,63 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<!-- <meta http-equiv="refresh" content="60" /> -->
|
||||||
|
<meta name="description" content="How I configure my new systems. Uncompilated Firewall, SSH, apt etc. This is probably heavily Debian/Ubuntu based." />
|
||||||
|
<meta name="keywords" content="ufw,ssh,sshguard,network-manager,interfaces,apt,colours,progress,bar,sources.list,dnsmasq,resolvconf,miredo,teredo,gai.conf,molly-guard,oidentd" />
|
||||||
|
<meta name="author" content="Mikaela Suomalainen" />
|
||||||
|
<link rel="canonical" href="http://mikaela.info/pages/newsystems.html">
|
||||||
|
<title>How I configure my new systems</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../css.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
On this page I try to explain how I usually configure new systems. This
|
||||||
|
might be very Ubuntu/Debian based. I hope that someone finds this helpful
|
||||||
|
and if there are (security) issues, people let me know.
|
||||||
|
|
||||||
|
## ufw
|
||||||
|
|
||||||
|
## ssh
|
||||||
|
|
||||||
|
## sshguard
|
||||||
|
|
||||||
|
## network--manager
|
||||||
|
|
||||||
|
## interfaces
|
||||||
|
|
||||||
|
## apt
|
||||||
|
|
||||||
|
### colours
|
||||||
|
|
||||||
|
### progress bar
|
||||||
|
|
||||||
|
### sources.list
|
||||||
|
|
||||||
|
## dnsmasq
|
||||||
|
|
||||||
|
## resolvconf
|
||||||
|
|
||||||
|
## miredo
|
||||||
|
|
||||||
|
Teredo for Linux.
|
||||||
|
|
||||||
|
### gai.conf
|
||||||
|
|
||||||
|
## molly-guard
|
||||||
|
|
||||||
|
## oidentd
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var idcomments_acct = '2405e74b7c1c8062b1b2ea830f1a8bd0';
|
||||||
|
var idcomments_post_id;
|
||||||
|
var idcomments_post_url;
|
||||||
|
</script>
|
||||||
|
<span id="IDCommentsPostTitle" style="display:none"></span>
|
||||||
|
<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<!-- vim : set ft=markdown-->
|
Loading…
Reference in New Issue
Block a user