<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.grunwald.systems/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.grunwald.systems/feed.php">
        <title>fachinformatiker-wiki - linux</title>
        <description>it&#039;s easy when it&#039;s here</description>
        <link>http://wiki.grunwald.systems/</link>
        <image rdf:resource="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-29T11:51:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/apache2?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/bash_script?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/befehle?rev=1774169459&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/fail2ban?rev=1731539056&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/fdisk?rev=1722420035&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/format?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/git?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/haproxy?rev=1720099622&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/init-systems?rev=1744196773&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/iptables?rev=1761000495&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/kvm?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/logrotate?rev=1773236692&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/mmonit?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/monit?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/mount?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/netzwerk?rev=1728075409&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/nfs?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/nginx?rev=1749141423&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/ntp?rev=1775413677&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/ohmyzsh?rev=1775412893&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/rsync?rev=1774192927&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/samba?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/squid?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/ssh_scp?rev=1732898840&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/start?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/top?rev=1743516365&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/vi?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/webhosting?rev=1708193020&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg">
        <title>fachinformatiker-wiki</title>
        <link>http://wiki.grunwald.systems/</link>
        <url>http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.grunwald.systems/linux/apache2?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Apache2</title>
        <link>http://wiki.grunwald.systems/linux/apache2?rev=1708193020&amp;do=diff</link>
        <description>Apache2

Installation


sudo apt-get install apache2 apache2-doc


Konfiguration

Virtual Hosts

&lt;https://ssl-config.mozilla.org/&gt;

Module / Erweiterungen

PHP

Installation:


sudo apt-get install php5


GD-Libraries hinzufügen (Wird z.B. für Captchas benötigt):


sudo apt-get install php5-gd
sudo service apache2 restart</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/bash_script?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Bash-Scripts</title>
        <link>http://wiki.grunwald.systems/linux/bash_script?rev=1708193020&amp;do=diff</link>
        <description>Bash-Scripts


!#/bin/bash


Bash-Script:


#!/bin/bash

echo &quot;Lieber $1,&quot;
echo
echo &quot;lange nichts von Dir gehört.&quot;
echo &quot;Geht es dir gut?&quot;
echo &quot;Melde Dich mal wieder!&quot;
echo
echo &quot;Liebe Grüße&quot;
echo
echo &quot;$2&quot;


Befehl:


./script Hans Peter


Ausgabe:</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/befehle?rev=1774169459&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-22T08:50:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Allgemeine Linux Befehle</title>
        <link>http://wiki.grunwald.systems/linux/befehle?rev=1774169459&amp;do=diff</link>
        <description>Allgemeine Linux Befehle

Hinweis: Zum Teil können unten aufgelistete Befehle nur unter SLES (Suse Linux Enterprise Server) oder Debian verwendet werden.
 Befehl                                 Funktion  mokutil --sb-state                     check secure boot state</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/fail2ban?rev=1731539056&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-13T23:04:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fail2ban</title>
        <link>http://wiki.grunwald.systems/linux/fail2ban?rev=1731539056&amp;do=diff</link>
        <description>fail2ban

Installation


sudo apt update
sudo apt install fail2ban
sudo systemctl enable fail2ban
sudo touch /etc/fail2ban/jail.local


Debian 11


sudo systemctl start fail2ban.service
sudo systemctl status fail2ban.service


Debian 12


sudo apt install python3-systemd</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/fdisk?rev=1722420035&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-31T10:00:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fdisk</title>
        <link>http://wiki.grunwald.systems/linux/fdisk?rev=1722420035&amp;do=diff</link>
        <description>fdisk

Create new partition on empty disk:


fdisk /dev/sdb

Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0x86992fcf.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won&#039;t be recoverable.

Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

Command (m for help): p

Disk /dev/sdb: 1073.7 GB, 1073741824000 bytes
255 head…</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/format?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Formatierung und Partitionierung</title>
        <link>http://wiki.grunwald.systems/linux/format?rev=1708193020&amp;do=diff</link>
        <description>Formatierung und Partitionierung

Formatieren:


