WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • DerMeldosD

      CRONTAB Linux

      Linux
      • • • DerMeldos
      6
      0
      Votes
      6
      Posts
      26
      Views

      DerMeldosD

      d1f6149f-b83c-4346-bf0f-ee9ff21f1c5d-image.png
      *crontab -r removes the crontab

    • DerMeldosD

      Proxmox Disk Passtrough

      Linux
      • • • DerMeldos
      2
      0
      Votes
      2
      Posts
      14
      Views

      DerMeldosD

      UPDATE!!

      find Drive:

      find /dev/disk/by-id/ -type l|xargs -I{} ls -l {}|grep -v -E '[0-9]$' |sort -k11|cut -d' ' -f9,10,11,12

      Update VM:

      qm set 592 -scsi2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F41BLC

      Complete Example:
      f075efab-6e75-4a23-af17-4104275881b8-image.png

    • DerMeldosD

      Proxmox || Dark Theme

      Linux
      • • • DerMeldos
      2
      0
      Votes
      2
      Posts
      17
      Views

      DerMeldosD

      Proxmox added this feature in version VE 7.4

    • DerMeldosD

      DEBIAN || Install DOCKER

      Linux
      • • • DerMeldos
      2
      0
      Votes
      2
      Posts
      17
      Views

      DerMeldosD

      @dermeldos

      Wenn mans einfach will geht auch:

      apt install docker docker-compose
    • DerMeldosD

      Debian || script to change hostname,IP config and sourcelist

      Linux
      • • • DerMeldos
      2
      0
      Votes
      2
      Posts
      18
      Views

      DerMeldosD

      Script migrated to Github to add functionality more easily.

      https://github.com/DerMeldos/WEIGEL-Script-Collection/blob/main/vm-config-edit.sh

    • DerMeldosD

      Environment Variables in Linux

      Linux
      • • • DerMeldos
      2
      0
      Votes
      2
      Posts
      13
      Views

      DerMeldosD

      To see current environment variables type the following command:

      root@SONARR0724:~# printenv

      Output example:

      SHELL=/bin/bash LANGUAGE=en_US:en PWD=/root LOGNAME=root XDG_SESSION_TYPE=tty MOTD_SHOWN=pam HOME=/root LANG=en_US.UTF-8 SSH_CONNECTION=10.196.0.19 52023 10.73.0.178 22 XDG_SESSION_CLASS=user TERM=xterm-256color USER=root SHLVL=1 XDG_SESSION_ID=191 XDG_RUNTIME_DIR=/run/user/0 SSH_CLIENT=10.196.0.19 52023 22 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/bus SSH_TTY=/dev/pts/0 _=/usr/bin/printenv

      To add a variable for this session only you can use "export"

      root@SONARR0724:~# export NETBOX_HOST="https://netbox.rweigel.net" root@SONARR0724:~# export ZABBIX_HOST="https://zabbix.rweigel.net"

      To perma add them systemwide you need to add them to "/etc/environment"

      nano /etc/environment GNU nano 7.2 /etc/environment ZABBIX_HOST="https://zabbix.rweigel.net" NETBOX_HOST="https://netbox.rweigel.net"
    • DerMeldosD

      Vi / VIM Cheat Sheet

      Linux
      • • • DerMeldos
      2
      0
      Votes
      2
      Posts
      20
      Views

      DerMeldosD

      https://vim.rtorr.com for more details

    • DerMeldosD

      Ubuntu set Static IP

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • DerMeldosD

      DynDNS mit AWS Route53

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • DerMeldosD

      Debian Static IP

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      25
      Views

      No one has replied

    • DerMeldosD

      WordPress on Debian

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • DerMeldosD

      Proxmox Windows VM

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      14
      Views

      No one has replied

    • DerMeldosD

      Debian SSH root access

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • DerMeldosD

      Debian SNMP setup

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • DerMeldosD

      LibreNMS Agent Installation

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • DerMeldosD

      Debian Change Hostname

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      27
      Views

      No one has replied

    • DerMeldosD

      CentOS 8 SNMP

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      14
      Views

      No one has replied

    • DerMeldosD

      Linux Screen Quick Guide

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • DerMeldosD

      Display Distro and Version

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • DerMeldosD

      CentOS Stop/Disable Firewalld

      Linux
      • • • DerMeldos
      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied