zer0 / Fastest unattended windows installation
0 gustos
0 bifurcaciones
1 archivos
Última actividad
WILL WIPE DISK0
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> |
3 | <!--https://schneegans.de/windows/unattend-generator/?LanguageMode=Unattended&UILanguage=en-US&Locale=en-US&Keyboard=00000409&GeoLocation=244&ProcessorArchitecture=amd64&BypassRequirementsCheck=true&BypassNetworkCheck=true&ComputerNameMode=Random&TimeZoneMode=Implicit&PartitionMode=Unattended&PartitionLayout=GPT&EspSize=300&RecoveryMode=Partition&RecoverySize=1000&WindowsEditionMode=Unattended&WindowsEdition=pro&UserAccountMode=Unattended&AccountName0=Admin1&AccountPassword0=&AccountGroup0=Administrators&AccountName1=&AccountName2=&AccountName3=&AccountName4=&AutoLogonMode=Own&PasswordExpirationMode=Unlimited&LockoutMode=Default&HideFiles=Hidden&WifiMode=Skip&ExpressSettings=DisableAll&KeysMode=Skip&WallpaperMode=Default&WdacMode=Skip--> |
4 | <settings pass="offlineServicing"></settings> |
5 | <settings pass="windowsPE"> |
6 | <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> |
7 | <SetupUILanguage> |
8 | <UILanguage>en-US</UILanguage> |
9 | </SetupUILanguage> |
10 | <InputLocale>0409:00000409</InputLocale> |
zer0 / AdGuardHome.yaml
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | # remove all comments |
2 | # make sure cert is issued both for the FQDN and the wildcard of that FQDN |
3 | http: |
4 | pprof: |
5 | port: 6060 |
6 | enabled: false |
7 | address: 0.0.0.0:24248 # port for HTTP UI - use a port not used by anything else. For docker, leave 0.0.0.0 as-is |
8 | session_ttl: 720h |
9 | |
10 | tls: |
zer0 / gist:147803944a7c45b389a06aabe38cde64
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | docker run --restart always --name pwgen -d -p 5069:5069 \ |
2 | -e NO_API_CHECK=true \ |
3 | -e PW_LENGTH=26 \ |
4 | -e PW_INCLUDE_UPPERCASE=true \ |
5 | -e PW_INCLUDE_DIGITS=true \ |
6 | -e PW_INCLUDE_SPECIAL=true \ |
7 | -e PW_EXCLUDE_HOMOGLYPHS=true \ |
8 | -e PP_WORD_COUNT=5 \ |
9 | -e PP_CAPITALIZE=true \ |
10 | -e PP_SEPARATOR_TYPE=space \ |
zer0 / restic excludes
0 gustos
0 bifurcaciones
1 archivos
Última actividad
common exclude file for restic
1 | lost+found |
2 | /dev |
3 | /proc |
4 | /run |
5 | /selinux |
6 | /var/cache |
7 | /var/log |
8 | /var/run |
9 | /var/tmp |
10 | /var/snap/* |
Siguiente
Anterior