mkfs.&lt;dateisystem&gt; &lt;OPTIONEN&gt; &lt;DEVICE&gt;                #Befehlsaufbau
mkfs.ext3 /dev/sdb2                                   #sdb2 mit ext3 formatieren


Partitionieren:


fdisk
parted</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/git?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Git</title>
        <link>http://wiki.grunwald.systems/linux/git?rev=1708193020&amp;do=diff</link>
        <description>Git


apt install git
apt install git-all

git clone https://github.com/mailcow/mailcow-dockerized mailcow
git clone --branch &lt;branchname&gt; &lt;remote-repo-url&gt;
git clone -b &lt;branchname&gt; &lt;remote-repo-url&gt; &lt;custom-folder&gt;</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/haproxy?rev=1720099622&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-04T13:27:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>HAProxy</title>
        <link>http://wiki.grunwald.systems/linux/haproxy?rev=1720099622&amp;do=diff</link>
        <description>HAProxy


haproxy -V -f haproxy.cfg -c            # check config file (verbose)


pfSense

Settings

 Global Advanced pass thru -&gt; Custom options 


tune.ssl.default-dh-param 4096
ssl-default-bind-options ssl-min-ver TLSv1.2 prefer-client-ciphers
ssl-default-bind-ciphersuites TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256
ssl-default-bind-ciphers ECDH+AESGCM:ECDH+CHACHA20:ECDH+AES256:ECDH+AES128:!aNULL:!SHA1:!AESCCM
ssl-default-server-options ssl-min-ver TLSv1.2
ssl-d…</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/init-systems?rev=1744196773&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-09T11:06:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Init Systems</title>
        <link>http://wiki.grunwald.systems/linux/init-systems?rev=1744196773&amp;do=diff</link>
        <description>Init Systems


who -r ctl start                       # get current runlevel
sudo runlevel                          # get current runlevel


systemd

config files


ls -al /lib/systemd/system/runlevel*


Commands


systemctl start grpwise.service          # start service grpwise
systemctl stop grpwise.service           # stop service grpwise
systemctl status grpwise.service         # show status of service grpwise
systemctl enable grpwise.service         # enable service grpwise
systemctl disabl…</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/iptables?rev=1761000495&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-20T22:48:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iptables</title>
        <link>http://wiki.grunwald.systems/linux/iptables?rev=1761000495&amp;do=diff</link>
        <description>iptables

List


sudo iptables -L                                       # list
sudo iptables -t nat -L -v                             # list nat table


Edit


sudo iptables -A FORWARD -i wg0 -o wg0 -j ACCEPT       # ans Ende der chain (append)
sudo iptables -I FORWARD -i wg0 -o wg0 -j ACCEPT       # an den Anfand der Chain (insert)
sudo iptables -I 4 FORWARD -i wg0 -o wg0 -j ACCEPT     # an 4. Stelle der Chain</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/kvm?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>KVM</title>
        <link>http://wiki.grunwald.systems/linux/kvm?rev=1708193020&amp;do=diff</link>
        <description>KVM</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/logrotate?rev=1773236692&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-11T13:44:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>logrotate</title>
        <link>http://wiki.grunwald.systems/linux/logrotate?rev=1773236692&amp;do=diff</link>
        <description>logrotate


logrotate /etc/logrotate.conf
logrotate -d /etc/logrotate.conf                           # debug
logrotate -d /etc/logrotate.conf 2&gt; /tmp/logrotate.debug   # debug</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/mmonit?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>M/Monit</title>
        <link>http://wiki.grunwald.systems/linux/mmonit?rev=1708193020&amp;do=diff</link>
        <description>M/Monit

:!: Benötigt Monit als Agent

Installation

:!: Unter Debian 11 getestet.

Download

Download und Entpacken:


wget https://mmonit.com/dist/mmonit-3.7.14-linux-x64.tar.gz
sudo tar -xvzf ~/mmonit-3.7.14-linux-x64.tar.gz
sudo mv ~/mmonit-3.7.14 /opt/mmonit</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/monit?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Monit</title>
        <link>http://wiki.grunwald.systems/linux/monit?rev=1708193020&amp;do=diff</link>
        <description>Monit

