This commit is contained in:
135
attic/public/howtos/ca-certificate-in-debian/index.html
Normal file
135
attic/public/howtos/ca-certificate-in-debian/index.html
Normal file
@ -0,0 +1,135 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>How to add a CA certificate in Debian - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="How to add a CA certificate in Debian">
|
||||
<meta property="og:description" content="Copy CA file with extension crt into /usr/local/share/ca-certificates/.
|
||||
Call update-ca-certificates as root.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="How to add a CA certificate in Debian">
|
||||
<meta name="twitter:description" content="Copy CA file with extension crt into /usr/local/share/ca-certificates/.
|
||||
Call update-ca-certificates as root.">
|
||||
|
||||
<meta itemprop="name" content="How to add a CA certificate in Debian">
|
||||
<meta itemprop="description" content="Copy CA file with extension crt into /usr/local/share/ca-certificates/.
|
||||
Call update-ca-certificates as root.">
|
||||
<meta itemprop="wordCount" content="12"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>How to add a CA certificate in Debian</h1>
|
||||
<p>Copy CA file with extension <code>crt</code> into <code>/usr/local/share/ca-certificates/</code>.</p>
|
||||
<p>Call <code>update-ca-certificates</code> as root.</p>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/gitlab-upgrades/" title="Gitlab Upgrades"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Gitlab Upgrades</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/iscsi-on-linux/" title="iSCSI on Linux">Next - iSCSI on Linux <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
209
attic/public/howtos/colors-in-minicom/index.html
Normal file
209
attic/public/howtos/colors-in-minicom/index.html
Normal file
@ -0,0 +1,209 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Colors in Minicom - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/colors-in-minicom/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/colors-in-minicom/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Colors in Minicom">
|
||||
<meta property="og:description" content="To start minicom in color mode use
|
||||
minicom -c on Switch terminal emulation to ANSI.
|
||||
Use escape sequences to actually change the color of text as described for instance here
|
||||
https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html.
|
||||
The base sequence is \1b[Xm where X is a number as described below.
|
||||
To get the colors in bright style, use the sequence \x1b[X;1m.
|
||||
Number Color 0 reset 1 highlight 7 inverse 30 black 31 red 32 green 33 yellow 34 blue 35 magenta 36 cyan 37 white">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Colors in Minicom">
|
||||
<meta name="twitter:description" content="To start minicom in color mode use
|
||||
minicom -c on Switch terminal emulation to ANSI.
|
||||
Use escape sequences to actually change the color of text as described for instance here
|
||||
https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html.
|
||||
The base sequence is \1b[Xm where X is a number as described below.
|
||||
To get the colors in bright style, use the sequence \x1b[X;1m.
|
||||
Number Color 0 reset 1 highlight 7 inverse 30 black 31 red 32 green 33 yellow 34 blue 35 magenta 36 cyan 37 white">
|
||||
|
||||
<meta itemprop="name" content="Colors in Minicom">
|
||||
<meta itemprop="description" content="To start minicom in color mode use
|
||||
minicom -c on Switch terminal emulation to ANSI.
|
||||
Use escape sequences to actually change the color of text as described for instance here
|
||||
https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html.
|
||||
The base sequence is \1b[Xm where X is a number as described below.
|
||||
To get the colors in bright style, use the sequence \x1b[X;1m.
|
||||
Number Color 0 reset 1 highlight 7 inverse 30 black 31 red 32 green 33 yellow 34 blue 35 magenta 36 cyan 37 white">
|
||||
<meta itemprop="wordCount" content="79"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Colors in Minicom</h1>
|
||||
<p>To start <code>minicom</code> in color mode use</p>
|
||||
<pre tabindex="0"><code>minicom -c on
|
||||
</code></pre><p>Switch terminal emulation to ANSI.</p>
|
||||
<p>Use escape sequences to actually change the color of text as described for instance here</p>
|
||||
<p><a href="https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html">https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html</a>.</p>
|
||||
<p>The base sequence is <code>\1b[Xm</code> where X is a number as described below.</p>
|
||||
<p>To get the colors in bright style, use the sequence <code>\x1b[X;1m</code>.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Number</th>
|
||||
<th>Color</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>reset</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>highlight</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>inverse</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>30</td>
|
||||
<td>black</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>31</td>
|
||||
<td>red</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>32</td>
|
||||
<td>green</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>33</td>
|
||||
<td>yellow</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>34</td>
|
||||
<td>blue</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>35</td>
|
||||
<td>magenta</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>36</td>
|
||||
<td>cyan</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>37</td>
|
||||
<td>white</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/" title="HowTos"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - HowTos</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/engel-des-herrn/" title="Engel des Herrn">Next - Engel des Herrn <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
150
attic/public/howtos/engel-des-herrn/index.html
Normal file
150
attic/public/howtos/engel-des-herrn/index.html
Normal file
@ -0,0 +1,150 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Engel des Herrn - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/engel-des-herrn/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/engel-des-herrn/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Engel des Herrn">
|
||||
<meta property="og:description" content="Der Engel des Herrn brachte Maria die Botschaft, und sie empfing vom Heiligen Geist. Gegrüßet seist du, Maria …
|
||||
Maria sprach: Siehe, ich bin die Magd des Herrn; mir geschehe nach deinem Wort. Gegrüßet seist du, Maria …
|
||||
Und das Wort ist Fleisch geworden und hat unter uns gewohnt. Gegrüßet seist du, Maria …
|
||||
Bitte für uns, heilige Gottesmutter (heilige Gottesgebärerin), (auf) dass wir würdig werden der Verheißungen Christi.
|
||||
Lasset uns beten. Allmächtiger Gott, gieße deine Gnade in unsere Herzen ein. Durch die Botschaft des Engels haben wir die Menschwerdung Christi, deines Sohnes, erkannt. Führe uns durch sein Leiden und Kreuz zur Herrlichkeit der Auferstehung. Darum bitten wir durch Christus, unsern Herrn. Amen.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Engel des Herrn">
|
||||
<meta name="twitter:description" content="Der Engel des Herrn brachte Maria die Botschaft, und sie empfing vom Heiligen Geist. Gegrüßet seist du, Maria …
|
||||
Maria sprach: Siehe, ich bin die Magd des Herrn; mir geschehe nach deinem Wort. Gegrüßet seist du, Maria …
|
||||
Und das Wort ist Fleisch geworden und hat unter uns gewohnt. Gegrüßet seist du, Maria …
|
||||
Bitte für uns, heilige Gottesmutter (heilige Gottesgebärerin), (auf) dass wir würdig werden der Verheißungen Christi.
|
||||
Lasset uns beten. Allmächtiger Gott, gieße deine Gnade in unsere Herzen ein. Durch die Botschaft des Engels haben wir die Menschwerdung Christi, deines Sohnes, erkannt. Führe uns durch sein Leiden und Kreuz zur Herrlichkeit der Auferstehung. Darum bitten wir durch Christus, unsern Herrn. Amen.">
|
||||
|
||||
<meta itemprop="name" content="Engel des Herrn">
|
||||
<meta itemprop="description" content="Der Engel des Herrn brachte Maria die Botschaft, und sie empfing vom Heiligen Geist. Gegrüßet seist du, Maria …
|
||||
Maria sprach: Siehe, ich bin die Magd des Herrn; mir geschehe nach deinem Wort. Gegrüßet seist du, Maria …
|
||||
Und das Wort ist Fleisch geworden und hat unter uns gewohnt. Gegrüßet seist du, Maria …
|
||||
Bitte für uns, heilige Gottesmutter (heilige Gottesgebärerin), (auf) dass wir würdig werden der Verheißungen Christi.
|
||||
Lasset uns beten. Allmächtiger Gott, gieße deine Gnade in unsere Herzen ein. Durch die Botschaft des Engels haben wir die Menschwerdung Christi, deines Sohnes, erkannt. Führe uns durch sein Leiden und Kreuz zur Herrlichkeit der Auferstehung. Darum bitten wir durch Christus, unsern Herrn. Amen.">
|
||||
<meta itemprop="wordCount" content="113"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Engel des Herrn</h1>
|
||||
<p>Der Engel des Herrn brachte Maria die Botschaft, und sie empfing vom Heiligen Geist.
|
||||
Gegrüßet seist du, Maria …</p>
|
||||
<p>Maria sprach: Siehe, ich bin die Magd des Herrn; mir geschehe nach deinem Wort.
|
||||
Gegrüßet seist du, Maria …</p>
|
||||
<p>Und das Wort ist Fleisch geworden und hat unter uns gewohnt.
|
||||
Gegrüßet seist du, Maria …</p>
|
||||
<p>Bitte für uns, heilige Gottesmutter (heilige Gottesgebärerin), (auf) dass wir würdig werden der Verheißungen Christi.</p>
|
||||
<p>Lasset uns beten. Allmächtiger Gott, gieße deine Gnade in unsere Herzen ein. Durch die Botschaft des Engels haben wir die Menschwerdung Christi, deines Sohnes, erkannt. Führe uns durch sein Leiden und Kreuz zur Herrlichkeit der Auferstehung. Darum bitten wir durch Christus, unsern Herrn. Amen.</p>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/colors-in-minicom/" title="Colors in Minicom"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Colors in Minicom</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/" title="Execute occ in Nextcloud pod">Next - Execute occ in Nextcloud pod <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
177
attic/public/howtos/gitlab-backup/index.html
Normal file
177
attic/public/howtos/gitlab-backup/index.html
Normal file
@ -0,0 +1,177 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Gitlab Backup and Restore - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/gitlab-backup/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/gitlab-backup/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Gitlab Backup and Restore">
|
||||
<meta property="og:description" content="Backup Find the backup directory:
|
||||
grep backup_path /etc/gitlab/gitlab.rb Issue backup:
|
||||
sudo gitlab-backup create Transfer backup using scp to destination machine.
|
||||
Backup configuration and secrets:
|
||||
sudp cp /etc/gitlab/gitlab-secrets.json /backuppath/ sudo cp /etc/gitlab/gitlab.rb /backuppath/ Restore See also here: https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html
|
||||
DO NOT OVERWRITE THE CONFIGURATION ON THE DESTINATION MACHINE. COMPARE IT AND CONSIDER AND EVALUATE EACH DIFFERENCE
|
||||
Stop processes of GitLab connecting to the database:
|
||||
gitlab-ctl stop puma gitlab-ctl stop sidekiq # check gitlab-ctl status Do not stop the whole system since the restore tool has to connect to the database which would also stop in that case.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Gitlab Backup and Restore">
|
||||
<meta name="twitter:description" content="Backup Find the backup directory:
|
||||
grep backup_path /etc/gitlab/gitlab.rb Issue backup:
|
||||
sudo gitlab-backup create Transfer backup using scp to destination machine.
|
||||
Backup configuration and secrets:
|
||||
sudp cp /etc/gitlab/gitlab-secrets.json /backuppath/ sudo cp /etc/gitlab/gitlab.rb /backuppath/ Restore See also here: https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html
|
||||
DO NOT OVERWRITE THE CONFIGURATION ON THE DESTINATION MACHINE. COMPARE IT AND CONSIDER AND EVALUATE EACH DIFFERENCE
|
||||
Stop processes of GitLab connecting to the database:
|
||||
gitlab-ctl stop puma gitlab-ctl stop sidekiq # check gitlab-ctl status Do not stop the whole system since the restore tool has to connect to the database which would also stop in that case.">
|
||||
|
||||
<meta itemprop="name" content="Gitlab Backup and Restore">
|
||||
<meta itemprop="description" content="Backup Find the backup directory:
|
||||
grep backup_path /etc/gitlab/gitlab.rb Issue backup:
|
||||
sudo gitlab-backup create Transfer backup using scp to destination machine.
|
||||
Backup configuration and secrets:
|
||||
sudp cp /etc/gitlab/gitlab-secrets.json /backuppath/ sudo cp /etc/gitlab/gitlab.rb /backuppath/ Restore See also here: https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html
|
||||
DO NOT OVERWRITE THE CONFIGURATION ON THE DESTINATION MACHINE. COMPARE IT AND CONSIDER AND EVALUATE EACH DIFFERENCE
|
||||
Stop processes of GitLab connecting to the database:
|
||||
gitlab-ctl stop puma gitlab-ctl stop sidekiq # check gitlab-ctl status Do not stop the whole system since the restore tool has to connect to the database which would also stop in that case.">
|
||||
<meta itemprop="wordCount" content="153"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Gitlab Backup and Restore</h1>
|
||||
<h2 id="backup">Backup</h2>
|
||||
<p>Find the backup directory:</p>
|
||||
<pre tabindex="0"><code>grep backup_path /etc/gitlab/gitlab.rb
|
||||
</code></pre><p>Issue backup:</p>
|
||||
<pre tabindex="0"><code>sudo gitlab-backup create
|
||||
</code></pre><p>Transfer backup using scp to destination machine.</p>
|
||||
<p>Backup configuration and secrets:</p>
|
||||
<pre tabindex="0"><code>sudp cp /etc/gitlab/gitlab-secrets.json /backuppath/
|
||||
sudo cp /etc/gitlab/gitlab.rb /backuppath/
|
||||
</code></pre><h2 id="restore">Restore</h2>
|
||||
<p>See also here: <a href="https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html">https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html</a></p>
|
||||
<p><em>DO NOT OVERWRITE THE CONFIGURATION ON THE DESTINATION MACHINE. COMPARE IT AND CONSIDER AND EVALUATE EACH DIFFERENCE</em></p>
|
||||
<p>Stop processes of GitLab connecting to the database:</p>
|
||||
<pre tabindex="0"><code>gitlab-ctl stop puma
|
||||
gitlab-ctl stop sidekiq
|
||||
# check
|
||||
gitlab-ctl status
|
||||
</code></pre><p>Do not stop the whole system since the restore tool has to connect to the database which would also stop in that case.</p>
|
||||
<p>Issue restore. Run this command in a screen session. It is running quite long and requires manual intervention in between.</p>
|
||||
<pre tabindex="0"><code>sudo gitlab-backup restore BACKUP=...
|
||||
</code></pre><p>Use the datecode and the version tag of the backup created above.</p>
|
||||
<p>Remember secrets and configuration. Do not overwrite configuration, see above.</p>
|
||||
<p>Reconfigure the instance:</p>
|
||||
<pre tabindex="0"><code>sudo gitlab-ctl reconfigure
|
||||
</code></pre><p>Start the instance:</p>
|
||||
<pre tabindex="0"><code>sudo gitlab-ctl start
|
||||
</code></pre><div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/" title="Execute occ in Nextcloud pod"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Execute occ in Nextcloud pod</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/" title="Gitlab Change BaseURL in Database">Next - Gitlab Change BaseURL in Database <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
149
attic/public/howtos/gitlab-change-baseurl/index.html
Normal file
149
attic/public/howtos/gitlab-change-baseurl/index.html
Normal file
@ -0,0 +1,149 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Gitlab Change BaseURL in Database - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Gitlab Change BaseURL in Database">
|
||||
<meta property="og:description" content="Change URL After a migration changing the base url in the configuration is not enough. It must also be changed in the database.
|
||||
Adjust the variable external_url in the file /etc/gitlab/gitlab.rb and run gitlab-ctl reconfigure Adjust the canonical URL in the database: gitlab-rails console ApplicationSetting.current.update!(home_page_url: 'https://neue-url.example.com') ApplicationSetting.current.update!(after_sign_out_path: 'https://neue-url.example.com') Reading out a value from the ApplicationSetting via the gitlab-rails console is done using ApplicationSetting.current.home_page_url Clear the internal cache: gitlab-rake cache:clear">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Gitlab Change BaseURL in Database">
|
||||
<meta name="twitter:description" content="Change URL After a migration changing the base url in the configuration is not enough. It must also be changed in the database.
|
||||
Adjust the variable external_url in the file /etc/gitlab/gitlab.rb and run gitlab-ctl reconfigure Adjust the canonical URL in the database: gitlab-rails console ApplicationSetting.current.update!(home_page_url: 'https://neue-url.example.com') ApplicationSetting.current.update!(after_sign_out_path: 'https://neue-url.example.com') Reading out a value from the ApplicationSetting via the gitlab-rails console is done using ApplicationSetting.current.home_page_url Clear the internal cache: gitlab-rake cache:clear">
|
||||
|
||||
<meta itemprop="name" content="Gitlab Change BaseURL in Database">
|
||||
<meta itemprop="description" content="Change URL After a migration changing the base url in the configuration is not enough. It must also be changed in the database.
|
||||
Adjust the variable external_url in the file /etc/gitlab/gitlab.rb and run gitlab-ctl reconfigure Adjust the canonical URL in the database: gitlab-rails console ApplicationSetting.current.update!(home_page_url: 'https://neue-url.example.com') ApplicationSetting.current.update!(after_sign_out_path: 'https://neue-url.example.com') Reading out a value from the ApplicationSetting via the gitlab-rails console is done using ApplicationSetting.current.home_page_url Clear the internal cache: gitlab-rake cache:clear">
|
||||
<meta itemprop="wordCount" content="69"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Gitlab Change BaseURL in Database</h1>
|
||||
<h2 id="change-url">Change URL</h2>
|
||||
<p>After a migration changing the base url in the configuration is not enough. It must also be changed in the database.</p>
|
||||
<ul>
|
||||
<li>Adjust the variable <code>external_url</code> in the file <code>/etc/gitlab/gitlab.rb</code> and run <code>gitlab-ctl reconfigure</code></li>
|
||||
<li>Adjust the canonical URL in the database:
|
||||
<pre tabindex="0"><code>gitlab-rails console
|
||||
ApplicationSetting.current.update!(home_page_url: 'https://neue-url.example.com')
|
||||
ApplicationSetting.current.update!(after_sign_out_path: 'https://neue-url.example.com')
|
||||
</code></pre></li>
|
||||
<li>Reading out a value from the ApplicationSetting via the gitlab-rails console is done using
|
||||
<pre tabindex="0"><code>ApplicationSetting.current.home_page_url
|
||||
</code></pre></li>
|
||||
<li>Clear the internal cache:
|
||||
<pre tabindex="0"><code>gitlab-rake cache:clear
|
||||
</code></pre></li>
|
||||
</ul>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/gitlab-backup/" title="Gitlab Backup and Restore"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Gitlab Backup and Restore</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/gitlab-upgrades/" title="Gitlab Upgrades">Next - Gitlab Upgrades <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
151
attic/public/howtos/gitlab-upgrades/index.html
Normal file
151
attic/public/howtos/gitlab-upgrades/index.html
Normal file
@ -0,0 +1,151 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Gitlab Upgrades - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/gitlab-upgrades/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/gitlab-upgrades/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Gitlab Upgrades">
|
||||
<meta property="og:description" content="Upgrade of a GitLab instance When upgrading a Gitlab instance, strictly follow the defined upgrade path. Consider to snapshot the filesystem if possible after each step.
|
||||
Additional, after each step wait until all background migrations are completed before performing the next upgrade step.
|
||||
Upgrade Paths Upgrading to a specific version To find the versions of a specific package in the Debian apt cache use
|
||||
apt-cache madison gitlab-ce To upgrade to a specific version use">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Gitlab Upgrades">
|
||||
<meta name="twitter:description" content="Upgrade of a GitLab instance When upgrading a Gitlab instance, strictly follow the defined upgrade path. Consider to snapshot the filesystem if possible after each step.
|
||||
Additional, after each step wait until all background migrations are completed before performing the next upgrade step.
|
||||
Upgrade Paths Upgrading to a specific version To find the versions of a specific package in the Debian apt cache use
|
||||
apt-cache madison gitlab-ce To upgrade to a specific version use">
|
||||
|
||||
<meta itemprop="name" content="Gitlab Upgrades">
|
||||
<meta itemprop="description" content="Upgrade of a GitLab instance When upgrading a Gitlab instance, strictly follow the defined upgrade path. Consider to snapshot the filesystem if possible after each step.
|
||||
Additional, after each step wait until all background migrations are completed before performing the next upgrade step.
|
||||
Upgrade Paths Upgrading to a specific version To find the versions of a specific package in the Debian apt cache use
|
||||
apt-cache madison gitlab-ce To upgrade to a specific version use">
|
||||
<meta itemprop="wordCount" content="87"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Gitlab Upgrades</h1>
|
||||
<h2 id="upgrade-of-a-gitlab-instance">Upgrade of a GitLab instance</h2>
|
||||
<p>When upgrading a Gitlab instance, strictly follow the defined upgrade path. Consider to snapshot the filesystem if possible after each step.</p>
|
||||
<p>Additional, after each step wait until all background migrations are completed before performing the next upgrade step.</p>
|
||||
<ul>
|
||||
<li><a href="https://docs.gitlab.com/ee/update/index.html#upgrade-paths">Upgrade Paths</a></li>
|
||||
<li><a href="https://docs.gitlab.com/ee/update/package/#upgrade-to-a-specific-version-using-the-official-repositories">Upgrading to a specific version</a></li>
|
||||
</ul>
|
||||
<p>To find the versions of a specific package in the Debian apt cache use</p>
|
||||
<pre tabindex="0"><code> apt-cache madison gitlab-ce
|
||||
</code></pre><p>To upgrade to a specific version use</p>
|
||||
<pre tabindex="0"><code> apt install gitlab-ce=<version>
|
||||
</code></pre><p><strong>Definitely observe the version specific upgrade instructions, especially background migrations!</strong></p>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/" title="Gitlab Change BaseURL in Database"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Gitlab Change BaseURL in Database</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/" title="How to add a CA certificate in Debian">Next - How to add a CA certificate in Debian <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
124
attic/public/howtos/index.html
Normal file
124
attic/public/howtos/index.html
Normal file
@ -0,0 +1,124 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>HowTos - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="HowTos">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="HowTos">
|
||||
|
||||
<meta itemprop="name" content="HowTos"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>HowTos</h1><div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/articles/quotes/" title="Quotes"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Quotes</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/colors-in-minicom/" title="Colors in Minicom">Next - Colors in Minicom <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
109
attic/public/howtos/index.xml
Normal file
109
attic/public/howtos/index.xml
Normal file
@ -0,0 +1,109 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>HowTos on Minimal Setups</title>
|
||||
<link>http://172.16.3.33:1313/howtos/</link>
|
||||
<description>Recent content in HowTos on Minimal Setups</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="http://172.16.3.33:1313/howtos/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Colors in Minicom</title>
|
||||
<link>http://172.16.3.33:1313/howtos/colors-in-minicom/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/colors-in-minicom/</guid>
|
||||
<description><p>To start <code>minicom</code> in color mode use</p>
<pre tabindex="0"><code>minicom -c on
</code></pre><p>Switch terminal emulation to ANSI.</p>
<p>Use escape sequences to actually change the color of text as described for instance here</p>
<p><a href="https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html">https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html</a>.</p>
<p>The base sequence is <code>\1b[Xm</code> where X is a number as described below.</p>
<p>To get the colors in bright style, use the sequence <code>\x1b[X;1m</code>.</p>
<table>
 <thead>
 <tr>
 <th>Number</th>
 <th>Color</th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>0</td>
 <td>reset</td>
 </tr>
 <tr>
 <td>1</td>
 <td>highlight</td>
 </tr>
 <tr>
 <td>7</td>
 <td>inverse</td>
 </tr>
 <tr>
 <td>30</td>
 <td>black</td>
 </tr>
 <tr>
 <td>31</td>
 <td>red</td>
 </tr>
 <tr>
 <td>32</td>
 <td>green</td>
 </tr>
 <tr>
 <td>33</td>
 <td>yellow</td>
 </tr>
 <tr>
 <td>34</td>
 <td>blue</td>
 </tr>
 <tr>
 <td>35</td>
 <td>magenta</td>
 </tr>
 <tr>
 <td>36</td>
 <td>cyan</td>
 </tr>
 <tr>
 <td>37</td>
 <td>white</td>
 </tr>
 </tbody>
</table></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Engel des Herrn</title>
|
||||
<link>http://172.16.3.33:1313/howtos/engel-des-herrn/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/engel-des-herrn/</guid>
|
||||
<description><p>Der Engel des Herrn brachte Maria die Botschaft, und sie empfing vom Heiligen Geist.
Gegrüßet seist du, Maria …</p>
<p>Maria sprach: Siehe, ich bin die Magd des Herrn; mir geschehe nach deinem Wort.
Gegrüßet seist du, Maria …</p>
<p>Und das Wort ist Fleisch geworden und hat unter uns gewohnt.
Gegrüßet seist du, Maria …</p>
<p>Bitte für uns, heilige Gottesmutter (heilige Gottesgebärerin), (auf) dass wir würdig werden der Verheißungen Christi.</p>
<p>Lasset uns beten. Allmächtiger Gott, gieße deine Gnade in unsere Herzen ein. Durch die Botschaft des Engels haben wir die Menschwerdung Christi, deines Sohnes, erkannt. Führe uns durch sein Leiden und Kreuz zur Herrlichkeit der Auferstehung. Darum bitten wir durch Christus, unsern Herrn. Amen.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Execute occ in Nextcloud pod</title>
|
||||
<link>http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/</guid>
|
||||
<description><p>First, look up the name of the pod using</p>
<pre tabindex="0"><code>kubectl get pods -n nextcloud
</code></pre><p>Then, get into the pod using</p>
<pre tabindex="0"><code>kubectl exec --stdin --tty NAME_OF_THE_POD -c nextcloud -n nextcloud -- sh
</code></pre><p>Finally, within the pod</p>
<pre tabindex="0"><code>su -s /bin/sh www-data -c &#34;php occ --help&#34;
</code></pre></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gitlab Backup and Restore</title>
|
||||
<link>http://172.16.3.33:1313/howtos/gitlab-backup/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/gitlab-backup/</guid>
|
||||
<description><h2 id="backup">Backup</h2>
<p>Find the backup directory:</p>
<pre tabindex="0"><code>grep backup_path /etc/gitlab/gitlab.rb
</code></pre><p>Issue backup:</p>
<pre tabindex="0"><code>sudo gitlab-backup create
</code></pre><p>Transfer backup using scp to destination machine.</p>
<p>Backup configuration and secrets:</p>
<pre tabindex="0"><code>sudp cp /etc/gitlab/gitlab-secrets.json /backuppath/
sudo cp /etc/gitlab/gitlab.rb /backuppath/
</code></pre><h2 id="restore">Restore</h2>
<p>See also here: <a href="https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html">https://docs.gitlab.com/ee/administration/backup_restore/restore_gitlab.html</a></p>
<p><em>DO NOT OVERWRITE THE CONFIGURATION ON THE DESTINATION MACHINE. COMPARE IT AND CONSIDER AND EVALUATE EACH DIFFERENCE</em></p>
<p>Stop processes of GitLab connecting to the database:</p>
<pre tabindex="0"><code>gitlab-ctl stop puma
gitlab-ctl stop sidekiq
# check
gitlab-ctl status
</code></pre><p>Do not stop the whole system since the restore tool has to connect to the database which would also stop in that case.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gitlab Change BaseURL in Database</title>
|
||||
<link>http://172.16.3.33:1313/howtos/gitlab-change-baseurl/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/gitlab-change-baseurl/</guid>
|
||||
<description><h2 id="change-url">Change URL</h2>
<p>After a migration changing the base url in the configuration is not enough. It must also be changed in the database.</p>
<ul>
<li>Adjust the variable <code>external_url</code> in the file <code>/etc/gitlab/gitlab.rb</code> and run <code>gitlab-ctl reconfigure</code></li>
<li>Adjust the canonical URL in the database:
<pre tabindex="0"><code>gitlab-rails console
ApplicationSetting.current.update!(home_page_url: &#39;https://neue-url.example.com&#39;)
ApplicationSetting.current.update!(after_sign_out_path: &#39;https://neue-url.example.com&#39;)
</code></pre></li>
<li>Reading out a value from the ApplicationSetting via the gitlab-rails console is done using
<pre tabindex="0"><code>ApplicationSetting.current.home_page_url
</code></pre></li>
<li>Clear the internal cache:
<pre tabindex="0"><code>gitlab-rake cache:clear
</code></pre></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gitlab Upgrades</title>
|
||||
<link>http://172.16.3.33:1313/howtos/gitlab-upgrades/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/gitlab-upgrades/</guid>
|
||||
<description><h2 id="upgrade-of-a-gitlab-instance">Upgrade of a GitLab instance</h2>
<p>When upgrading a Gitlab instance, strictly follow the defined upgrade path. Consider to snapshot the filesystem if possible after each step.</p>
<p>Additional, after each step wait until all background migrations are completed before performing the next upgrade step.</p>
<ul>
<li><a href="https://docs.gitlab.com/ee/update/index.html#upgrade-paths">Upgrade Paths</a></li>
<li><a href="https://docs.gitlab.com/ee/update/package/#upgrade-to-a-specific-version-using-the-official-repositories">Upgrading to a specific version</a></li>
</ul>
<p>To find the versions of a specific package in the Debian apt cache use</p>
<pre tabindex="0"><code> apt-cache madison gitlab-ce
</code></pre><p>To upgrade to a specific version use</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>How to add a CA certificate in Debian</title>
|
||||
<link>http://172.16.3.33:1313/howtos/ca-certificate-in-debian/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/ca-certificate-in-debian/</guid>
|
||||
<description><p>Copy CA file with extension <code>crt</code> into <code>/usr/local/share/ca-certificates/</code>.</p>
<p>Call <code>update-ca-certificates</code> as root.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>iSCSI on Linux</title>
|
||||
<link>http://172.16.3.33:1313/howtos/iscsi-on-linux/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/iscsi-on-linux/</guid>
|
||||
<description><h2 id="preparation">Preparation</h2>
<p>Install <code>open-iscsi</code>, at least on Debian systems.</p>
<h2 id="use-an-iscsi-target-from-linux">Use an iSCSI target from Linux</h2>
<p>In our setup a Synology NAS at 172.16.200.19 provides the targets.</p>
<p>First, run</p>
<pre tabindex="0"><code> iscsiadm -m discovery -t sendtargets -p 172.16.200.19
</code></pre><p>to discover all provided targets.</p>
<p>You get something like this</p>
<pre tabindex="0"><code> 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7
 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7
 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7
 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7
 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7
 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7
 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7
 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7
 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7
 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7
</code></pre><p>Now, connect to the target using</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Magnifikat</title>
|
||||
<link>http://172.16.3.33:1313/howtos/magnifikat/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/magnifikat/</guid>
|
||||
<description><p>Bibellese zum 15.12.2013</p>
<p>1,46 Und Maria sprach:
Meine Seele erhebt den Herrn,</p>
<p>47 und mein Geist freut sich Gottes, meines Heilandes;</p>
<p>48 denn er hat die Niedrigkeit seiner Magd angesehen.
Siehe, von nun an werden mich selig preisen alle Kindeskinder.</p>
<p>49 Denn er hat große Dinge an mir getan,
der da mächtig ist und dessen Name heilig ist.</p>
<p>50 Und seine Barmherzigkeit währt von Geschlecht zu Geschlecht
bei denen, die ihn fürchten.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Neovim Setup</title>
|
||||
<link>http://172.16.3.33:1313/howtos/neovim/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/neovim/</guid>
|
||||
<description><p>Lots of information on nvim can be found for instance here:</p>
<ul>
<li><a href="https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/">https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/</a></li>
<li><a href="https://github.com/hrsh7th/">https://github.com/hrsh7th/</a></li>
<li><a href="https://github.com/wbthomason/packer.nvim">https://github.com/wbthomason/packer.nvim</a></li>
<li><a href="https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/">https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/</a></li>
</ul>
<h2 id="installation-of-neovim">Installation of Neovim</h2>
<p>On Debian install neovim from the sources, the packages are mostly a bit aged.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>git clone https://github.com/neovim/neovim
</span></span><span style="display:flex;"><span>sudo apt install ninja-build gettext cmake unzip curl
</span></span><span style="display:flex;"><span>make CMAKE_BUILD_TYPE<span style="color:#f92672">=</span>Release
</span></span><span style="display:flex;"><span>sudo make install
</span></span></code></pre></div><p>On Windows install from binary or using installer, on MacOS use <code>brew</code>.</p>
<p>Debian packages can be found here: <a href="https://github.com/neovim/neovim-releases/releases">https://github.com/neovim/neovim-releases/releases</a></p>
<h2 id="configuration">Configuration</h2>
<p>Clone the packer repository:</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>PuTTY and OPENGPG hardware keys</title>
|
||||
<link>http://172.16.3.33:1313/howtos/putty-and-hardware-keys/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/putty-and-hardware-keys/</guid>
|
||||
<description><ul>
<li>install gpg4win installed</li>
<li>create or edit the file <code>gpg-agent.conf</code>, usually in <code>c:\Users\XXX\AppData\Roaming\gnupg\</code>:
<pre tabindex="0"><code>enable-putty-support
enable-ssh-support
use-standard-socket
</code></pre></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Resize HDD on running system</title>
|
||||
<link>http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/</guid>
|
||||
<description><ul>
<li>Resize target on VMWare or on Synology or where ever it is provided</li>
<li>Stop services using the disk</li>
<li>Unmount the disk</li>
<li>Run <code>e2fsck -f</code> on the disk</li>
<li>Rescan disks using <code>echo 1&gt;/sys/class/block/sdx/device/rescan</code> (replace <code>sdx</code> by actual disk device)</li>
<li>Extend partition using <code>resize</code> in <code>cfdisk</code></li>
<li>Extend filesystem using <code>resize2fs</code> on extended partition</li>
<li>Mount the partition</li>
<li>Start services</li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>snmpwalk with numeric and text output of oid</title>
|
||||
<link>http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/</guid>
|
||||
<description><pre tabindex="0"><code>snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do 
 oid=`echo $line | awk &#39;{print $1}&#39;`
 textoid=`snmptranslate $oid`
 value=`echo $line | cut -d &#39; &#39; -f 3-`
 echo &#34;$oid ($textoid): $value&#34; 
done
</code></pre></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Solution for Prince of Persia 1</title>
|
||||
<link>http://172.16.3.33:1313/howtos/prince-of-persia-1/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>http://172.16.3.33:1313/howtos/prince-of-persia-1/</guid>
|
||||
<description><h1 id="lösung-prince-of-persia-1">Lösung Prince of Persia 1</h1>
<h2 id="komplettlösung-zu-prince-of-persia-1">Komplettlösung zu &ldquo;Prince of Persia 1&rdquo;</h2>
<p>Zuallererst mal zur Joysticksteuerung: Wenn Ihr beim<br>
Springen den Feuerknopf gedrückt haltet, macht der Prince<br>
einen &lsquo;Klammersprung&rsquo;, d.h., bei grossen Entfernungen<br>
springt er an die gegenüberliegende Wand und klammert sich<br>
dort fest. Mit dem Joystick dann einfach nach oben drücken<br>
und schon ist&rsquo;s geschafft.</p>
<p>Ausserdem kann man teilweise Decken aufstossen (VORSICHT,<br>
wenn die Platten dann runterfallen!); aber dies ist für das<br>
Spiel nur dann nötig, wenn man in einer Sackgasse steckt<br>
und der Weg über die Decke weitergeht. Ansonsten sind dort<br>
meist &rsquo;nur&rsquo; Potions versteckt. ACHTUNG: Um das Spiel<br>
zeitlich zu schaffen empfiehlt es sich, (wenn nicht<br>
wirklich nötig) die Deckengänge NICHT zu benutzen. Das<br>
Spiel an sich verfügt über 13 Level (12 Level + den<br>
Abschlußlevel mit Kampf gegen Jaffar). Wenn man alle Level<br>
kennt und perfekt spielt (nie kaputt geht) braucht man<br>
trotzdem ca. 45-50 min. Um das Spiel also zu schaffen, muß<br>
man in allen Leveln den Weg kennen. Da dies natürlich nicht<br>
beim erstenmal klappt ist klar; also immer ein bis zwei<br>
Level weiterarbeiten und gut auskundschaften.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
182
attic/public/howtos/iscsi-on-linux/index.html
Normal file
182
attic/public/howtos/iscsi-on-linux/index.html
Normal file
@ -0,0 +1,182 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>iSCSI on Linux - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/iscsi-on-linux/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/iscsi-on-linux/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="iSCSI on Linux">
|
||||
<meta property="og:description" content="Preparation Install open-iscsi, at least on Debian systems.
|
||||
Use an iSCSI target from Linux In our setup a Synology NAS at 172.16.200.19 provides the targets.
|
||||
First, run
|
||||
iscsiadm -m discovery -t sendtargets -p 172.16.200.19 to discover all provided targets.
|
||||
You get something like this
|
||||
172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7 Now, connect to the target using">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="iSCSI on Linux">
|
||||
<meta name="twitter:description" content="Preparation Install open-iscsi, at least on Debian systems.
|
||||
Use an iSCSI target from Linux In our setup a Synology NAS at 172.16.200.19 provides the targets.
|
||||
First, run
|
||||
iscsiadm -m discovery -t sendtargets -p 172.16.200.19 to discover all provided targets.
|
||||
You get something like this
|
||||
172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7 Now, connect to the target using">
|
||||
|
||||
<meta itemprop="name" content="iSCSI on Linux">
|
||||
<meta itemprop="description" content="Preparation Install open-iscsi, at least on Debian systems.
|
||||
Use an iSCSI target from Linux In our setup a Synology NAS at 172.16.200.19 provides the targets.
|
||||
First, run
|
||||
iscsiadm -m discovery -t sendtargets -p 172.16.200.19 to discover all provided targets.
|
||||
You get something like this
|
||||
172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7 [fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7 Now, connect to the target using">
|
||||
<meta itemprop="wordCount" content="256"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>iSCSI on Linux</h1>
|
||||
<h2 id="preparation">Preparation</h2>
|
||||
<p>Install <code>open-iscsi</code>, at least on Debian systems.</p>
|
||||
<h2 id="use-an-iscsi-target-from-linux">Use an iSCSI target from Linux</h2>
|
||||
<p>In our setup a Synology NAS at 172.16.200.19 provides the targets.</p>
|
||||
<p>First, run</p>
|
||||
<pre tabindex="0"><code> iscsiadm -m discovery -t sendtargets -p 172.16.200.19
|
||||
</code></pre><p>to discover all provided targets.</p>
|
||||
<p>You get something like this</p>
|
||||
<pre tabindex="0"><code> 172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7
|
||||
[fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-GitLab.db1c0541e7
|
||||
172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7
|
||||
[fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Bitwarden.db1c0541e7
|
||||
172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7
|
||||
[fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Nextcloud.db1c0541e7
|
||||
172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7
|
||||
[fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-MariaDB.db1c0541e7
|
||||
172.16.200.19:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7
|
||||
[fe80::211:32ff:febe:da31]:3260,1 iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7
|
||||
</code></pre><p>Now, connect to the target using</p>
|
||||
<pre tabindex="0"><code> iscsiadm -m node --targetname "iqn.2000-01.com.synology:nas.Target-Backup.db1c0541e7" \
|
||||
--portal 172.16.200.19 --login
|
||||
</code></pre><p>A new SCSI device will be created. Check the name of the device using ‘‘dmesg’’. You see something like this</p>
|
||||
<pre tabindex="0"><code> [16924536.979916] scsi host13: iSCSI Initiator over TCP/IP
|
||||
[16924537.010635] scsi 13:0:0:1: Direct-Access SYNOLOGY iSCSI Storage 4.0 PQ: 0 ANSI: 5
|
||||
[16924537.011449] sd 13:0:0:1: Attached scsi generic sg10 type 0
|
||||
[16924537.012597] sd 13:0:0:1: [sdj] 209715200 512-byte logical blocks: (107 GB/100 GiB)
|
||||
[16924537.012827] sd 13:0:0:1: [sdj] Write Protect is off
|
||||
[16924537.012828] sd 13:0:0:1: [sdj] Mode Sense: 43 00 10 08
|
||||
[16924537.013111] sd 13:0:0:1: [sdj] Write cache: enabled, read cache: enabled, supports DPO and FUA
|
||||
[16924537.013361] sd 13:0:0:1: [sdj] Optimal transfer size 16384 logical blocks > dev_max (8192 logical blocks)
|
||||
[16924537.018630] sd 13:0:0:1: [sdj] Attached SCSI disk
|
||||
</code></pre><p>Now use <code>fdisk</code>, <code>mkfs</code> and if you like <code>blkid</code> on the new device and put it into the <code>/etc/fstab</code>.</p>
|
||||
<p>===== Authenticated target =====</p>
|
||||
<pre tabindex="0"><code> iscsiadm --mode node --targetname "iqn.2007-01.org.debian.foobar:CDs" -p 192.168.0.1:3260 --op=update --name node.session.auth.authmethod --value=CHAP
|
||||
iscsiadm --mode node --targetname "iqn.2007-01.org.debian.foobar:CDs" -p 192.168.0.1:3260 --op=update --name node.session.auth.username --value=$Id
|
||||
iscsiadm --mode node --targetname "iqn.2007-01.org.debian.foobar:CDs" -p 192.168.0.1:3260 --op=update --name node.session.auth.password --value=$MDP
|
||||
iscsiadm --mode node --targetname "iqn.2007-01.org.debian.foobar:CDs" -p 192.168.0.1:3260 --login
|
||||
</code></pre><div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/" title="How to add a CA certificate in Debian"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - How to add a CA certificate in Debian</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/magnifikat/" title="Magnifikat">Next - Magnifikat <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
167
attic/public/howtos/magnifikat/index.html
Normal file
167
attic/public/howtos/magnifikat/index.html
Normal file
@ -0,0 +1,167 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Magnifikat - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/magnifikat/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/magnifikat/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Magnifikat">
|
||||
<meta property="og:description" content="Bibellese zum 15.12.2013
|
||||
1,46 Und Maria sprach: Meine Seele erhebt den Herrn,
|
||||
47 und mein Geist freut sich Gottes, meines Heilandes;
|
||||
48 denn er hat die Niedrigkeit seiner Magd angesehen. Siehe, von nun an werden mich selig preisen alle Kindeskinder.
|
||||
49 Denn er hat große Dinge an mir getan, der da mächtig ist und dessen Name heilig ist.
|
||||
50 Und seine Barmherzigkeit währt von Geschlecht zu Geschlecht bei denen, die ihn fürchten.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Magnifikat">
|
||||
<meta name="twitter:description" content="Bibellese zum 15.12.2013
|
||||
1,46 Und Maria sprach: Meine Seele erhebt den Herrn,
|
||||
47 und mein Geist freut sich Gottes, meines Heilandes;
|
||||
48 denn er hat die Niedrigkeit seiner Magd angesehen. Siehe, von nun an werden mich selig preisen alle Kindeskinder.
|
||||
49 Denn er hat große Dinge an mir getan, der da mächtig ist und dessen Name heilig ist.
|
||||
50 Und seine Barmherzigkeit währt von Geschlecht zu Geschlecht bei denen, die ihn fürchten.">
|
||||
|
||||
<meta itemprop="name" content="Magnifikat">
|
||||
<meta itemprop="description" content="Bibellese zum 15.12.2013
|
||||
1,46 Und Maria sprach: Meine Seele erhebt den Herrn,
|
||||
47 und mein Geist freut sich Gottes, meines Heilandes;
|
||||
48 denn er hat die Niedrigkeit seiner Magd angesehen. Siehe, von nun an werden mich selig preisen alle Kindeskinder.
|
||||
49 Denn er hat große Dinge an mir getan, der da mächtig ist und dessen Name heilig ist.
|
||||
50 Und seine Barmherzigkeit währt von Geschlecht zu Geschlecht bei denen, die ihn fürchten.">
|
||||
<meta itemprop="wordCount" content="140"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Magnifikat</h1>
|
||||
<p>Bibellese zum 15.12.2013</p>
|
||||
<p>1,46 Und Maria sprach:
|
||||
Meine Seele erhebt den Herrn,</p>
|
||||
<p>47 und mein Geist freut sich Gottes, meines Heilandes;</p>
|
||||
<p>48 denn er hat die Niedrigkeit seiner Magd angesehen.
|
||||
Siehe, von nun an werden mich selig preisen alle Kindeskinder.</p>
|
||||
<p>49 Denn er hat große Dinge an mir getan,
|
||||
der da mächtig ist und dessen Name heilig ist.</p>
|
||||
<p>50 Und seine Barmherzigkeit währt von Geschlecht zu Geschlecht
|
||||
bei denen, die ihn fürchten.</p>
|
||||
<p>51 Er übt Gewalt mit seinem Arm
|
||||
und zerstreut, die hoffärtig sind in ihres Herzens Sinn.</p>
|
||||
<p>52 Er stößt die Gewaltigen vom Thron
|
||||
und erhebt die Niedrigen.</p>
|
||||
<p>53 Die Hungrigen füllt er mit Gütern
|
||||
und lässt die Reichen leer ausgehen.</p>
|
||||
<p>54 Er gedenkt der Barmherzigkeit
|
||||
und hilft seinem Diener Israel auf,</p>
|
||||
<p>55 wie er geredet hat zu unsern Vätern,
|
||||
Abraham und seinen Kindern in Ewigkeit.</p>
|
||||
<p>Lukas 1,46-55</p>
|
||||
<p><a href="http://m.die-bibel.de/luther-bibel-1984/bibelstelle/Lukas%201?utm_source=Bibellese_Apple&utm_medium=App&utm_campaign=Bibellese">http://m.die-bibel.de/luther-bibel-1984/bibelstelle/Lukas%201?utm_source=Bibellese_Apple&utm_medium=App&utm_campaign=Bibellese</a></p>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/iscsi-on-linux/" title="iSCSI on Linux"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - iSCSI on Linux</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/neovim/" title="Neovim Setup">Next - Neovim Setup <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
164
attic/public/howtos/neovim/index.html
Normal file
164
attic/public/howtos/neovim/index.html
Normal file
@ -0,0 +1,164 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Neovim Setup - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/neovim/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/neovim/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Neovim Setup">
|
||||
<meta property="og:description" content="Lots of information on nvim can be found for instance here:
|
||||
https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/ https://github.com/hrsh7th/ https://github.com/wbthomason/packer.nvim https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/ Installation of Neovim On Debian install neovim from the sources, the packages are mostly a bit aged.
|
||||
git clone https://github.com/neovim/neovim sudo apt install ninja-build gettext cmake unzip curl make CMAKE_BUILD_TYPE=Release sudo make install On Windows install from binary or using installer, on MacOS use brew.
|
||||
Debian packages can be found here: https://github.com/neovim/neovim-releases/releases
|
||||
Configuration Clone the packer repository:">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Neovim Setup">
|
||||
<meta name="twitter:description" content="Lots of information on nvim can be found for instance here:
|
||||
https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/ https://github.com/hrsh7th/ https://github.com/wbthomason/packer.nvim https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/ Installation of Neovim On Debian install neovim from the sources, the packages are mostly a bit aged.
|
||||
git clone https://github.com/neovim/neovim sudo apt install ninja-build gettext cmake unzip curl make CMAKE_BUILD_TYPE=Release sudo make install On Windows install from binary or using installer, on MacOS use brew.
|
||||
Debian packages can be found here: https://github.com/neovim/neovim-releases/releases
|
||||
Configuration Clone the packer repository:">
|
||||
|
||||
<meta itemprop="name" content="Neovim Setup">
|
||||
<meta itemprop="description" content="Lots of information on nvim can be found for instance here:
|
||||
https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/ https://github.com/hrsh7th/ https://github.com/wbthomason/packer.nvim https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/ Installation of Neovim On Debian install neovim from the sources, the packages are mostly a bit aged.
|
||||
git clone https://github.com/neovim/neovim sudo apt install ninja-build gettext cmake unzip curl make CMAKE_BUILD_TYPE=Release sudo make install On Windows install from binary or using installer, on MacOS use brew.
|
||||
Debian packages can be found here: https://github.com/neovim/neovim-releases/releases
|
||||
Configuration Clone the packer repository:">
|
||||
<meta itemprop="wordCount" content="136"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Neovim Setup</h1>
|
||||
<p>Lots of information on nvim can be found for instance here:</p>
|
||||
<ul>
|
||||
<li><a href="https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/">https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/</a></li>
|
||||
<li><a href="https://github.com/hrsh7th/">https://github.com/hrsh7th/</a></li>
|
||||
<li><a href="https://github.com/wbthomason/packer.nvim">https://github.com/wbthomason/packer.nvim</a></li>
|
||||
<li><a href="https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/">https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/</a></li>
|
||||
</ul>
|
||||
<h2 id="installation-of-neovim">Installation of Neovim</h2>
|
||||
<p>On Debian install neovim from the sources, the packages are mostly a bit aged.</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>git clone https://github.com/neovim/neovim
|
||||
</span></span><span style="display:flex;"><span>sudo apt install ninja-build gettext cmake unzip curl
|
||||
</span></span><span style="display:flex;"><span>make CMAKE_BUILD_TYPE<span style="color:#f92672">=</span>Release
|
||||
</span></span><span style="display:flex;"><span>sudo make install
|
||||
</span></span></code></pre></div><p>On Windows install from binary or using installer, on MacOS use <code>brew</code>.</p>
|
||||
<p>Debian packages can be found here: <a href="https://github.com/neovim/neovim-releases/releases">https://github.com/neovim/neovim-releases/releases</a></p>
|
||||
<h2 id="configuration">Configuration</h2>
|
||||
<p>Clone the packer repository:</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>git clone --depth <span style="color:#ae81ff">1</span> https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||
</span></span></code></pre></div><p>Clone the local configuration repo:</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>git clone git@gitea.hottis.de:wn/my-nvim-config.git ~/.config/nvim
|
||||
</span></span></code></pre></div><p>At the first start of nvim a lot of error messages will be shown. Ignore them and run <code>:PackerInstall</code>. At the next start everything should be fine.</p>
|
||||
<p>The file <code>~/.config/nvim/init.lua</code> contains both plugins to be loaded and regular settings for nvim. The directory <code>~/.config/nvim/lua</code> contains configuration for individual plugins.</p>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/magnifikat/" title="Magnifikat"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Magnifikat</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/" title="PuTTY and OPENGPG hardware keys">Next - PuTTY and OPENGPG hardware keys <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
145
attic/public/howtos/occ-in-nextcloud-pod/index.html
Normal file
145
attic/public/howtos/occ-in-nextcloud-pod/index.html
Normal file
@ -0,0 +1,145 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Execute occ in Nextcloud pod - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Execute occ in Nextcloud pod">
|
||||
<meta property="og:description" content="First, look up the name of the pod using
|
||||
kubectl get pods -n nextcloud Then, get into the pod using
|
||||
kubectl exec --stdin --tty NAME_OF_THE_POD -c nextcloud -n nextcloud -- sh Finally, within the pod
|
||||
su -s /bin/sh www-data -c "php occ --help"">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Execute occ in Nextcloud pod">
|
||||
<meta name="twitter:description" content="First, look up the name of the pod using
|
||||
kubectl get pods -n nextcloud Then, get into the pod using
|
||||
kubectl exec --stdin --tty NAME_OF_THE_POD -c nextcloud -n nextcloud -- sh Finally, within the pod
|
||||
su -s /bin/sh www-data -c "php occ --help"">
|
||||
|
||||
<meta itemprop="name" content="Execute occ in Nextcloud pod">
|
||||
<meta itemprop="description" content="First, look up the name of the pod using
|
||||
kubectl get pods -n nextcloud Then, get into the pod using
|
||||
kubectl exec --stdin --tty NAME_OF_THE_POD -c nextcloud -n nextcloud -- sh Finally, within the pod
|
||||
su -s /bin/sh www-data -c "php occ --help"">
|
||||
<meta itemprop="wordCount" content="43"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Execute occ in Nextcloud pod</h1>
|
||||
<p>First, look up the name of the pod using</p>
|
||||
<pre tabindex="0"><code>kubectl get pods -n nextcloud
|
||||
</code></pre><p>Then, get into the pod using</p>
|
||||
<pre tabindex="0"><code>kubectl exec --stdin --tty NAME_OF_THE_POD -c nextcloud -n nextcloud -- sh
|
||||
</code></pre><p>Finally, within the pod</p>
|
||||
<pre tabindex="0"><code>su -s /bin/sh www-data -c "php occ --help"
|
||||
</code></pre><div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/engel-des-herrn/" title="Engel des Herrn"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Engel des Herrn</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/gitlab-backup/" title="Gitlab Backup and Restore">Next - Gitlab Backup and Restore <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
322
attic/public/howtos/prince-of-persia-1/index.html
Normal file
322
attic/public/howtos/prince-of-persia-1/index.html
Normal file
@ -0,0 +1,322 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Solution for Prince of Persia 1 - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/prince-of-persia-1/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/prince-of-persia-1/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Solution for Prince of Persia 1">
|
||||
<meta property="og:description" content="Lösung Prince of Persia 1 Komplettlösung zu “Prince of Persia 1” Zuallererst mal zur Joysticksteuerung: Wenn Ihr beim
|
||||
Springen den Feuerknopf gedrückt haltet, macht der Prince
|
||||
einen ‘Klammersprung’, d.h., bei grossen Entfernungen
|
||||
springt er an die gegenüberliegende Wand und klammert sich
|
||||
dort fest. Mit dem Joystick dann einfach nach oben drücken
|
||||
und schon ist’s geschafft.
|
||||
Ausserdem kann man teilweise Decken aufstossen (VORSICHT,
|
||||
wenn die Platten dann runterfallen!); aber dies ist für das
|
||||
Spiel nur dann nötig, wenn man in einer Sackgasse steckt
|
||||
und der Weg über die Decke weitergeht. Ansonsten sind dort
|
||||
meist ’nur’ Potions versteckt. ACHTUNG: Um das Spiel
|
||||
zeitlich zu schaffen empfiehlt es sich, (wenn nicht
|
||||
wirklich nötig) die Deckengänge NICHT zu benutzen. Das
|
||||
Spiel an sich verfügt über 13 Level (12 Level + den
|
||||
Abschlußlevel mit Kampf gegen Jaffar). Wenn man alle Level
|
||||
kennt und perfekt spielt (nie kaputt geht) braucht man
|
||||
trotzdem ca. 45-50 min. Um das Spiel also zu schaffen, muß
|
||||
man in allen Leveln den Weg kennen. Da dies natürlich nicht
|
||||
beim erstenmal klappt ist klar; also immer ein bis zwei
|
||||
Level weiterarbeiten und gut auskundschaften.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Solution for Prince of Persia 1">
|
||||
<meta name="twitter:description" content="Lösung Prince of Persia 1 Komplettlösung zu “Prince of Persia 1” Zuallererst mal zur Joysticksteuerung: Wenn Ihr beim
|
||||
Springen den Feuerknopf gedrückt haltet, macht der Prince
|
||||
einen ‘Klammersprung’, d.h., bei grossen Entfernungen
|
||||
springt er an die gegenüberliegende Wand und klammert sich
|
||||
dort fest. Mit dem Joystick dann einfach nach oben drücken
|
||||
und schon ist’s geschafft.
|
||||
Ausserdem kann man teilweise Decken aufstossen (VORSICHT,
|
||||
wenn die Platten dann runterfallen!); aber dies ist für das
|
||||
Spiel nur dann nötig, wenn man in einer Sackgasse steckt
|
||||
und der Weg über die Decke weitergeht. Ansonsten sind dort
|
||||
meist ’nur’ Potions versteckt. ACHTUNG: Um das Spiel
|
||||
zeitlich zu schaffen empfiehlt es sich, (wenn nicht
|
||||
wirklich nötig) die Deckengänge NICHT zu benutzen. Das
|
||||
Spiel an sich verfügt über 13 Level (12 Level + den
|
||||
Abschlußlevel mit Kampf gegen Jaffar). Wenn man alle Level
|
||||
kennt und perfekt spielt (nie kaputt geht) braucht man
|
||||
trotzdem ca. 45-50 min. Um das Spiel also zu schaffen, muß
|
||||
man in allen Leveln den Weg kennen. Da dies natürlich nicht
|
||||
beim erstenmal klappt ist klar; also immer ein bis zwei
|
||||
Level weiterarbeiten und gut auskundschaften.">
|
||||
|
||||
<meta itemprop="name" content="Solution for Prince of Persia 1">
|
||||
<meta itemprop="description" content="Lösung Prince of Persia 1 Komplettlösung zu “Prince of Persia 1” Zuallererst mal zur Joysticksteuerung: Wenn Ihr beim
|
||||
Springen den Feuerknopf gedrückt haltet, macht der Prince
|
||||
einen ‘Klammersprung’, d.h., bei grossen Entfernungen
|
||||
springt er an die gegenüberliegende Wand und klammert sich
|
||||
dort fest. Mit dem Joystick dann einfach nach oben drücken
|
||||
und schon ist’s geschafft.
|
||||
Ausserdem kann man teilweise Decken aufstossen (VORSICHT,
|
||||
wenn die Platten dann runterfallen!); aber dies ist für das
|
||||
Spiel nur dann nötig, wenn man in einer Sackgasse steckt
|
||||
und der Weg über die Decke weitergeht. Ansonsten sind dort
|
||||
meist ’nur’ Potions versteckt. ACHTUNG: Um das Spiel
|
||||
zeitlich zu schaffen empfiehlt es sich, (wenn nicht
|
||||
wirklich nötig) die Deckengänge NICHT zu benutzen. Das
|
||||
Spiel an sich verfügt über 13 Level (12 Level + den
|
||||
Abschlußlevel mit Kampf gegen Jaffar). Wenn man alle Level
|
||||
kennt und perfekt spielt (nie kaputt geht) braucht man
|
||||
trotzdem ca. 45-50 min. Um das Spiel also zu schaffen, muß
|
||||
man in allen Leveln den Weg kennen. Da dies natürlich nicht
|
||||
beim erstenmal klappt ist klar; also immer ein bis zwei
|
||||
Level weiterarbeiten und gut auskundschaften.">
|
||||
<meta itemprop="wordCount" content="976"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Solution for Prince of Persia 1</h1>
|
||||
<h1 id="lösung-prince-of-persia-1">Lösung Prince of Persia 1</h1>
|
||||
<h2 id="komplettlösung-zu-prince-of-persia-1">Komplettlösung zu “Prince of Persia 1”</h2>
|
||||
<p>Zuallererst mal zur Joysticksteuerung: Wenn Ihr beim<br>
|
||||
Springen den Feuerknopf gedrückt haltet, macht der Prince<br>
|
||||
einen ‘Klammersprung’, d.h., bei grossen Entfernungen<br>
|
||||
springt er an die gegenüberliegende Wand und klammert sich<br>
|
||||
dort fest. Mit dem Joystick dann einfach nach oben drücken<br>
|
||||
und schon ist’s geschafft.</p>
|
||||
<p>Ausserdem kann man teilweise Decken aufstossen (VORSICHT,<br>
|
||||
wenn die Platten dann runterfallen!); aber dies ist für das<br>
|
||||
Spiel nur dann nötig, wenn man in einer Sackgasse steckt<br>
|
||||
und der Weg über die Decke weitergeht. Ansonsten sind dort<br>
|
||||
meist ’nur’ Potions versteckt. ACHTUNG: Um das Spiel<br>
|
||||
zeitlich zu schaffen empfiehlt es sich, (wenn nicht<br>
|
||||
wirklich nötig) die Deckengänge NICHT zu benutzen. Das<br>
|
||||
Spiel an sich verfügt über 13 Level (12 Level + den<br>
|
||||
Abschlußlevel mit Kampf gegen Jaffar). Wenn man alle Level<br>
|
||||
kennt und perfekt spielt (nie kaputt geht) braucht man<br>
|
||||
trotzdem ca. 45-50 min. Um das Spiel also zu schaffen, muß<br>
|
||||
man in allen Leveln den Weg kennen. Da dies natürlich nicht<br>
|
||||
beim erstenmal klappt ist klar; also immer ein bis zwei<br>
|
||||
Level weiterarbeiten und gut auskundschaften.</p>
|
||||
<p>Das Ziel je Level ist simpel:</p>
|
||||
<ul>
|
||||
<li>Türe zum nächsten Level finden</li>
|
||||
<li>Türe zum nächsten Level öffnen</li>
|
||||
<li>JEDE Superpotion finden und trinken!!!</li>
|
||||
</ul>
|
||||
<h2 id="die-einzelnen-level">Die einzelnen Level:</h2>
|
||||
<h3 id="level-1">Level 1:</h3>
|
||||
<p>Hier holt Ihr Euch das Schwert</p>
|
||||
<h3 id="level-2">Level 2:</h3>
|
||||
<p>Nix besonderes, allerdings muss man am Ende zum ersten Mal<br>
|
||||
den Klammersprung ausführen.</p>
|
||||
<h3 id="level-3">Level 3:</h3>
|
||||
<p>Dieser Level ist in 2 Teile unterteilt:</p>
|
||||
<ul>
|
||||
<li>Klettert soweit nach oben, wie Ihr könnt, dann einen<br>
|
||||
Sprung in die nicht sichtbare rechte Seite, dort den<br>
|
||||
Türmechanismus betätigen und SCHNELL solange nach links<br>
|
||||
laufen, bis Ihr das sich schließende Tor seht; sofort (aus<br>
|
||||
dem Lauf) einen Klammersprung machen.</li>
|
||||
<li>Türmechanismus finden und Tür öffnen. Beim Zurücklaufen<br>
|
||||
vorsichtig an das Skelett ranschleichen, es im Kampf die<br>
|
||||
Schlucht runterstoßen, ihm nachklettern und es nochmal<br>
|
||||
besiegen.</li>
|
||||
</ul>
|
||||
<h3 id="level-4">Level 4:</h3>
|
||||
<p>Superpotion holen, Türmechanismus betätigen, und durch<br>
|
||||
Spiegel mit Anlauf springen –> Shadow wird geboren (er<br>
|
||||
wird Euch noch einigen Ärger bereiten)</p>
|
||||
<h3 id="level-5">Level 5:</h3>
|
||||
<p>Beim Versuch die Superpotion zu holen, stiehlt sie Euch<br>
|
||||
Shadow. Ihr müßt aber den Versuch trotzdem ausführen!<br>
|
||||
(Erklärung später)</p>
|
||||
<h3 id="level-6">Level 6:</h3>
|
||||
<p>(Sehr kurzer Level) Kämpft mit dem dicken Wächter, indem<br>
|
||||
Ihr auch abwehrt (dazu müßt Ihr den Joystick nach oben<br>
|
||||
drücken). Der Sprung zu Shadow mißlingt und Ihr werdet in<br>
|
||||
Level 7 FALLEN.</p>
|
||||
<h3 id="level-7">Level 7:</h3>
|
||||
<p>Holt Euch die Superpotion (,die man schon am Anfang sieht)<br>
|
||||
und springt dann in die Schlucht hinein, denn die Potion<br>
|
||||
besitzt die magischen Kräfte, Euch fliegen zu lassen.</p>
|
||||
<h3 id="level-8">Level 8:</h3>
|
||||
<p>Den ersten Wächter schafft man leicht mit der<br>
|
||||
Joystickkombination: VOR, HOCH, 2x Feuerknopf (solange<br>
|
||||
wiederholen, bis er tot ist) Wenn Ihr ganz rechts im Level<br>
|
||||
angekommen seit und Euch auf den Weg macht, links den<br>
|
||||
Türmechanismus zu betätigen sind einige Fallen:</p>
|
||||
<ul>
|
||||
<li>Der erste Wächter oben ist nur zu schaffen, wenn Ihr<br>
|
||||
schon im vorigen Bild losspringt (er kann dann nicht<br>
|
||||
schnell genug reagieren, trotzdem bekommt Ihr einen Schlag<br>
|
||||
ab!)</li>
|
||||
<li>Nun müsst Ihr schnell sein (aber immer ruhig und nicht<br>
|
||||
überhasten), da mit dem Türmechanismus 3 (!) Tore auf und<br>
|
||||
zu gehen, also fix durch die Fallmesser.</li>
|
||||
<li>Wenn Ihr den Türmechanismus betätigt habt und plötzlich<br>
|
||||
nicht mehr nach rechts weiterkommt, müßt Ihr auf eine Maus<br>
|
||||
warten, die den Türmechanismus betätigt (Ahhh!!)</li>
|
||||
</ul>
|
||||
<h3 id="level-9">Level 9:</h3>
|
||||
<p>Einfach durchspielen, aber AUFPASSEN: Die erste Superpotion<br>
|
||||
nicht trinken, da sonst der Bildschirm auf dem Kopf steht!<br>
|
||||
Die zweite Superpotion (im Bild nebenan) ist wieder ok und<br>
|
||||
die dritte kehrt den Bildschirm wieder um, falls Ihr die<br>
|
||||
erste getrunken habt. Noch ein Tip: Wenn Ihr das Tor zu<br>
|
||||
Level 10 gefunden habt seht Ihr zwei Säulen; AUF der<br>
|
||||
rechten befindet sich der Mechanismus, der die Tür zur<br>
|
||||
linken Säule öffnet. Ihr MÜSST diesen Mechanismus<br>
|
||||
betätigen.</p>
|
||||
<h3 id="level-10">Level 10:</h3>
|
||||
<p>Zuerst die Wache ganz links töten, dann rechts durch die<br>
|
||||
zwei Fallmesser (2x) hüpfen. Im nächsten Bild den Wächter<br>
|
||||
NICHT fertigmachen, stattdessen oben die Decke einstoßen,<br>
|
||||
hochklettern und von dort OHNE PAUSE nach rechts laufen.</p>
|
||||
<h3 id="level-11">Level 11:</h3>
|
||||
<p>Stoßt im zweiten Bild neben der Säule die Decke auf,<br>
|
||||
klettert hoch und lauft dann OHNE Pause nach rechts zur<br>
|
||||
Superpotion. Vor dem ersten Fallbeil die Decke aufstoßen<br>
|
||||
hochklettern und ganz nach links (ohne Pause) laufen. Wenn<br>
|
||||
Ihr den nächsten Wächter fertiggemacht habt, springt Ihr<br>
|
||||
aus dem Lauf nach rechts und klammert 2x.</p>
|
||||
<h3 id="level-12">Level 12:</h3>
|
||||
<p>Ziemlich tricky! Nach oben klettern, bis ein Weg nach links<br>
|
||||
führt. Diesen ohne Pause durchlaufen und am Ende nach links<br>
|
||||
springen. Hochklettern bis Ihr eine Möglichkeit seht nach<br>
|
||||
rechts zu springen. Hier muss man dann ziemlich schnell 3x<br>
|
||||
nach rechts springen. Es geht dann so ähnlich weiter, bis<br>
|
||||
man auf dem mittleren Turm ganz oben steht. Dort stoßt Ihr<br>
|
||||
die Decke auf, klettert hoch, lauft auf der Plattform ganz<br>
|
||||
nach rechts (Achtung das letzte Teil ist wieder lose),<br>
|
||||
springt dann AUS DEM LAUF nach links und rennt bis zur<br>
|
||||
Wand. Wenn Ihr nun hochklettert, bemerkt Ihr, daß das<br>
|
||||
Schwert fehlt. Ihr geht vorsichtig aber zügig über die 2<br>
|
||||
Fallteile und bleibt dann SOFORT stehen. Shadow springt nun<br>
|
||||
mit gezückter Waffe auf Euch zu. Nun AUF KEINEN FALL mit<br>
|
||||
ihm kämpfen und stattdessen SOFORT Euer Schwert einstecken<br>
|
||||
(Joystick nach unten). Nach der Vereinigung lauft Ihr<br>
|
||||
einfach nach links weiter (nicht wundern, probierts einfach<br>
|
||||
aus, Ihr fallt schon nicht!)</p>
|
||||
<h3 id="level-13">Level 13:</h3>
|
||||
<p>Abwarten bis alles von den Decken gefallen ist, und erst<br>
|
||||
dann los laufen. Jaffar erledigt Ihr am besten, wenn Ihr<br>
|
||||
über das Fallteil auf ihn zu hüpft. Der Kampf ist nicht<br>
|
||||
einfach, da Jaffar über 4! Schlagkombinationen verfügt.<br>
|
||||
Noch einmal VORSICHT. Wenn Ihr ihn besiegt habt lauft Ihr<br>
|
||||
nach rechts, dann wieder nach links (das Tor geht auf),<br>
|
||||
wenn Ihr nun in Richtung Tor nach links geht, springt am<br>
|
||||
besten in das Bild, in dem das Tor ist, da Ihr sonst<br>
|
||||
womöglich in die Schlucht fallt und nochmal kämpfen müsst.<br>
|
||||
Der Rest ist geschenkt und Ihr betretet als Prince of<br>
|
||||
Persia die Hall of fame!!</p>
|
||||
<p>Diese Lösung stammt aus Mogel-Power (<a href="https://www.mogelpower.de">www.mogelpower.de</a>) / Solution.Net (solution.mogelpower.de)</p>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/" title="snmpwalk with numeric and text output of oid"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - snmpwalk with numeric and text output of oid</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/colors-in-minicom/" title="Colors in Minicom">Next - Colors in Minicom <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
138
attic/public/howtos/putty-and-hardware-keys/index.html
Normal file
138
attic/public/howtos/putty-and-hardware-keys/index.html
Normal file
@ -0,0 +1,138 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>PuTTY and OPENGPG hardware keys - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="PuTTY and OPENGPG hardware keys">
|
||||
<meta property="og:description" content="install gpg4win installed create or edit the file gpg-agent.conf, usually in c:\Users\XXX\AppData\Roaming\gnupg\: enable-putty-support enable-ssh-support use-standard-socket">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="PuTTY and OPENGPG hardware keys">
|
||||
<meta name="twitter:description" content="install gpg4win installed create or edit the file gpg-agent.conf, usually in c:\Users\XXX\AppData\Roaming\gnupg\: enable-putty-support enable-ssh-support use-standard-socket">
|
||||
|
||||
<meta itemprop="name" content="PuTTY and OPENGPG hardware keys">
|
||||
<meta itemprop="description" content="install gpg4win installed create or edit the file gpg-agent.conf, usually in c:\Users\XXX\AppData\Roaming\gnupg\: enable-putty-support enable-ssh-support use-standard-socket">
|
||||
<meta itemprop="wordCount" content="15"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>PuTTY and OPENGPG hardware keys</h1>
|
||||
<ul>
|
||||
<li>install gpg4win installed</li>
|
||||
<li>create or edit the file <code>gpg-agent.conf</code>, usually in <code>c:\Users\XXX\AppData\Roaming\gnupg\</code>:
|
||||
<pre tabindex="0"><code>enable-putty-support
|
||||
enable-ssh-support
|
||||
use-standard-socket
|
||||
</code></pre></li>
|
||||
</ul>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/neovim/" title="Neovim Setup"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Neovim Setup</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/" title="Resize HDD on running system">Next - Resize HDD on running system <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
141
attic/public/howtos/resize-hdd-on-running-system/index.html
Normal file
141
attic/public/howtos/resize-hdd-on-running-system/index.html
Normal file
@ -0,0 +1,141 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Resize HDD on running system - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="Resize HDD on running system">
|
||||
<meta property="og:description" content="Resize target on VMWare or on Synology or where ever it is provided Stop services using the disk Unmount the disk Run e2fsck -f on the disk Rescan disks using echo 1>/sys/class/block/sdx/device/rescan (replace sdx by actual disk device) Extend partition using resize in cfdisk Extend filesystem using resize2fs on extended partition Mount the partition Start services">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Resize HDD on running system">
|
||||
<meta name="twitter:description" content="Resize target on VMWare or on Synology or where ever it is provided Stop services using the disk Unmount the disk Run e2fsck -f on the disk Rescan disks using echo 1>/sys/class/block/sdx/device/rescan (replace sdx by actual disk device) Extend partition using resize in cfdisk Extend filesystem using resize2fs on extended partition Mount the partition Start services">
|
||||
|
||||
<meta itemprop="name" content="Resize HDD on running system">
|
||||
<meta itemprop="description" content="Resize target on VMWare or on Synology or where ever it is provided Stop services using the disk Unmount the disk Run e2fsck -f on the disk Rescan disks using echo 1>/sys/class/block/sdx/device/rescan (replace sdx by actual disk device) Extend partition using resize in cfdisk Extend filesystem using resize2fs on extended partition Mount the partition Start services">
|
||||
<meta itemprop="wordCount" content="56"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>Resize HDD on running system</h1>
|
||||
<ul>
|
||||
<li>Resize target on VMWare or on Synology or where ever it is provided</li>
|
||||
<li>Stop services using the disk</li>
|
||||
<li>Unmount the disk</li>
|
||||
<li>Run <code>e2fsck -f</code> on the disk</li>
|
||||
<li>Rescan disks using <code>echo 1>/sys/class/block/sdx/device/rescan</code> (replace <code>sdx</code> by actual disk device)</li>
|
||||
<li>Extend partition using <code>resize</code> in <code>cfdisk</code></li>
|
||||
<li>Extend filesystem using <code>resize2fs</code> on extended partition</li>
|
||||
<li>Mount the partition</li>
|
||||
<li>Start services</li>
|
||||
</ul>
|
||||
<div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/" title="PuTTY and OPENGPG hardware keys"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - PuTTY and OPENGPG hardware keys</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/" title="snmpwalk with numeric and text output of oid">Next - snmpwalk with numeric and text output of oid <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,136 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>snmpwalk with numeric and text output of oid - Minimal Setups</title>
|
||||
<meta name="generator" content="Hugo 0.140.2">
|
||||
<link href="http://172.16.3.33:1313//index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/theme.min.css">
|
||||
<link rel="stylesheet" href="http://172.16.3.33:1313/css/chroma.min.css">
|
||||
<script defer src="http://172.16.3.33:1313//js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
|
||||
<script src="http://172.16.3.33:1313/js/bundle.js"></script><style>
|
||||
:root {}
|
||||
</style>
|
||||
<meta property="og:url" content="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/">
|
||||
<meta property="og:site_name" content="Minimal Setups">
|
||||
<meta property="og:title" content="snmpwalk with numeric and text output of oid">
|
||||
<meta property="og:description" content="snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do oid=`echo $line | awk '{print $1}'` textoid=`snmptranslate $oid` value=`echo $line | cut -d ' ' -f 3-` echo "$oid ($textoid): $value" done">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="howtos">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="snmpwalk with numeric and text output of oid">
|
||||
<meta name="twitter:description" content="snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do oid=`echo $line | awk '{print $1}'` textoid=`snmptranslate $oid` value=`echo $line | cut -d ' ' -f 3-` echo "$oid ($textoid): $value" done">
|
||||
|
||||
<meta itemprop="name" content="snmpwalk with numeric and text output of oid">
|
||||
<meta itemprop="description" content="snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do oid=`echo $line | awk '{print $1}'` textoid=`snmptranslate $oid` value=`echo $line | cut -d ' ' -f 3-` echo "$oid ($textoid): $value" done">
|
||||
<meta itemprop="wordCount" content="36"><script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container"><header>
|
||||
<h1>Minimal Setups</h1>
|
||||
</header>
|
||||
<div class="global-menu">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class=""><a href="/keys/">Keys</a></li>
|
||||
<li class=""><a href="/about/">About</a></li></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="content-container">
|
||||
<main><h1>snmpwalk with numeric and text output of oid</h1>
|
||||
<pre tabindex="0"><code>snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do
|
||||
oid=`echo $line | awk '{print $1}'`
|
||||
textoid=`snmptranslate $oid`
|
||||
value=`echo $line | cut -d ' ' -f 3-`
|
||||
echo "$oid ($textoid): $value"
|
||||
done
|
||||
</code></pre><div class="edit-meta">
|
||||
</div>
|
||||
<nav class="pagination"><a class="nav nav-prev" href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/" title="Resize HDD on running system"><i class="fas fa-arrow-left" aria-hidden="true"></i> Prev - Resize HDD on running system</a>
|
||||
<a class="nav nav-next" href="http://172.16.3.33:1313/howtos/prince-of-persia-1/" title="Solution for Prince of Persia 1">Next - Solution for Prince of Persia 1 <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</nav><footer>
|
||||
</footer>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
|
||||
<nav class="slide-menu">
|
||||
<ul>
|
||||
<li class=""><a href="http://172.16.3.33:1313/">Home</a></li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/blog/">Blogs<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/tetris/">2024-05-27<br/> Tetris </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/rgb-driver/">2024-05-25<br/> PL 9823 meets MSP430 </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver2/">2025-03-13<br/> Stratum 1 NTP Server participating in ntppool.org </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/timeserver/">2025-02-11<br/> Just another Stratum 1 Timeserver </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/debouncing/">2018-04-30<br/> Yet Another Debouncing Method </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter-ng/">2016-12-19<br/> Three Phase Inverter - Second Service </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/three-phase-inverter/">2016-10-14<br/> Three Phase Inverter </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/theremin/">2013-07-01<br/> Theremin </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/blog/email-childprot/">2013-06-27<br/> Children Protection for Postfix-based EMail-Server </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" has-sub-menu"><a href="http://172.16.3.33:1313/articles/">Articles<span class="mark closed">+</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/articles/quotes/"> Quotes </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="parent has-sub-menu"><a href="http://172.16.3.33:1313/howtos/">HowTos<span class="mark opened">-</span></a>
|
||||
|
||||
<ul class="sub-menu">
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/colors-in-minicom/"> Colors in Minicom </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/engel-des-herrn/"> Engel des Herrn </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/occ-in-nextcloud-pod/"> Execute occ in Nextcloud pod </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-backup/"> Gitlab Backup and Restore </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-change-baseurl/"> Gitlab Change BaseURL in Database </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/gitlab-upgrades/"> Gitlab Upgrades </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/ca-certificate-in-debian/"> How to add a CA certificate in Debian </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/iscsi-on-linux/"> iSCSI on Linux </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/magnifikat/"> Magnifikat </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/neovim/"> Neovim Setup </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/putty-and-hardware-keys/"> PuTTY and OPENGPG hardware keys </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/resize-hdd-on-running-system/"> Resize HDD on running system </a></li>
|
||||
<li class="active"><a href="http://172.16.3.33:1313/howtos/snmpwalk-with-numeric-and-text-output/"> snmpwalk with numeric and text output of oid </a></li>
|
||||
<li class=""><a href="http://172.16.3.33:1313/howtos/prince-of-persia-1/"> Solution for Prince of Persia 1 </a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="sidebar-footer"></div>
|
||||
</div>
|
||||
|
||||
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
|
||||
data-backtothetop-duration="600"
|
||||
data-backtothetop-easing="easeOutQuart"
|
||||
data-backtothetop-fixed-fadeIn="1000"
|
||||
data-backtothetop-fixed-fadeOut="1000"
|
||||
data-backtothetop-fixed-bottom="10"
|
||||
data-backtothetop-fixed-right="20">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-circle"></i>
|
||||
<i class="fas fa-arrow-circle-up"></i>
|
||||
</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user