Because the FreeDOS repository only includes open source software for which source code is available, it includes relatively little in the way of productivity software. Spreadsheets, word processor…
Free multiple DNSBL/RBL lookup and FCrDNS check tool. Test the IP (IPv4 or IPv6) of your mailserver on more than 200 blacklists and whitelists.
A side-by-side look at GNU Assembler (GAS) and Netwide Assembler (NASM)
Hexinator is a professional hex editor that allows to decode files automatically
Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.
Deltacms is a flat-file cms, you don't need a database. The content of your site is contained in a set of text files (JSON and HTML) that are easy to save and restore.
Willkommen bei unserem Systemkonfigurationstool. Hier können Sie Ihr PC-Setup für optimale Leistung optimieren. Durch die sorgfältige Auswahl der richtigen Komponenten und die Identifizierung potenzieller Engpässe können Sie ein System aufbauen, das Ihren spezifischen Anforderungen entspricht. Verwenden Sie das untenstehende Formular, um Ihre Systemspezifikationen einzugeben und herauszufinden, wie Sie Ihre Hardwarekonfiguration optimieren können.
Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.
Im Ordner tpl/default die Datei linklist.html wie folgt anpassen:
--- linklist.html.old Sat Mar 18 08:45:18 2023
+++ linklist.html Sun Sep 29 19:37:39 2024
@@ -7,11 +7,11 @@
{include="page.header"}
<div class="linkcount pure-u-0 pure-u-lg-visible">
{if="!empty($linkcount)"}
<span class="strong">{$linkcount}</span> {function="t('shaare', 'shaares', $linkcount)"}
- {if="$privateLinkcount>0"}
+ {if="$is_logged_in && $privateLinkcount>0"}
<br><span class="strong">{$privateLinkcount}</span> {function="t('private link', 'private links', $privateLinkcount)"}
{/if}
{/if}
</div>
@@ -56,11 +56,11 @@
<div class="pure-u-lg-2-24 pure-u-1-24"></div>
<div id="link-count-content" class="pure-u-lg-20-24 pure-u-22-24">
<div class="linkcount pure-u-lg-0 center">
{if="!empty($linkcount)"}
<span class="strong">{$linkcount}</span> {function="t('shaare', 'shaares', $linkcount)"}
- {if="$privateLinkcount>0"}
+ {if="$is_logged_in && $privateLinkcount>0"}
· <span class="strong">{$privateLinkcount}</span> {function="t('private link', 'private links', $privateLinkcount)"}
{/if}
{/if}
</div>
Der zweite Abschnitt wird wegen der #CSS-Eigenschaft display:none zwar im Webbrowser verborgen, aber ein Besucher könnte auf die Idee kommen, in den Seitenquelltext hineinzuschauen.
A list of best download managers for Linux. Take a look at their features and decide which suits your need.
Eigene Notizen
Motrix
- Website: https://motrix.app/
- Quellcode: https://github.com/agalwood/Motrix
- nicht in Mint-Anwendungsverwaltung
- aktuelle Version 1.8.19 von 2023-05-03
- verfügbar u. a. als .deb und .AppImage
- Download ca. 70 bzw. 100 MB groß
- hat auf #GitHub 718 (!) offene Issues
Gabut Download Manager
- nur als Flatpak in Mint-Anwendungsverwaltung
- verfügbar über #PPA
- aktuelle Version 2.6.0-1ubuntu3
- belegt ca. 6 MB Speicherplatz
- Quellcode: https://github.com/gabutakut/gabutdm
- hat auf #GitHub 5 offene Issues
Xtreme Download Manager (XDM)
- nicht in Mint-Anwendungsverwaltung
- aktuelle Version 8.0.29 von 2023-07-10
- verfügbar u. a. als .deb
- Download ca. 70 MB groß
- Quellcode: https://github.com/subhra74/xdm
- hat auf #GitHub 777 (!) offene Issues
Persepolis Download Manager
- GUI für #Aria2
- in #Python geschrieben
- in Version 3.0.1-1.1 als Systempaket in Mint-Anwendungsverwaltung
- belegt ca. 8 MB Speicherplatz
- aktuelle Version 5.0.1 auf https://github.com/persepolisdm/persepolis
- verfügbar über #PPA
- belegt ca. 6 MB Speicherplatz
- hat auf #GitHub 292 (!) offene Issues
KGet
- in Version 4:23.08.5-0ubuntu3 als Systempaket und in Version 24.08.1 als Flatpak in Mint-Anwendungsverwaltung
uGet
- GUI erinnert mich an WinWGet
- in Version 2.2.3-2build4 als Systempaket in Mint-Anwendungsverwaltung
- Entwicklung schläft seither (2020-01-01)
- belegt ca. 1,5 MB Speicherplatz
Ncdu is a disk usage analyzer with a text-mode user interface. It is designed to find space hogs on a remote server where you don’t have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple, easy to use, and should be able to run on any POSIX-like system.
#!/bin/bash
ftphost='entenhaus.en'
ftpuser='dagobert'
ftppassword='panzerknacker'
curlftpfs -r $ftpuser:$ftppassword@$ftphost /mnt/ftp
rsync -a -P -u --stats /mnt/ftp /home/dagobert/ftp
fusermount -u /mnt/ftp