diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
commit | 476493c61679764b33734512f023a627dcca9ecf (patch) | |
tree | 0db36282ab18c2b8d6eb15efab2eb49ef2eb8de3 /software |
Diffstat (limited to 'software')
-rw-r--r-- | software/index.html | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/software/index.html b/software/index.html new file mode 100644 index 0000000..87f49c4 --- /dev/null +++ b/software/index.html @@ -0,0 +1,128 @@ +<!DOCTYPE html> +<html lang="en"> + + <head><title>Software – dd</title> + + +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta charset="UTF-8"> +<meta name="robots" content="index, follow"> +<meta name="description" content="Minimal and personal website about GNU/Linux guides and other stuff"> +<meta name="keywords" content="linux, hosting, guides, tech, blog, networking, memes"> +<meta name="author" content="mb"> + + +<link rel="shortcut icon" href="/images/favicon.ico"> + + +<link rel="stylesheet" href="https://drainerdomain.xyz/css/dark.css"> +</head> + <body> + <div class="page"> + <section> + <a class="home" href="/index.html">← Back to home</a> + <header class="content__header"> + <h1>>Software_</h1> + <hr> + </header> + <div class="content__body"> + <ul> +<li>OS: <a href="https://artixlinux.org/">Artix Linux</a></li> +<li>Window Manager: <a href="https://i3wm.org/">i3</a></li> +<li>Shell: <a href="https://zsh.org/">zsh</a></li> +<li>Status Bar: <a href="https://polybar.github.io/">polybar</a></li> +<li>Terminal Emulator: <a href="https://st.suckless.org/">st</a></li> +<li>RSS Feeder: <a href="https://newsboat.org/">newsboat</a></li> +<li>Video Player: <a href="https://mpv.io/">mpv</a></li> +<li>Music Player: <a href="https://www.musicpd.org/">mpd</a> + <a href="https://rybczak.net/ncmpcpp/">ncmpcpp</a></li> +<li>Text Editor/Coding: <a href="https://www.neovim.io/">neovim</a> with: +<ul> +<li>emmet</li> +<li>coc</li> +<li>NERDTree</li> +<li>Goyo</li> +<li>devicons</li> +</ul> +</li> +<li>Menu: <a href="https://tools.suckless.org/dmenu/">dmenu</a></li> +<li>Web Browser: <a href="https://mozilla.org">Firefox</a> with: +<ul> +<li>arkenfox user.js</li> +<li>uMatrix</li> +<li>Privacy Redirect</li> +<li>Decentraleyes</li> +</ul> +</li> +<li>Screenshots: <a href="https://github.com/naelstrof/maim">maim</a></li> +<li>Screenrecord: <a href="https://ffmpeg.org/">ffmpeg</a> + <a href="https://www.freedesktop.org/wiki/Software/PulseAudio">pulseaudio</a></li> +<li>Image Viewer: <a href="https://feh.finalrewind.org/">feh</a> and <a href="https://github.com/muennich/sxiv">sxiv</a></li> +<li>Document Viewer: <a href="https://github.com/pwmt/zathura">zathura</a></li> +<li>Backups: <a href="https://rsync.samba.org/">rsync</a></li> +<li>Song Recognition: <a href="https://github.com/marin-m/SongRec">SongRec</a></li> +<li>Video Editing: <a href="https://shotcut.org">ShotCut</a></li> +<li>XMPP Client: <a href="https://gajim.org">Gajim</a> on PC, <a href="https://conversations.im">Conversations</a> on Android.</li> +</ul> + + </div> + + </section> + </div> + <footer class="page__footer"><ul class="buttons"> + + <li> + <a href="https://drainerdomain.xyz"><img src="/buttons/drainerdomain2.gif" alt="drainerdomain"></a> + </li> + + <li> + <a href="https://landchad.net"><img src="/buttons/landchad.gif" alt="LandChud"></a> + </li> + + <li> + <a href="https://tomfasano.net"><img src="/buttons/tomfasano.gif" alt="Tom Fasano"></a> + </li> + + <li> + <a href="https://neovim.io"><img src="/buttons/neovim.gif" alt="neovim"></a> + </li> + + <li> + <a href="https://gohugo.io"><img src="/buttons/hugo.gif" alt="neovim"></a> + </li> + + <li> + <a href="https://wiby.org"><img src="/buttons/wiby.gif" alt="wiby"></a> + </li> + + <li> + <a href="https://gnu.org"><img src="/buttons/gnu-linux.png" alt="gnu"></a> + </li> + + <li> + <a href="https://stephenvk.xyz"><img src="/buttons/stephenvk.gif" alt="stephenvk"></a> + </li> + + <li> + <a href="https://canoemail.net"><img src="/buttons/canoemail.gif" alt="canoemail services"></a> + </li> + + <li> + <a href="https://heaventreey.xyz"><img src="/buttons/heaventree.gif" alt="heaventree webring"></a> + </li> + + <li> + <a href="https://spyware.neocities.org"><img src="/buttons/spywaredotneocities.png" alt="spywarewatchdog"></a> + </li> + + <li> + <a href="https://getmonero.org"><img src="/buttons/getmonero.gif" alt="Get Monero"></a> + </li> + + <li> + <a href="https://digdeeper.neocities.org"><img src="/buttons/digdeeper.png" alt="Digdeeper"></a> + </li> + +</ul> +</footer> + </body> + +</html> |