» sudo systemctl daemon-reload
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
==============================================
Edit*
- Open
/etc/wsl.confwith any editor:
» sudo systemctl daemon-reload
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
==============================================
Edit*
/etc/wsl.conf with any editor:| #!/bin/bash | |
| # http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html | |
| echo "Calculate MaxClients by dividing biggest Apache thread by free memory" | |
| if [ -e /etc/debian_version ]; then | |
| APACHE="apache2" | |
| elif [ -e /etc/redhat-release ]; then | |
| APACHE="httpd" | |
| fi | |
| APACHEMEM=$(ps -aylC $APACHE |grep "$APACHE" |awk '{print $8'} |sort -n |tail -n 1) | |
| APACHEMEM=$(expr $APACHEMEM / 1024) |
| # save it as /etc/profile.d/ssh-telegram.sh | |
| # use sed to parse JSON from ipinfo.io | |
| # you can get your user_id by writing to @get_id_bot | |
| USERID="<target_user_id>" | |
| KEY="<bot_private_key>" | |
| TIMEOUT="10" | |
| URL="https://api.telegram.org/bot$KEY/sendMessage" | |
| DATE_EXEC="$(date "+%d %b %Y %H:%M")" | |
| TMPFILE='/tmp/ipinfo-$DATE_EXEC.txt' | |
| if [ -n "$SSH_CLIENT" ] && [ -z "$TMUX" ]; then |
http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/bk-frontend-dev-guide.html
https://www.creare.co.uk/blog/magento/theming-in-magento-2-part-1
https://www.creare.co.uk/blog/magento/theming-in-magento-2-part-2
http://alanstorm.com/category/magento-2/Please try running following command.
Make config file:
sudo nano /etc/nginx/sites-available/bot.confThen copy and paste bot.conf content and edit YOUR.DOMAIN strings. Now install Let's Encrypt on your server. For example in Debian you need to add jessie-backports and easily install it with apt-get:
sudo apt-get install -t jessie-backports letsencryptThen get cert for you domain:
| Summary of passwords by sperglord8008s, updated November 1. 2020. For login try "root", "default", "defaul" or "root" | |
| 00000000 | |
| 059AnkJ | |
| 4uvdzKqBkj.jg | |
| 7ujMko0admin | |
| 7ujMko0vizxv | |
| 123 | |
| 1111 | |
| 1234 |
| 0815.ru | |
| 0wnd.net | |
| 0wnd.org | |
| 10minutemail.co.za | |
| 10minutemail.com | |
| 123-m.com | |
| 126.com | |
| 139.com | |
| 163.com | |
| 1fsdfdsfsdf.tk |
| #!/usr/bin/perl | |
| # | |
| # Simple log/alarm server receiving and printing to console remote dvr/camera events. | |
| # future releases at https://gitlab.com/667bdrm/sofiactl | |
| # Tested with: | |
| # | |
| # HJCCTV HJ-H4808BW | |
| # http://www.aliexpress.com/item/Hybird-NVR-8chs-H-264DVR-8chs-onvif-2-3-Economical-DVR-8ch-Video-4-AUDIO-AND/1918734952.html | |
| # |
| 86937 isset | |
| 43159 echo | |
| 31697 empty | |
| 29252 substr | |
| 26146 count | |
| 24248 is_array | |
| 22572 strlen | |
| 19365 sprintf | |
| 18090 unset | |
| 16584 str_replace |
| http://xdebug.org/install.php#configure-php | |
| http://blog.jetbrains.com/phpstorm/2013/08/debugger-configuration-validation-with-phpstorm/ | |
| on CentOS: | |
| 1. You need to install PHP’s devel package for PHP commands execution | |
| yum install php-devel | |
| yum install php-pear | |
| 2. Next install GCC and GCC C++ compilers to compile Xdebug extension yourself. | |
| yum install gcc gcc-c++ autoconf automake |