====== Ubuntu 24.04 ======
===== System =====
==== Tools ====
apt-get update
apt-get instsall mc synaptic cifs-utils ca-certificates davfs2 keepassxc openjdk-21-jdk thunderbird libfuse2
# WebDAV
sudo usermod -aG davfs2
===== Office und Internet =====
==== Firefox ====
Benutzerdefinierte Tabs:
''~./mozilla/firefox//chrome/userChrome.css
/* Optional: Zusätzlicher Abstand zwischen den Tabs */
.tabbrowser-tab + .tabbrowser-tab {
margin-top: -6px !important; /* oder ein anderer gewünschter Abstand */
}
#TabsToolbar {
--tab-min-height: 20px; /* Passen Sie diesen Wert an (z.B. 40px, 50px) */
--tab-max-height: 20px;
}
#tabbrowser-tabs {
--tab-min-height: 20px; /* Gleicher Wert wie oben */
--tab-max-height: 20px;
}