some resources

https://www.w3schools.com/CSSref/tryit.asp?filename=trycss_overflow https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe_scrolling —————–Fonts——————————– https://fonts.google.com/specimen/Iceland?selection.family=Iceland https://fonts.google.com/specimen/Graduate —————tracker—————————- https://hackernoon.com/build-a-cryptocurrency-price-tracker-in-5-minutes-d66c3d37ad71 —————–Theme xfce———————- https://www.xfce-look.org/p/1240075/ Facebook0Twitter0Reddit0Linkedin0Stumbleupon0X

Using pyinotify to Monitor a Website and send alarms

Hello there now i will teach you how to monitor a website files to track and react to any type of events like a MOD or a DELETE or WRITE event in those files you can expand  the python code to make it better for example you can create a routine that writes the log into a file this way the tutorial wont require stdbuf for sending output to the log anyways here we go hope it helps you:

Read more

Review code for patterns

grep -rnw “/some/path” -e “exec(” | grep -v .js grep -rnw “/some/path” -e “system(‘” | grep -v .js grep -rnw “/some/path” -e “passthru(‘” | grep -v .js grep -rnw “/some/path” -e “highlight_file” | grep -v .js grep -rnw “/some/path” -e “proc_open” | grep -v .js Facebook0Twitter0Reddit0Linkedin0Stumbleupon0X

Clean php.ini

sed -e ‘/^;/d’ -e ‘/^$/d’ /etc/php.ini > /home/your-user/NEW_PHP.ini Facebook0Twitter0Reddit0Linkedin0Stumbleupon0X