Posts by splunk (44)

Git commands:

…or create a new repository on the command line echo "# auto_ldap" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/appletreecy/auto_ldap.git git push -u origin main …or push an existing repository from the command line git remote add origin https://github.com/appletreecy/auto_ldap.git git branch -M main git push -u origin main

Linux command

find -name '*.conf' -exec grep 'server.pem' {} + grep ERROR splunkd.log | awk '{count[$5]++} END {for (ERROR in count) print ERROR, count[ERROR]}' | sort -k2 -nr dd if=/dev/zero of=/opt/splunk/var/lib/splunk/tmptestfile bs=8k count=$((4*1024*1024/8)) conv=fdatasync,fsync oflag=direct

openssl command:

openssl s_client -showcerts -connect 10.10.10.10:9997 openssl x509 -noout -in server.pem -text

First Previous 3 4 5 6 7 Next Last

Our Sidebar

You can put any information here you'd like.

  • Latest Posts
  • Announcements
  • Calendars
  • etc