Installation


sudo apt update
sudo apt install monit


Monit als Dienst einrichten

Unit File erstellen:


sudo nano /lib/systemd/system/monit.service


/lib/systemd/system/monit.service


# This file is systemd template for monit service. To
# register monit with systemd, place the monit.service file
# to the /lib/systemd/system/ directory and then start it
# using systemctl (see below).
#
# Enable monit to start on boot: 
#         systemctl enable monit.service
#
# Start monit immedia…</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/mount?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mounten von Shares und Devices</title>
        <link>http://wiki.grunwald.systems/linux/mount?rev=1708193020&amp;do=diff</link>
        <description>Mounten von Shares und Devices

Mounten einer Windows Share

Mounten einer Windows Share aus einer Domäne Allgemein


mount -t &lt;dateisystem&gt; &lt;RemotePfadSurShare&gt; &lt;LokalerEinhängepunkt&gt; -o username=&lt;WinBenutzername&gt;,password=&lt;WinBenutzerPasswort&gt;[,domain=&lt;DomäneOhneTLD&gt;]</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/netzwerk?rev=1728075409&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-04T20:56:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Netzwerkkonfiguration</title>
        <link>http://wiki.grunwald.systems/linux/netzwerk?rev=1728075409&amp;do=diff</link>
        <description>Netzwerkkonfiguration

Nützliche Befehle


sysctl -w net.ipv4.ip_default_ttl=128   # TTL temp. setzen 128 = Windows default
ping 192.168.1.1                        # Dauerping
ping -c 4 192.168.1.1                   # 4 Pings
netstat -npl                            # offene Ports auflisten
netstat -tulpn                          # offene Ports auflisten
ss -tulpn                               # offene Ports auflisten
lsof -i | grep -e LISTEN                # offene Ports auflisten
cat &lt; /dev/tcp…</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/nfs?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NFS</title>
        <link>http://wiki.grunwald.systems/linux/nfs?rev=1708193020&amp;do=diff</link>
        <description>NFS

Server

Installation


sudo apt update
sudo apt install rpcbind nfs-kernel-server


Konfiguration

Shares und Berechtigungen


sudo mkdir /mnt/net-vol01
chmod -R 755 /mnt/net-vol01
sudo nano /etc/exports


Zeile hinzufügen:


/mnt/net-vol01    10.1.1.0/24(rw,sync,no_root_squash,no_subtree_check)</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/nginx?rev=1749141423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-05T16:37:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nginx</title>
        <link>http://wiki.grunwald.systems/linux/nginx?rev=1749141423&amp;do=diff</link>
        <description>nginx

Installation

 Optional: Offizielles nginx-Repo hinzufügen 


Datei /etc/apt/sources.list.d/nginx.list erstellen mit folgendem Inhalt (“bullseye” durch entsprechendes Release ersetzen) erstellen:


deb https://nginx.org/packages/debian/ bullseye nginx
deb-src https://nginx.org/packages/debian/ bullseye nginx</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/ntp?rev=1775413677&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-05T18:27:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NTP</title>
        <link>http://wiki.grunwald.systems/linux/ntp?rev=1775413677&amp;do=diff</link>
        <description>NTP

Befehle


rcntp ntptimeset     #Zeit mit NTP-Server synchroniseren (SLES legacy)
ntpq -p              #show peers
timedatectl
sudo timedatectl set-ntp true
sudo timedatectl set-local-rtc 0
systemctl status systemd-timesyncd
sudo systemctl restart systemd-timesyncd</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/ohmyzsh?rev=1775412893&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-05T18:14:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Oh My Zsh</title>
        <link>http://wiki.grunwald.systems/linux/ohmyzsh?rev=1775412893&amp;do=diff</link>
        <description>Oh My Zsh

Installation


sudo apt update
sudo apt install zsh curl git
sh -c &quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&quot;


Standard-Shell ändern:


chsh -s $(which zsh)


Plugins

