Actions

Special

New pages

New pages
Hide registered users | Hide bots | Hide redirects

27 June 2025

5 June 2025

15 April 2025

12 April 2025

  • 18:4318:43, 12 April 2025 Searching Logs (hist | edit) [7,252 bytes] Admin (talk | contribs) (Created page with "Tips and one-liners to help search logs. == Domlog Diving == === Get stuff from domlogs on cPanel: === <pre>echo -e "\e[93m\e[1mChecking Apache Domlogs:\e[0m";if [ -f /etc/cpanel/ea4/is_ea4 ]; then DOMLOGDIR='/var/log/apache2/domlogs/'; else DOMLOGDIR='/usr/local/apache/domlogs/'; fi;_tdominfo=$(grep -s `date +%d/%b/%Y` "$DOMLOGDIR"*);_tdiget=$(echo "$_tdominfo" | grep GET);_tdipost=$(echo "$_tdominfo" | grep POST);_tga1=$(echo "$_tdiget" | awk '{print $1}');_tga7=$(ec...")
  • 18:3218:32, 12 April 2025 Logs (hist | edit) [86 bytes] Admin (talk | contribs) (Created page with "Information and Tools for working with logs. * Log Locations * Searching Logs")
  • 05:0905:09, 12 April 2025 Python (hist | edit) [50 bytes] Admin (talk | contribs) (Created page with "This is a brief Python reference.")