This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # installs php-cgi . arch linux goes oom . spends 1702 hours fixing arch linux | |
| # I like working in php sometimes too | |
| import socket | |
| import threading | |
| import logging | |
| import os | |
| import subprocess | |
| import re | |
| import time | |
| import select |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Couldn't find a good clicker macro app. so I decided to create one myself. | |
| import tkinter as tk | |
| from tkinter import Toplevel, Label, Button, Checkbutton, IntVar | |
| import pyautogui | |
| import time | |
| import threading | |
| import logging | |
| from pynput import keyboard, mouse | |
| import signal | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # free time plus a need to build a screensaver in bash, enjoy the cascade. | |
| # ps. the key to this is the "eval" function. | |
| # - gary | |
| # clear the screen and hide the cursor | |
| echo -e "\033[2J\033[?25l" | |
| # get the number of lines and columns of the terminal | |
| R=$(tput lines) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Security + | |
| Spam filter | |
| - Spam defined. | |
| - in most cases, spam is defined as unsolicited bulk email(ube), or junk email. The spammer is hoping that the recipient will buy a product or service. | |
| - Filters for spam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SIMPLE NOW | |
| Security and Risk Management | |
| The CIA Triad: | |
| - Confidentialility | |
| - no unauthorized person can access (password protect) | |
| - Integrity | |
| - encryption of data |