$ mkdir PROJECT.git
This file contains 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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Test</title> | |
<script type="text/javascript" src="/js/jquery.js"></script> | |
<script type="text/javascript"> | |
$j = jQuery.noConflict(); |
This file contains 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
#!/usr/bin/env python | |
""" | |
owncloud-filename-fixer.py | |
Used to remove '_conflict-YYYYMMDD-######' substrings from ownCloud-deemed conflicted files. | |
:copyright: (c) 2013 by Blake Rohde. | |
:license: ISC, see LICENSE for more details. | |
""" |
This file contains 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
#!/usr/bin/env python | |
""" | |
seafile-conflict-detector.py | |
Used to search a starting directory recursively looking for files with seafile conflict strings in their filename. | |
:copyright: (c) 2013 by Blake Rohde. | |
:license: ISC, see LICENSE for more details. | |
""" |
- Change the default root password using
# passwd
. - Copy
firewall
shell script and modify it accordingly. Run it. - Setup SSH by editing
/etc/ssh/sshd_config
and adding/editing the following lines. Note each allowed SSH user must replace USERNAME1, USERNAME2, etc. below.
This file contains 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
cp crt crt_bundle | |
cat COMODORSADomainValidationSecureServerCA.crt >> crt_bundle | |
cat COMODORSAAddTrustCA.crt >> crt_bundle | |
cat AddTrustExternalCARoot.crt >> crt_bundle |
This file contains 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
# Color hack for fun | |
rainbow = ( | |
'cyan', | |
'blue', | |
'magenta', | |
'pink', | |
'red', | |
'orange', | |
'yellow', | |
'green', |
This file contains 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
Sources: | |
Bypassing needless CenturyLink Wireless Router on Gigabit Fiber | |
http://kmwoley.com/blog/bypassing-needless-centurylink-wireless-router-on-gigabit-fiber/ | |
untagAll vs tagAll on Avaya Ethernet Routing Switches | |
https://blog.michaelfmcnamara.com/2012/02/untagall-vs-tagall-on-avaya-ethernet-routing-switches/ | |
Amazon.com: NETGEAR ProSAFE GS105Ev2 5-Port Gigabit Web Managed (Plus) Switch (GS105Ev2) | |
http://www.amazon.com/NETGEAR-ProSAFE-GS105Ev2-Gigabit-Managed/dp/B00HGLVZLY |
OlderNewer