- Install Proxmox 5.3
- Console/SSH into Proxmox
- nano /etc/apt/sources.list
- edit the file to look like this
| """Support for the Tuya lights.""" | |
| import logging | |
| from homeassistant.components.light import ( | |
| ATTR_BRIGHTNESS, | |
| ATTR_COLOR_TEMP, | |
| ATTR_HS_COLOR, | |
| ENTITY_ID_FORMAT, | |
| SUPPORT_BRIGHTNESS, | |
| SUPPORT_COLOR, |
| cd\Program Files\Microsoft Office\Office16 | |
| cd\Program Files (x86)\Microsoft Office\Office16 | |
| cscript OSPP.VBS /sethst:kms.digiboy.ir | |
| cscript OSPP.VBS /actcscript OSPP.VBS /dstatus | |
| slmgr.vbs /ckms |
Based on OpenWRT: 18.06.1
(Note: using tinyproxy might accomplish this with less work, but only 1.10 supports authentication. As of December 2018, OpenWRT does not include that version. However, squid also supports other authentication methods so this guide may remain useful.)
I wanted to turn an ordinary WiFi router into an HTTP proxy, but it turns out that the guides I found are for transparent proxies, and worse, OpenWRT doesn't compile authentication into squid!
Official OpenWRT guide to Squid (don't follow these steps blindly, as its only purpose is HTTP caching):
I have tried this setup and although it works and may be good for ceratin circumstances I would advise using ubuntu as the base with docker, docker-compose, and portainer. https://gist.github.com/mow4cash/626275e095f7f90898944a85d66b3be6
Link to my docker run file https://gist.github.com/mow4cash/6a25343cdeb0cd115f263dea0a3b623d
| <?php | |
| namespace App\Controller; | |
| use App\Entity\Demo; | |
| use App\Service\PaginationService; | |
| use Symfony\Component\HttpFoundation\Request; | |
| class DemoController extends AdminController | |
| { |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| import os | |
| import errno | |
| from subprocess import call | |
| from gitlab import Gitlab | |
| def mkdir_p(path): | |
| try: | |
| os.makedirs(path) | |
| except OSError as exc: # Python >2.5 | |
| if exc.errno == errno.EEXIST and os.path.isdir(path): |
| #!/bin/sh | |
| # | |
| # Download mainline kernel ppa packages published by the Ubuntu kernel team. | |
| # | |
| # usage: kernel-ppa list | |
| # kernel-ppa get [<version>] | |
| # kernel-ppa install | |
| # | |
| # |
| #!/bin/bash | |
| ### Install PHP 7.1 on OPenSUSE 42.2 64Bits | |
| ### https://build.opensuse.org/package/view_file/devel:languages:php/php7/php7.spec?expand=1 | |
| ### https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/ | |
| ### http://www.shaunfreeman.name/compiling-php-7-on-centos/ | |
| zypper in openssl-devel | |
| zypper in gcc gcc-c++ libxml2-devel pkgconfig libbz2-devel curl-devel libwebp-devel |