diff options
Diffstat (limited to 'blog')
-rw-r--r-- | blog/path-to-self-hosting.html | 34 | ||||
-rw-r--r-- | blog/uses.html | 85 |
2 files changed, 119 insertions, 0 deletions
diff --git a/blog/path-to-self-hosting.html b/blog/path-to-self-hosting.html new file mode 100644 index 0000000..87e5081 --- /dev/null +++ b/blog/path-to-self-hosting.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/style.css"> + <title>bauherren</title> +</head> +<body> + <header> + <h1>bauherren</h1> + <blockquote>Path to self-hosting</blockquote> + <img src="/img/ornament.svg" type="svg" id="ornament"/> + </header> + <main> + <p>Author: <a href=//c.bauherren.ovh>Christos</a>, <a href=//p.bauherren.ovh>PRANSHU???</a> + <p><time>12 Dec 24</time> + <p>The biggest disservice I've committed unto my friends (those I successfully swayed over onto 'free software') is not preaching the good word of 'self-hosting' - earlier. + <p>'Self-hosting' and 'free-software' go hand in hand + <p>I'm sure Linux users can in a moments notice list all the evil things Microsoft and Apple have done unto mankind but are content with services provided by Google, GitHub etc. + <p>Now bauherren.ovh has it's own email server, matrix, searx instances + <p>Work is underway to set up a full git, + <h2>It's never been easier</h2> + <p>There are a dime-a-dozen quality guides and even dedicated guides like <a href=//landchad.net>landchad.net</a> that have everything you need to start self-hosting. + <p>I'll admit it for some nicher things, like setting up an IRC chat bot, goodluck finding an up-to-date guide + </main> + + <footer> + <img src="/img/footer.svg" type="svg" width="25%;"/> + </footer> + +</body> +</html> diff --git a/blog/uses.html b/blog/uses.html new file mode 100644 index 0000000..4c36e1c --- /dev/null +++ b/blog/uses.html @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta name="generator" content="HTML Tidy for HTML5 for Apple macOS version 5.8.0"> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/style.css"> + <title>bauherren | uses</title> +</head> +<body> + <header> + <h1>What do you use?</h1> + <blockquote> + bauherren + </blockquote><img src="/img/ornament.svg" type="svg" id="ornament"> + <header> + <main> + <div class="uses-container"> + <h2>Béla</h2> + <ul> + <li>Browser: <a href=//librewolf.net>Librewolf</a> + <li>Editor: <a href=//gnu.org/software/emacs/Emacs>Emacs</a> + <li>Terminal emulator: <a href=//st.suckless.org>st</a> + <li>Operating system: <a href=//artixlinux.org>Artix</a> + <li>Window manager: <a href=//dwm.suckless.org>dwm</a> + </ul> + <h3>Hardware?</h3> + <p>Desktop computer composed of RTX 4070 Super, Ryzen 7 5800X3D, and 32 gigabytes of RAM. + Owner of a Thinkpad X260. + Ordinary blue switch keyboard. + <h3>Software?</h3> + <p>I use Artix Linux with runit as daily driver. + Go-to window manager is dwm, and Emacs for most of my work. + <h3>Dream setup?</h3> + <p>A nice piece of computerised telescope with a quality monochromatic camera for astrophotography + </div> + + <div class="uses-container"> + <h2>Christos</h2> + <ul> + <li>Browser: <a href=//chromium.org>Chromium</a> + <li>Editor: <a href=http://acme.cat-v.org>acme</a>,<a href=//vim.org>vim</a> + <li>Terminal emulator: <a href=//st.suckless.org>st</a> + <li>Operating system: <a href=//artixlinux.org>Artix</a> + <li>Window manager: <a href=//github.com/dylanaraps/sowm>sowm</a> + </ul> + <h3>Hardware?</h3> + <p>Corebooted ThinkPad X230 mobo with a 2D Maltron keyboard and Esterline trackball. + Monitor is 4:3 aspect ratio. + <h3>Software?</h3> + <p>Artix on desktop, OpenBSD/Debian on servers. + I mount remote files with sshfs and do <em>everything</em> I need in acme. + I like to tell others I have the most ergonomic workflow. + <h3>Dream setup?</h3> + <p>No setup. + Just kidding. + I don't know something rugged? + One which I couldn't lose any sleep over. + </div> + + <div class="uses-container"> + <h2>Pranshu</h2> + <ul> + <li>Browser: <a href=//mozilla.org/en-GB/firefox/new/>Firefox</a> + <li>Editor: <a href=//gnu.org/software/emacs/Emacs>Emacs</a> + <li>Terminal emulator: <a href=//wiki.mate-desktop.org/mate-desktop/applications/mate-terminal/>mate-terminal</a> + <li>Operating system: <a href=//debian.org>Debian</a> + <li>Desktop enviorment: <a href=//mate-desktop.org/>Mate</a> + </ul> + <h3>Hardware?</h3> + <p> Thinkpad E560. Lepold keyword with mx red swithces. + <h3>Software?</h3> + <p> Pretty much use emacs for most things, eg music, file browsing, mail, etc... + <h3>Dream setup?</h3> + <p> Nuerlink. Joking. Probably one with nice stereo speakers. + </div> + </main> + <footer> + <img src="/img/footer.svg" type="svg" width="25%;"> + </footer> + </header> + </header> +</body> +</html> |