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
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 |
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
#// 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" |
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
#// 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 ] |
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/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() |
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
<php> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> | |
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> | |
<meta http-equiv="expires" content="0"> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="pragma" content="no-cache" /> | |
<meta itemprop="name" content="Name of Gallery"> | |
<meta itemprop="description" content="more description"> | |
<!-- this .gif should be transcoded to .ico just rename the png file or gif as well--> |