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
Error during include of component '/apps/myapp/components/cqsearch/sitesearchcontroller' | |
Error Message: | |
org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: File "/META-INF/tags/helloWorld.tagx" not found | |
Processing Info: | |
Page = /content/myapp/en/search-results | |
Resource Path = /content/myapp/en/search-results/jcr:content/searchControllerParsys/sitesearchcontroller |
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
SIZE=4; sudo dd if=/dev/zero of=/swapfile bs=1024 count=`expr $SIZE \* 1024000` && sudo mkswap /swapfile && sudo sh -c 'echo "/swapfile none swap sw 0 0" >> /etc/fstab' && sudo chmod 600 /swapfile && sudo swapon /swapfile; |
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
2016-07-15 03:14:14,050:DEBUG:certbot.main:Root logging level set at 30 | |
2016-07-15 03:14:14,050:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log | |
2016-07-15 03:14:14,050:WARNING:certbot.cli:You are running with an old copy of certbot that does not receive updates, and is less reliable than more recent versions. We recommend upgrading to the latest certbot-auto script, or using native OS packages. | |
2016-07-15 03:14:14,058:DEBUG:certbot.main:certbot version: 0.8.1 | |
2016-07-15 03:14:14,058:DEBUG:certbot.main:Arguments: [] | |
2016-07-15 03:14:14,058:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryPoint#manual,PluginEntryPoint#standalone) | |
2016-07-15 03:14:14,065:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None | |
2016-07-15 03:14:14,363:DEBUG:certbot.plugins.selection:Multiple candidate plugins: * webroot | |
Description: Place files in webroot directory | |
Interfaces: IAuthenticator, IPlugin |
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
TMP_PATH=~/tmp_install_python | |
# Versions section | |
PYTHON_MAJOR=2.7 | |
PYTHON_VERSION=$PYTHON_MAJOR.10 | |
mkdir $TMP_PATH && cd $TMP_PATH | |
# Update yum and libraries | |
yum -y update |
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
def recursively_build__url_dict(d, urlpatterns): | |
for i in urlpatterns: | |
if isinstance(i, RegexURLResolver): | |
d[str(i.__dict__['_regex'])] = {} | |
if str(i.__dict__['_regex']) != "^admin/": | |
recursively_build__url_dict( | |
d[str(i.__dict__['_regex'])], i.url_patterns | |
) | |
else: | |
d[str(i.__dict__['_regex'])] = "REDACTED" |
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
sudo apt-get install libjpeg62-dev zlib1g-dev libtiff-opengl libtiff-tools libfreetype6-dev liblcms1-dev libopenjpeg-dev tcl-dev tk-dev | |
pip install -I pillow |
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
CONNECTED(00000003) | |
write to 0x9df8040 [0x9df8098] (121 bytes => 121 (0x79)) | |
[REDACTED] | |
read from 0x9df8040 [0x9dfd5f8] (7 bytes => 7 (0x7)) | |
[REDACTED] | |
read from 0x9df8040 [0x9dfd5ff] (79 bytes => 79 (0x4F)) | |
[REDACTED] | |
read from 0x9df8040 [0x9dfd5f8] (5 bytes => 5 (0x5)) | |
[REDACTED] | |
read from 0x9df8040 [0x9dfd5fd] (3226 bytes => 3226 (0xC9A)) |