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
[DriverModules] | |
Driver0=yasdi_drv_serial | |
[COM1] | |
Device=/dev/ttyUSB0 | |
Media=RS485 | |
Baudrate=1200 | |
Protocol=SMANet | |
[Misc] | |
DebugOutput=/dev/stderr |
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
## | |
# 123Solar configuration file for nginx on Raspbian (Raspberry Pi) | |
## | |
server { | |
listen 80; | |
listen [::]:80; | |
server_name _; |
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
defaults | |
tls on | |
tls_starttls on | |
tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
account default | |
host smtp.email.com | |
port 587 | |
auth on | |
user [email protected] |
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
## | |
# 123Solar & meterN configuration file for nginx on Raspbian (Raspberry Pi) | |
## | |
server { | |
listen 80; | |
listen [::]:80; | |
server_name _; |
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/bash | |
################################################################################ | |
# | |
# This script automates the installation of the UniFi controller software on | |
# Ubuntu. | |
# | |
# http://www.technologist.site/ubnt | |
# | |
################################################################################ |
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/bash | |
hardware_extra_dist=() | |
hardware_sources=() | |
gui_sources=() | |
################################################################################ | |
# | |
# UpdateSources $1 $2 $3 $4 $5 | |
# |
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/bash | |
################################################################################ | |
# | |
# This script automates the installation of the UniFi controller software on the | |
# Raspberry Pi. | |
# | |
# http://www.technologist.site/ubnt | |
# | |
################################################################################ |
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/bash | |
################################################################################ | |
# | |
# This script automates downloading, compiling, patching and running Quake 3 on | |
# the Raspberry Pi. | |
# | |
# This script is written and maintained by Chris Lowe. | |
# | |
# http://www.technologist.site |
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
<# | |
================================================================================ | |
===== WordPress Installation Script for Windows Server 2016 and Windows 10 ===== | |
================================================================================ | |
#> | |
"`r`nWordPress Installation Script for Windows Server 2016 and Windows 10" | |
"====================================================================" | |
cd ~\Downloads |
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
<# | |
.SYNOPSIS | |
Creates a Hyper-V Virtual Machine suitable for running Debian. | |
.DESCRIPTION | |
This PowerShell script creates a new Hyper-V Generation 2 Virtual Machine | |
that is suitable for installing and running Debian. The default hardware | |
configuration set by this script is as follows: | |
- 4 Processor Cores | |
- 2GB Static Memory |
NewerOlder