Skip to content

Instantly share code, notes, and snippets.

@faizal2007
faizal2007 / basic_firewall.sh
Created April 27, 2021 01:21
Basic firewall only block incoming access
#!/bin/bash
# My system IP/set ip address of server
PUBLIC_PORT=(22 80)
# comment this to disable
ENABLE_PRIVATE=1
##
# $PRIVATE_PORT must have the same array lenght
# with PRIVATE_IP
@faizal2007
faizal2007 / xen-conf-window
Last active October 25, 2023 08:08
Xen config using iso
# The MIT License (MIT)
# Copyright © 2023 Faizal Sadri
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ElevateNonAdmins"=dword:00000001
"WUServer"="http://192.168.8.53:8530"
"WUStatusServer"="http://192.168.8.53:8530"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000003