ITS-Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. admin
    3. Topics
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 43
    • Posts 75
    • Groups 1

    Topics

    • A

      Einige übertreiben es.

      Watching Ignoring Scheduled Pinned Locked Moved Blogs
      1
      0 Votes
      1 Posts
      6 Views
      No one has replied
    • A

      Also visit my YouTube Channel

      Watching Ignoring Scheduled Pinned Locked Moved Blogs
      1
      0 Votes
      1 Posts
      4 Views
      No one has replied
    • A

      It Support for free!

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      7 Views
      No one has replied
    • A

      Uptime Kuma compose yml File

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      23 Views
      No one has replied
    • A

      NodeBB Run in Docker

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      2
      0 Votes
      2 Posts
      113 Views
      A
      @admin [image: 1746623785949-logo-its-egner.png]
    • A

      Unifi Controller Docker with external MongoDB container

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      22 Views
      No one has replied
    • A

      Pizza daheim

      Watching Ignoring Scheduled Pinned Locked Moved Blogs
      1
      1
      0 Votes
      1 Posts
      65 Views
      No one has replied
    • A

      Migrate mongodb native to docker

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      24 Views
      No one has replied
    • A

      Fail2Ban for nginx proxy manager

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      748 Views
      No one has replied
    • A

      Weitere Blog Benutzer

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      860 Views
      No one has replied
    • A

      Sophia

      Watching Ignoring Scheduled Pinned Locked Moved Blogs
      2
      6
      0 Votes
      2 Posts
      420 Views
      A
      Saphira
    • A

      DRBD Split Brain

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      285 Views
      No one has replied
    • A

      NodeBB Linux Start Script

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      281 Views
      No one has replied
    • A

      NodeBB update auf 1.19.5

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      2
      0 Votes
      2 Posts
      402 Views
      A
      v1.19.5 Latest Release build (patch) of NodeBB @ 2022-03-16T21:05:47.855Z v1.19.5 (2022-03-16) Chores incrementing version number - v1.19.5 (48d6eb4) update changelog for v1.19.4 (0e6e49b) deps: bump less from 3.13.1 to 4.1.2 in /install (#9856) (d33485f) bump autoprefixer from 10.4.2 to 10.4.4 in /install (#10403) (9009493) update dependency lint-staged to v12.3.6 (0a4522a) update commitlint monorepo to v16.2.3 (0a97015) bump nodebb-plugin-spam-be-gone in /install (#10387) (445e3d7) bump connect-redis from 6.1.1 to 6.1.2 in /install (#10391) (145621f) update dependency eslint to v8.11.0 (feaf306) update dependency mocha to v9.2.2 (#10383) (4ffbd78) i18n: fallback strings for new resources: nodebb.admin-manage-users (2f09c22) fallback strings for new resources: nodebb.admin-manage-privileges, nodebb.admin-manage-users, nodebb.error, nodebb.user (15508ba) fallback strings for new resources: nodebb.admin-settings-reputation, nodebb.error (5274a6a) New Features collect hook logs in order to reduce console noise, flush on ajaxify loadScript completion (935704a) add support for PATCH method in api module (4b79dfd) on online users page override timeago cutoff to 24 hours (7c94657) ability to mute users (be6bbab) min:rep:upvote, and other limits similar to downvotes (3414a23) post-queue hooks, closes #10381 (2056ac0) Bug Fixes topic events if there is a blocked user in topic (3935a86) topic events disappearing if there are queued posts (2808c95) #10393, move 'Create User' control to overflow menu (cd687cf) don't append to history on refresh or ajaxify to same url (c83987b) global privs (7d063d7) #10384 -- mixed up sizes for fallback touch icons (cb11320) #10377, remove logging of env vars (997ab7d) deps: update dependency postcss to v8.4.12 (#10396) (bdbc168) update dependency sharp to v0.30.3 (#10389) (b421385) Refactors closes #10301 (c8e986d) Tests skip i18n tests if the github event is a pull request (e578c60) fix middleware test (24c1f87) fix category tests (6344c3b) fix one more test (a551142)
    • A

      Observium Unix Agent

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      2
      0 Votes
      2 Posts
      428 Views
      A
      Hier das Installscript das den Unix agent installiert und Basics konfiguriert sudo apt-get install xinetd wget tar telnet yum install xinetd wget tar telnet mkdir /opt/obs-agent/ cd /opt/obs-agent/ wget https://www.observium.org/observium-community-latest.tar.gz --no-check-certificate tar zxvf observium-community-latest.tar.gz observium/scripts/ scp /opt/obs-agent/observium/scripts/observium_agent_xinetd /etc/xinetd.d/observium_agent_xinetd scp /opt/obs-agent/observium/scripts/observium_agent /usr/bin/observium_agent chmod 700 /etc/xinetd.d/observium_agent_xinetd scp /opt/obs-agent/observium/scripts/observium_agent /usr/bin/observium_agent echo Type IP of your Monitoring Server: read serverip sed -i "s/127.0.0.1/$serverip/g" /etc/xinetd.d/observium_agent_xinetd service xinetd restart mkdir -p /usr/lib/observium_agent /usr/lib/observium_agent/local mkdir /usr/lib/observium_agent/scripts-available /usr/lib/observium_agent/scripts-enabled scp -r /opt/obs-agent/observium/scripts/agent-local/* /usr/lib/observium_agent/scripts-available cp /usr/lib/observium_agent/scripts-available/dmi /usr/lib/observium_agent/local cp /usr/lib/observium_agent/scripts-available/rpm /usr/lib/observium_agent/local service xinetd restart rm -rf /opt/obs-agent
    • A

      NodeBB update auf 1.19.4

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      328 Views
      No one has replied
    • A

      Ubuntu Cron Mails versenden

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      367 Views
      No one has replied
    • A

      NodeBB update auf 1.19.3

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      362 Views
      No one has replied
    • A

      VM entfernen im Pacemaker und DRBD

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      361 Views
      No one has replied
    • A

      Vaultwarden aka Bitwarden in Docker

      Watching Ignoring Scheduled Pinned Locked Moved IT-Stuff
      1
      0 Votes
      1 Posts
      400 Views
      No one has replied