Kategorie: IT
-
Ubuntu – Festplattenfresser feststellen
NCDU To investigate why the disk space on your Ubuntu server decreased significantly at a specific time, you can follow these steps: And also check system-wide cron jobs in /etc/crontab and the /etc/cron.* directories. This command finds files larger than 100MB modified in the last 2 days. Investigating disk space issues often requires correlating data…
-
HDD an Fritz!Box als TimeMachine Target
QUELLE: https://www.tutonaut.de/anleitung-time-machine-mit-fritzbox-nutzen/ Es muss nicht immer die teure NAS sein: Wer eine FritzBox von AVM besitzt, kann auch den Router mit ein wenig Bastelei als Time Machine-Laufwerk verwenden. Der Vorteil: Ihr braucht keine zusätzliche Hardware, von einer USB-Festplatte abgesehen. Die Lösung lässt sich mit wenigen Handgriffen einrichten. 1a. Externe Festplatte für Time Machine vorbereiten Um zu beginnen, benötigen Sie eine…
-
update npm on MacOS
Using NPM: To update Node using NPM, do the following: You can also manually download and install the latest Node version from the official website.
-
rsa private / publik key erstellen
To generate a private key and public key pair for SSH access on Ubuntu, you can use the OpenSSH utility called ssh-keygen. Here’s a step-by-step guide: Replace „your_email@example.com“ with your own email address or any identifier you prefer. This command will prompt you for the password of the remote user account. That’s it! You have…
-
How to Install Nginx as a Reverse Proxy and Use It to Run ASP.NET Core Blazor Applications
ASP.NET Core Blazor is a new web development framework that builds on the power of Razor and the performance of Core .NET. This article will show you how to install Nginx as a reverse proxy to make your Blazor applications run faster and more reliably. How to install Nginx as a reverse proxy There are…
-
How to host asp.net core 6 applications under Ubuntu
Schritt-für-Schritt-Anleitung zur Installation von ASP.NET Core 6 unter Ubuntu 1. Zuerst musst du sicherstellen, dass dein System auf dem neuesten Stand ist. Öffne ein Terminal und führe folgenden Befehl aus: `sudo apt-get update`. 2. Installiere die .NET Core SDK-Pakete, indem du folgenden Befehl ausführst: `sudo apt-get install dotnet-sdk-6.0`. 3. Um sicherzustellen, dass die Installation erfolgreich…
-
Installation und Konfiguration der Firewall ufw unter Ubuntu
Schritt für Schritt Anleitung zur Installation und Konfiguration der Firewall ufw unter Ubuntu 1. UFW installieren: Zuerst musst du UFW installieren. Dazu öffnest du ein Terminal und gibst folgenden Befehl ein: sudo apt-get install ufw. 2. UFW aktivieren: Nachdem UFW installiert ist, kannst du es aktivieren. Dazu gibst du folgenden Befehl ein: sudo ufw enable.…
-
Installation von Google Chrome Canary
Wie man Google Chrome Canary auf dem Mac installiert Du willst Google Chrome Canary auf deinem Mac installieren? Kein Problem! Hier ist eine Anleitung, wie du das machen kannst. 1. Gehe zur offiziellen Chrome-Downloadseite. 2. Klicke auf den Link „Für Mac herunterladen“. 3. Wenn du die Datei heruntergeladen hast, öffne sie und folge den Anweisungen…
-
sftp-Server unter Ubuntu installieren
To configure an SFTP server on Ubuntu, you can use OpenSSH, which is a widely-used and secure implementation of the SSH protocol suite. Here’s a step-by-step guide to setting up an SFTP server using OpenSSH on Ubuntu: If the SSH server is active and running, you will see a message indicating its status. In this…
-
Linux: schnell eine große Random-Datei erstellen