mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#nerdquestion

0 Beiträge0 Beteiligte0 Beiträge heute
Jan Wildeboer 😷:krulorange:<p>UPDATE: Thx to the replies, I implemented the change for all my domains, did a `certbot renew --dry-run` and that succeeded. Yay to a cleaner config :)</p><p><a href="https://social.wildeboer.net/tags/NerdQuestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NerdQuestion</span></a>. When I move {server [...] } blocks in `/etc/nginx/nginx.conf` to separate files in the `/etc/nginx/conf.d` directory, will certbot still find them and will automatic renewals just keep working as before? Anyone with experience on that?</p><p><a href="https://social.wildeboer.net/tags/nginx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nginx</span></a> <a href="https://social.wildeboer.net/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>letsencrypt</span></a> <a href="https://social.wildeboer.net/tags/LazyWeb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LazyWeb</span></a></p>
Sara Angeloni 🏳️‍🌈🇪🇺<p><a href="https://mastodon.social/tags/NerdQuestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NerdQuestion</span></a>: how do I edit root files with <a href="https://mastodon.social/tags/Kate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kate</span></a> on <a href="https://mastodon.social/tags/OpenSuse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSuse</span></a>? Yea, yea, I know: <a href="https://mastodon.social/tags/vi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vi</span></a> and <a href="https://mastodon.social/tags/vim" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vim</span></a>. But we all also know the joke about the random text generator. In <a href="https://mastodon.social/tags/Manjaro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Manjaro</span></a> you simply edit the file in kate and it asks you for password on save. I would be delighted to replicate this behaviour on <a href="https://mastodon.social/tags/Susie" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Susie</span></a>. </p><p><a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/nerd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nerd</span></a> <a href="https://mastodon.social/tags/nerdsUnited" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nerdsUnited</span></a> <a href="https://mastodon.social/tags/ILearnUntilIDie" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ILearnUntilIDie</span></a> <a href="https://mastodon.social/tags/nerdStuff" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nerdStuff</span></a> <a href="https://mastodon.social/tags/QoL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>QoL</span></a></p>
Wikinaut<p><a href="https://berlin.social/tags/Nerdquestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nerdquestion</span></a><br><a href="https://berlin.social/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nextcloud</span></a><br>How to file upload with Javascript? </p><p>📢help needed<br><span class="h-card" translate="no"><a href="https://mastodon.xyz/@nextcloud" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>nextcloud</span></a></span> </p><p>Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop [public share]?</p><p>I installed <a href="https://apps.nextcloud.com/apps/webapppassword" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">apps.nextcloud.com/apps/webapp</span><span class="invisible">password</span></a> app and allowed the sending server (or even "*") but always got “CORS Missing Allow Origin”.</p><p>PS:<br>Upload via "curl -u &lt;username&gt; -X 'PUT' &lt;server/public.php/webdav&gt;" works without, and with, the WebAppPassword App<br><a href="https://help.nextcloud.com/t/cors-requests-blocked-in-nextcloud-app/108884/4" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">help.nextcloud.com/t/cors-requ</span><span class="invisible">ests-blocked-in-nextcloud-app/108884/4</span></a></p>
Wikinaut<p><a href="https://berlin.social/tags/Nerdquestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nerdquestion</span></a> <a href="https://berlin.social/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nextcloud</span></a></p><p>📢⚠️help needed</p><p><span class="h-card" translate="no"><a href="https://mastodon.xyz/@nextcloud" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>nextcloud</span></a></span> </p><p>Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop?</p><p>I installed the <a href="https://apps.nextcloud.com/apps/webapppassword" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">apps.nextcloud.com/apps/webapp</span><span class="invisible">password</span></a> app and allowed the sending server (or even "*") but always got “CORS Missing Allow Origin”.</p><p>Of course, the upload via "curl -u &lt;username&gt; -X 'PUT' &lt;server/public.php/webdav&gt;" works (without, and with, the WebAppPassword).</p><p><a href="https://help.nextcloud.com/t/cors-requests-blocked-in-nextcloud-app/108884/4" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">help.nextcloud.com/t/cors-requ</span><span class="invisible">ests-blocked-in-nextcloud-app/108884/4</span></a></p>
LeckerKrabbe<p>Ich brauche Backup-Festplatten für FinalCut-Projekte. Gibt es Tipps? Größe der Platten 8TB, vielleicht 10TB.<br>Z.B. aus der WD Elements-Serie, oder vergleichbares… Gibt es diese Kapazitäten auch in etwas transportfreundlicheren Gehäusen?<br>Was benutzt ihr als Langzeit-Projektspeicher?<br><a href="https://norden.social/tags/followerpower" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>followerpower</span></a> <a href="https://norden.social/tags/nerdquestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nerdquestion</span></a></p>
Wikinaut<p><a href="https://berlin.social/tags/nerdquestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nerdquestion</span></a><br><a href="https://berlin.social/tags/Mastodon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mastodon</span></a><br>Hat schon jmd ein schönes Tool geschrieben, die eigenen "Lesezeichen" und "Posts" in "schöner Form" herunterladen zu können (mit ihren Medien)?</p>
Wikinaut<p>100 Jahre Rundfunk.</p><p><a href="https://berlin.social/tags/nerdquestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nerdquestion</span></a> </p><p>Bevor ich recherchiere, wie wurden die AUFNAHMEN [der Rundfunksendungen, Ansprachen] damals [vor Erfindung und weiterer Anwendung der Magnetbandaufnahme mit HF-Vormagnetisierung] gemacht, gibt es über die Methoden (Drahtaufzeichung, Lichtton, (Wachs/Metall)Schallplatte) eine informative Seite?</p><p>Idee für einen <a href="https://berlin.social/tags/37C3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>37C3</span></a>-Talk.<br>cc <span class="h-card" translate="no"><a href="https://chaos.social/@c3infodesk" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>c3infodesk</span></a></span></p>
Wikinaut<p><a href="https://berlin.social/tags/nerdquestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nerdquestion</span></a></p><p><a href="https://berlin.social/tags/Mapillary" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mapillary</span></a> <a href="https://berlin.social/tags/API" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>API</span></a><br><a href="https://berlin.social/tags/download" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>download</span></a> tracks+images<br><a href="https://berlin.social/tags/desperatelySeeking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>desperatelySeeking</span></a> </p><p>Has someone a working script to download a specific track and its sequence of images from <a href="https://berlin.social/tags/Mapillary" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mapillary</span></a>? </p><p><span class="h-card" translate="no"><a href="https://a.gup.pe/u/fedibikes_de" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>fedibikes_de</span></a></span> <span class="h-card" translate="no"><a href="https://a.gup.pe/u/fedibikes" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>fedibikes</span></a></span> <span class="h-card" translate="no"><a href="https://a.gup.pe/u/mastobikes_de" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mastobikes_de</span></a></span></p>
Wikinaut<p><a href="https://berlin.social/tags/Nerdquestion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nerdquestion</span></a> <br><a href="https://berlin.social/tags/Raspberry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Raspberry</span></a> <a href="https://berlin.social/tags/pigpio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pigpio</span></a> library</p><p>Looking for code for</p><p>2-key rollover for n keys (n buttons connected to separate GPIO pins)</p><p>Looking for <a href="https://berlin.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> code to detect two-button-presses on (let's say) 4 buttons, in general detect "2-key rollover" on n GPIO pins.</p><p> ( <a href="https://en.wikipedia.org/wiki/Key_rollover" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">en.wikipedia.org/wiki/Key_roll</span><span class="invisible">over</span></a> : "Key rollover is the ability of a computer [keyboard] to correctly handle several simultaneous keystrokes.")</p><p>For 2 buttons, this is easy.</p><p><a href="https://berlin.social/tags/2KeyRollover" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>2KeyRollover</span></a><br><a href="https://berlin.social/tags/nKeyRollover" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nKeyRollover</span></a><br><a href="https://berlin.social/tags/pigpio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pigpio</span></a> <br><a href="https://berlin.social/tags/Raspberry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Raspberry</span></a> <br><a href="https://berlin.social/tags/GPIO" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPIO</span></a><br><a href="https://berlin.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a></p>