-
In open Ubuntu 18.04 machine click Parallels Actions -> "Install Parallels Tools"
-
A "Parallels Tools" CD will popup on your Ubuntu desktop.
-
Open it by double mouse click, copy all the content to a new, empty directory on a desktop, name it for e.g. "parallels_fixed"
-
Open terminal, change directory to parallels_fixed (
cd ~/Desktop/parallels_fixed
) -
Make command line installer executable (
chmod +x install
) -
Change directory to "installer" (
cd installer
) -
Make few other scripts executable:
chmod +x installer.* *.sh prl_*
This file has been truncated, but you can view the full file.
This file contains hidden or 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
# Email List Containing free and disposable email service providers. | |
# Some domains have been included as they have been trapped by SPAM, Anti-Malware Systems | |
# NOTE: Some domains may have stopped working | |
0-00.usa.cc | |
0-180.com | |
0-30-24.com | |
0-420.com | |
0-900.com | |
0-aa.com |
This file contains hidden or 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
uses | |
{$IF Defined(IOS)} | |
Macapi.ObjectiveC, | |
iOSapi.Foundation, | |
{$ELSE} | |
Macapi.Foundation, | |
{$ENDIF} | |
Macapi.Helpers; | |
{$IF Defined(IOS)} |
This file contains hidden or 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
# edit the login message | |
vi /etc/motd | |
# switch to usable repos - iSH defaults often failed with EOF errors | |
echo https://dl-cdn.alpinelinux.org/alpine/v3.13/main > /etc/apk/repositories | |
echo https://dl-cdn.alpinelinux.org/alpine/v3.13/community >> /etc/apk/repositories | |
# install some basics | |
apk add zsh bash | |
apk add sed attr dialog dialog-doc bash bash-doc bash-completion grep grep-doc |
This file contains hidden or 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
#!/bin/bash | |
# Let's "secure" even the script for you :) | |
sudo -v | |
function ok() { | |
echo -e "[OK] "$1 | |
} | |
function bot() { |
This file contains hidden or 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
;=========================================================================================================================================== | |
; Additional Modifications by nomand | |
;========================================================================================================================================== | |
; | |
; - fixed Media_Next functinality | |
; - moved Eject key screenshots to active window screenshot shortcut (Ctrl+F3) | |
; - restored Lctrl <> Fn swap | |
; - restored page up/down, home/end functinality | |
; - F12 Insert remap kept disabled | |
; - cleaned up code indentations and comments |
This file contains hidden or 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
# Step 1: set up normal server with HTTPS https://letsencrypt.org/ | |
# Step 2: set up proxy settings as shown below | |
# Step 3: set custom domain in Intercom Help Center settings | |
<IfModule mod_ssl.c> | |
<VirtualHost *:443> | |
ServerName your-help-site.custom-domain.com # specify your custom domain here | |
SSLEngine on | |
SSLProxyVerify none |
This file contains hidden or 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
event: string (order.success) | |
thrivecart_account: string (Your account's subdomain) | |
thrivecart_secret: string (Your account's 'secret word' parameter) | |
base_product: int (The ID of the front-end product this order relates to) | |
order_id: int (Unique order ID) | |
currency: string (Uppercase, 3-character currency code - USD, GBP, etc) | |
customer_id: int (Customer ID) | |
customer_identifier: string (Customer identifier from your payment processor - may be null) | |
customer: array (name, firstname, lastname, email, address) | |
order: array: |
This Gist contains the script and generated output file for an Acer B276HUL.
The pre-generated file below is known to work with:
- OS X Mavericks
- OS X Yosemite
- OS X El Capitan
For El Capitan:
- Restart your Mac while holding Command-R: this puts your Mac into Recovery Mode.
This file contains hidden or 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
var CONSUMER_KEY = "<< YOUR KEY HERE >>"; | |
var CONSUMER_SECRET = "<< YOUR SECRET HERE >>"; | |
function getConsumerKey() { | |
return CONSUMER_KEY; | |
} | |
function getConsumerSecret() { | |
return CONSUMER_SECRET; | |
} |
NewerOlder