New pages
27 June 2025
- 00:3600:36, 27 June 2025 Functions (hist | edit) [376 bytes] Admin (talk | contribs) (Created page with "A function is a block of code that only runs when it is called. You can pass data to a function. A function can return data as a result. You can create a function by defining it: <code> def my_function(): print("Hello from a function") </code> ... and call it thusly: <code> my_function() </code>")
- 00:1300:13, 27 June 2025 Print (hist | edit) [816 bytes] Admin (talk | contribs) (Created page with "Print prints stuff to the screen. [code]print("Print this.")[/code] Will print: Print this.")
- 00:1100:11, 27 June 2025 Basic Stuff (hist | edit) [24 bytes] Admin (talk | contribs) (Created page with "Print")
5 June 2025
- 23:3523:35, 5 June 2025 Basic Concepts (hist | edit) [3,013 bytes] Admin (talk | contribs) (Created page with " The three key objectives of cybersecurity programs are confidentiality, integrity, and availability.")
- 23:3023:30, 5 June 2025 Security (hist | edit) [343 bytes] Admin (talk | contribs) (Created page with "= Security Information on general security, and stuff for Security+ Basic Concepts")
15 April 2025
- 18:1318:13, 15 April 2025 Other Tools (hist | edit) [135 bytes] Admin (talk | contribs) (Created other tools page)
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.")
