Skip to content

Instantly share code, notes, and snippets.

View growtopiajaw's full-sized avatar
🏠
Working from home

Growtopia Jaw growtopiajaw

🏠
Working from home
  • gjaw.duckdns.org
  • Malaysia
View GitHub Profile
#!/bin/bash
#CyberPanel installer script for Ubuntu 18.X and CentOS 7.X
postfix_variable=On
powerdns_variable=On
pureftpd_variable=On
download_server=cyberpanelsh.b-cdn.net
PROVIDER=undefined
@growtopiajaw
growtopiajaw / README.md
Last active April 24, 2026 14:09
UpdatePack7R2 for updating Windows 7 SP1 and Server 2008 R2 SP1

UpdatePack7R2 for updating Windows 7 SP1 and Server 2008 R2 SP1


The set allows you to update the working system, as well as integrate updates into the distribution. It can be installed on any edition of Windows 7 and Server 2008 R2, any bit depth and any language. Updates are included for all versions of Internet Explorer, all critical, recommended, and security updates. See details in the list of updates.

Download (size 730 MB) Magnet

UpdatePatch-19.8.22 fixes a boot problem on UEFI

✔Adding cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso.torrent OK
✔Adding cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso.torrent OK
Adding cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso.torrent OK
Adding cs_windows_7_home_premium_with_sp1_x64_dvd_u_676522.iso.torrent OK
Adding cs_windows_7_professional_with_sp1_x64_dvd_u_676956.iso.torrent OK
Adding cs_windows_7_professional_with_sp1_x86_dvd_u_677077.iso.torrent OK
Adding de_windows_7_home_basic_with_sp1_x86_dvd_u_676467.iso.torrent OK
Adding de_windows_7_home_premium_with_sp1_x64_dvd_u_676536.iso.torrent OK
Adding de_windows_7_home_premium_with_sp1_x86_dvd_u_676687.iso.torrent OK
Adding de_windows_7_professional_n_with_sp1_x64_dvd_u_677183.iso.torren OK
____ _ __ _ ___
/ __ \_________ (_)__ _____/ /_ | | / (_)__ ____ ____ ____ _
/ /_/ / ___/ __ \ / / _ \/ ___/ __/ | | / / / _ \/ __ \/ __ \/ __ `/
/ ____/ / / /_/ / / / __/ /__/ /_ | |/ / / __/ / / / / / / /_/ /
/_/ /_/ \____/_/ /\___/\___/\__/ |___/_/\___/_/ /_/_/ /_/\__,_/
/___/
:0: the only difference between digitalriver and technet is the _naming_, nothing else!
:1: please VERIFY md5/sha1-sums after each download (msdn-links containing proof of sha1-sums are linked behind each iso)
:2: the isos are provided as is
:3: if you\'re a microsoft representative, please dont be pissed, i just help your customers where you leave \'em in the dark (i do not provide keys here!), thank you!
## DIGITALRIVER ## ## TECHNET ## ## MD5 ## ## SHA-1 ## ## MSDN ##
------------- de_windows_7_starter_with_sp1_x86_dvd_u_678545.iso 7e88e30b655dc9bb8ce0a2e2a4f803f3 37bb946b83ef5ed801a634bd644abf03bf15952a 46892
------------- de_windows_7_starter_n_with_sp1_x86_dvd_u_678311.iso ae512ac4abd6e5bfc9323011e19efc43 d91321298c5483ea74e2264020c36adcffccaae6 46923
------------- de_windows_7_home_basic_with_sp1_x86_dvd_u_676467.iso 9cf2cf1d30404b9fa71acf4db7e28d67 5b86b6690b2ef236e71b256794a625c44d846952 47165
### BEGIN INIT INFO
# Provides: bitnami-APPNAME
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start daemon at boot time
# Description: Enable services provided by daemon.
### END INIT INFO
[Unit]
Description=Bitnami LAMP Stack
[Service]
ExecStart=/bin/bash "/opt/bitnami/ctlscript.sh $@"
WorkingDirectory=/opt/bitnami
Restart=always
[Install]
WantedBy=multi-user.target
[Unit]
Description=vncserver
[Service]
ExecStart=/usr/bin/vncserver "-localhost no"
WorkingDirectory=/root
Restart=always
[Install]
WantedBy=multi-user.target
<Directory "/opt/bitnami/apps/myapp/htdocs">
Options +MultiViews
AllowOverride None
<IfVersion < 2.3 >
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
<VirtualHost *:80>
RewriteEngine On
ProxyRequests Off
ProxyPreserveHost On
ServerName netdata.domain.tld
<Proxy *>
Require all granted
</Proxy>