User Tools

Site Tools


computing:miscadmin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:miscadmin [2019/09/07 23:59] oemb1905computing:miscadmin [2019/11/03 02:57] oemb1905
Line 188: Line 188:
   set static on wndr wan   set static on wndr wan
  
--exim delete all messages-+-exim delete all messages and other-
      
   exim -bp <print message ids>   exim -bp <print message ids>
   exim -Mrm <message id>   exim -Mrm <message id>
   exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash   exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash
 +  
 +  use this for local interfaces for ipv6
 +  ::::0:0.0.0.0
      
 -verifying TLS with swaks on exim4 relay setup -verifying TLS with swaks on exim4 relay setup
Line 220: Line 223:
   for i in `deborphan`; do apt-get --purge remove -y $i; done   for i in `deborphan`; do apt-get --purge remove -y $i; done
  
- --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/09/07 23:56//+-checking ssh logs
  
 +  cat /var/log/auth.log | grep 'sshd.*Invalid'
 +  cat /var/log/auth.log | grep 'sshd.*opened'
  
- --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/08/08 17:52//+ --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/11/02 20:56//
computing/miscadmin.txt · Last modified: 2024/05/17 02:19 by oemb1905