nano ~/.zshrc


ZSH_THEME=&quot;duellj&quot;
HIST_STAMPS=&quot;yyyy/mm/dd&quot;
plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/rsync?rev=1774192927&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-22T15:22:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rsync</title>
        <link>http://wiki.grunwald.systems/linux/rsync?rev=1774192927&amp;do=diff</link>
        <description>rsync


rsync -aP user@10.1.1.50:/mnt/backup/web01 /srv/www/
rsync -aP /srv/www/ user@10.1.1.50:/mnt/backup/web01      # --archive --partial --progress
rsync -azP /srv/www/ user@10.1.1.50:/mnt/backup/web01     # --archive --compress --partial --progress</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/samba?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Samba</title>
        <link>http://wiki.grunwald.systems/linux/samba?rev=1708193020&amp;do=diff</link>
        <description>Samba

HHS Cloud

&lt;http://wiki.samba.org/index.php/Samba_&amp;_Active_Directory&gt; 

&lt;http://www.eiben.weite-welt.com/2006/03/winbind/&gt;  

&lt;http://blog.tuxclouds.org/?p=524&gt; 



Software Repositories updaten


apt-get update


Samba installieren


apt-get install samba


Benutzer anlegen


root@debian:~# adduser test
Lege Benutzer »test« an ...
Lege neue Gruppe »test« (1008) an ...
Lege neuen Benutzer »test« (1006) mit Gruppe »test« an ...
Erstelle Home-Verzeichnis »/home/test« ...
Kopiere Dateien aus…</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/squid?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Squid</title>
        <link>http://wiki.grunwald.systems/linux/squid?rev=1708193020&amp;do=diff</link>
        <description>Squid

Logs


cache.log           #Debug- und Fehlermeldungen
access.log          #Verbindungen
store.log           #Cache Objekte


&lt;https://wiki.squid-cache.org/SquidFaq/SquidLogs&gt;

Cache leeren

Pfad des Cache ermitteln:


grep cache_dir /etc/squid/squid.conf


Squid stoppen:


systemctl stop squid</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/ssh_scp?rev=1732898840&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-29T16:47:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SSH und SCP</title>
        <link>http://wiki.grunwald.systems/linux/ssh_scp?rev=1732898840&amp;do=diff</link>
        <description>SSH und SCP

SSH
 Befehl  Funktion  ssh root@[xxx.xxx.xxx.xxx]				 anmelden als root bei xxx.xxx.xxx.xxx  ssh-keygen						  ssh-keygen –t rsa					 erstellt keys  ssh-keygen –t rsa –b 2048				 erstellt keys mit 2048 bit   cat .ssh/id_rsa.pub &gt;&gt; authorized_keys</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/start?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>http://wiki.grunwald.systems/linux/start?rev=1708193020&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/top?rev=1743516365&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-01T14:06:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>http://wiki.grunwald.systems/linux/top?rev=1743516365&amp;do=diff</link>
        <description>top
 Hotkey                Function                         c                 Show/hide full path to command   e                 change memory Unit               E                 Show/hide memory in top bar      Shift + m     Sort by memory</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/vi?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VI</title>
        <link>http://wiki.grunwald.systems/linux/vi?rev=1708193020&amp;do=diff</link>
        <description>VI
 Befehl   Funktion   :set mouse-=a                Visuellen Modus deaktivieren  i                          Einfügen- (Edit-) Modus    Shift+d			 rest der Zeile löschen  w				 writemodex				 löschenESC				 commandmode  r			         replace  R</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/webhosting?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Webhosting Commands</title>
        <link>http://wiki.grunwald.systems/linux/webhosting?rev=1708193020&amp;do=diff</link>
        <description>Webhosting Commands


sudo chown -R www-data:www-data /var/www/html*
sudo find /var/www/html/ -type d -exec chmod 775 {} \;
sudo find /var/www/html/ -type f -exec chmod 664 {} \;
sudo find /var/www/html -type d -exec chmod g+s {} \;
sudo systemctl restart nginx</description>
    </item>
</rdf:RDF>
