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| :80 { | |
| root /serve | |
| } |
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| # coding: utf-8 | |
| from __future__ import unicode_literals | |
| import re | |
| from .common import InfoExtractor | |
| from ..utils import ( | |
| ExtractorError, | |
| sanitized_Request, |
| import os | |
| import yaml | |
| import logging.config | |
| import logging | |
| import coloredlogs | |
| def setup_logging(default_path='logging.yaml', default_level=logging.INFO, env_key='LOG_CFG'): | |
| """ | |
| | **@author:** Prathyush SP | |
| | Logging Setup |
| # From http://stackoverflow.com/a/11158224 | |
| # Solution A - If the script importing the module is in a package | |
| from .. import mymodule | |
| # Solution B - If the script importing the module is not in a package | |
| import os,sys,inspect | |
| current_dir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) | |
| parent_dir = os.path.dirname(current_dir) | |
| sys.path.insert(0, parent_dir) |
| #!/bin/bash | |
| aptitude -y install expect | |
| // Not required in actual script | |
| MYSQL_ROOT_PASSWORD=abcd1234 | |
| SECURE_MYSQL=$(expect -c " | |
| set timeout 10 |