WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    1. Home
    2. Linux
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • DerMeldosD

      QuickGuide: NGINX Reverse Proxy with HTTPS

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • DerMeldosD

      File Transfer

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • DerMeldosD

      update podman image (Ansible AWX Custom EE)

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • DerMeldosD

      SecureCRT Compatibility for Debian 12 and Ubuntu Version newer than 22.04 LTS

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • DerMeldosD

      Create and Configure File Systems

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • DerMeldosD

      Debian/OpenSSH || SSH Key-Pair Authentication

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • DerMeldosD

      Remove key from known_hosts

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • DerMeldosD

      Write Text into a file and override any existing content

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • DerMeldosD

      GIT clone Private Repo

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • DerMeldosD

      Vi / VIM Cheat Sheet

      • • DerMeldos
      2
      0
      Votes
      2
      Posts
      20
      Views

      DerMeldosD

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

    • DerMeldosD

      List, Create, Delete, and Modify Physical Storage Partitions

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • DerMeldosD

      NGINX basic Load Balancer examples

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • DerMeldosD

      NGINX basic Reserve Proxy

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • DerMeldosD

      UFW - Uncomplicated Firewall

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • DerMeldosD

      Linux Netplan Networking

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • DerMeldosD

      Linux "IP" Networking

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • DerMeldosD

      at Package

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • DerMeldosD

      CRONTAB Linux

      • • DerMeldos
      6
      0
      Votes
      6
      Posts
      26
      Views

      DerMeldosD

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

    • DerMeldosD

      Systemd Services

      • • DerMeldos
      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • DerMeldosD

      Environment Variables in 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"
    Powered by NodeBB | Contributors