Skip to content

Instantly share code, notes, and snippets.

View oeai's full-sized avatar
💭
construction time - a gain

R/A OeAi oeai

💭
construction time - a gain
View GitHub Profile
@oeai
oeai / GPLv3a +gp +ai +xak
Last active May 18, 2025 10:49
GPL v3(a) +gp +ai +xak License explained
This is the addon for GPLv3
it's like we got that GPL v3 license with some additions
For the basic GLPv3(a) - let's say it has these keys +gp +ai +xak
main for this - as written in header
* [+gp] - open to use for good purposes. prohibited for crimes and all such bad stuff against people o[r/a]nd systems,
basically written in state law of each country, so if you use it for\in other country - you had to follow their law
if it is made for people in other coutries, they had to understand how it works for them and their own responsbility
@oeai
oeai / nft.Forward.Ports.to.Dest.sh
Last active March 19, 2025 09:23
nft script to forward ports in the system to send outer space data from exact port into the void network
#// code by OeAi / Symbiants // in date of Aug 2024
#// [+gp] - free to use for good purposes. prohibited for crimes and all such bad stuff against people o[r/a]nd systems
#// in other terms more like GPLv3(-xk +gp) * -xk means except sign keys and such - as this is a part of author?publisher identity
#// so you don't need to give it away, but you need to provide compatibility to use with other modded soft
#// Basically this script has come with peace from years before with the code made in March 2006
#// by Craig Zeller's (zeller@fatpenguin.com), Bob Sully (rcs@malibyte.net), Jeff Carlson (jeff@ultimateevil.org)
#// Rohan Amin (rohan@rohanamin.com) and Erik Wasser (erik.wasser@iquer.com) $ GPLv2+ i guess
EIF = "your.extremal.netw.interface"
IIF = "your.internal.netw.iface"
@oeai
oeai / nft.Open.Ports.to.Dest.sh
Last active March 19, 2025 09:23
nft script to open ports in the system to receive outer space data from exact port
#// code by OeAi / Symbiants // in date of Aug 2024
#// [+gp] - free to use for good purposes. prohibited for crimes and all such bad stuff against people o[r/a]nd systems
#// in other terms more like GPLv3(-xk +gp) * -xk means except sign keys and such - as this is a part of author?publisher identity
#// so you don't need to give it away, but you need to provide compatibility to use with other modded soft
#// Basically this script has come with peace from years before with the code made in March 2006
#// by Craig Zeller's (zeller@fatpenguin.com), Bob Sully (rcs@malibyte.net), Jeff Carlson (jeff@ultimateevil.org)
#// Rohan Amin (rohan@rohanamin.com) and Erik Wasser (erik.wasser@iquer.com) $ GPLv2+ i guess
#// they did a lot of work by hands and copy-paste as well.
#// For this script it is possible to use cmnd_1=nft cmnd_2=iptables and change [ nft ] to [ $cmnd_1 ]
@oeai
oeai / cron.weekly.motion.files
Last active December 21, 2015 19:09
motion bash script for cron.weekly - moves files into separated by month and week folders
#!/bin/sh
#cron weekly
DateMonth=$(date +'%b') #Monthly variable
MotionPath="/var/motion/"
DateWeek=$(date +'%W')
DateWeek=$((DateWeek - 1))
Mfolder=$MotionPath$DateMonth
Wfolder=$Mfolder/$DateWeek
DataStamp=$(eval date +%j)
create_dir_month()
@oeai
oeai / Simplest.folder.gallery.php
Last active May 18, 2025 11:12
php display files of current folder, i'm using for motion web cam with sorting of first 77 jpg+avi this can be changed with infinite value for ($z=$fiel;$z>0;$z--)