Skip to content
shell{&}co

shell{&}co

Menu

  • News
    • Bug and tips
  • Automation
    • Ansible
  • Scripts & Code
    • Perl
      • Network
    • PHP
    • Powershell
      • Active Directory
      • Citrix
      • Cluster
      • Database
      • Exchange
      • Files and folders
      • Hardware
      • Network
      • Operating System
      • PKI
      • SCCM
      • Service and process
      • Tips
      • VMWare
    • Python
      • Monitoring
      • Network
      • PKI
      • Ruby
      • Security
    • Shell
      • Backup
      • Filesystem
      • Image processing
      • Monitoring
      • Network
      • PKI
      • Process
      • Time
      • Virtualization
      • Web
  • Fun
  • Project
    • Github
    • Log Analyzer

    WMIC command on Ubuntu 16.04 LTS

    I have written several months ago a post on how to install the wmic command on a linux system. Some additional steps are required now to get the wmic command on an Ubuntu 16.04 LTS server. Description Windows Management Instrumentation

    shellandco_admin January 19, 2017 Monitoring, Shell, Tips 24 Comments Read more

    Linux Server monitoring dashboard

    eZ Server Monitor (eSM) is a lightweight and simple dashboard for Linux machine. Two versions are available : a web and a shell version. The features: System eZ Server Monitor Web – System In System block, the datas about the

    shellandco_admin January 28, 2016 Monitoring, News, PHP No Comments Read more

    Monitor and track AD authentication with Splunk

    This solution will help you to track Active Directory failed authentication requests. It is based on two “modules” : Task scheduled triggered by event ID Splunk for visualization Splunk The first step is to have a running Splunk system. You

    shellandco_admin April 24, 2015 Log Analyzer, Monitoring, Security No Comments Read more

    Monitor and graph your Linux Bind servers with Grafana

    The purpose of this tutorial is to help you to configure the following components : bind : configure statistics influxdb : time series database collectd-proxy : program written in Go that will act as a gateway between collectd and influxdb

    shellandco_admin February 6, 2015 Log Analyzer, Monitoring, Project, Tips 5 Comments Read more

    Wmic tool to check Active Directory replications

    I have written a bash script based on the wmic tool (available here / procedure here) to check the status of the Active Directory replication between my domain controllers. The script performs these steps : list the domain controllers hostname+ip

    shellandco_admin January 12, 2015 Active Directory, Monitoring, PHP, Shell No Comments Read more

    Find The Largest Top 10 Files and Directories On a UNIX

    No problem to find the largest top 10 files and directories on a UNIX system with this command : du -hsx * | sort -rh | head -10 Output : 536G home 1.3G usr 1.2G var 756M lib 123M boot

    shellandco_admin August 7, 2014 Filesystem, Monitoring, Shell No Comments Read more

    Wmic command on Linux

    The wmic command on Linux : the main tool I’m using to monitor my Active Directory forest. This tool and the right bash shell script will give you the key to live monitor your Active Directory environment with low costs.

    shellandco_admin July 14, 2014 Monitoring, Shell 1 Comment Read more

    Retrieve with graph bars Unix filesystem informations through SSH

    This PHP script can retrieve a filesystem information through SSH using these steps : launch an SSH connection to a remote server execute through SSH a “df” command display the results using graph bars This code was initially designed to

    shellandco_admin February 4, 2014 Filesystem, Monitoring, PHP, Project No Comments Read more

    Recent Posts

    • Get Azure Security event workspace configuration
    • Copy certificate to the Windows Services store
    • Copy files from Windows CIFS share
    • Create a certificate from a request file with Powershell
    • Ansible – Manage multi-threading in playbooks

    Recent Comments

    • shellandco_admin on Get GDI handles by process
    • tadalafil 20 mg on Get GDI handles by process
    • รับออกแบบโลโก้ on Playing with ACL on the Active Directory objects
    • ปืนสั้นแก๊ส on Audit the Active Directory FREE
    • XxGaaabrielxX on Fake update screens
    Copyright © 2023 shell{&}co. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.