-
Install needed adobe apps from adobe creative cloud.
-
Open Terminal.
-
Copy-paste the below command to your terminal and run it (enter password if asked).
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
| /** | |
| Clarity (http://clarity.design) (at the moment of writing) does not have an auto-complete/combobox component. | |
| ng-select is currently one of the more popular angular2/4 packages for adding auto-complete components to an angular project. | |
| This style sheet allows anyone to use ng-select in a angular+clarity project that uses clarity forms. | |
| To get these styles applied to your ng-select component, declare your form component as follows: | |
| <form clrForm> | |
| <clr-input-container> | |
| <label>Foo</label> |
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
| ########## | |
| # Tweaked Win10 Initial Setup Script | |
| # Primary Author: Disassembler <[email protected]> | |
| # Modified by: alirobe <[email protected]> based on my personal preferences. | |
| # Version: 2.10.1, 2017-11-25 | |
| # Primary Author Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
| # Tweaked Source: https://gist.github.com/alirobe/7f3b34ad89a159e6daa1/ | |
| # Tweak difference: | |
| # | |
| # @alirobe's version is a subset focused on safely disabling telemetry, 'smart' features, and 3rd party bloat ... |
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
| /* | |
| This example shows how you can use your data structure as a basis for | |
| your Firebase security rules to implement role-based security. We store | |
| each user by their Twitter uid, and use the following simplistic approach | |
| for user roles: | |
| 0 - GUEST | |
| 10 - USER | |
| 20 - MODERATOR |
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
| <?xml version='1.0' encoding='utf-8'?> | |
| <?grc format='1' created='3.7.11'?> | |
| <flow_graph> | |
| <timestamp>Wed Jan 4 13:17:31 2017</timestamp> | |
| <block> | |
| <key>options</key> | |
| <param> | |
| <key>author</key> | |
| <value></value> | |
| </param> |
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
| """ | |
| Computes channelization scheme for a set of input frequencies. | |
| Example output: | |
| $ python channelize.py | |
| Input frequency spacing: | |
| freq[00] 854037500 | |
| freq[01] 854212500 dfreq=175000.000000 | |
| freq[02] 854312500 dfreq=100000.000000 |
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
| #!/usr/bin/env bash | |
| # unifi_ssl_import.sh | |
| # UniFi Controller SSL Certificate Import Script for Unix/Linux Systems | |
| # by Steve Jenkins <http://www.stevejenkins.com/> | |
| # Incorporates ideas from https://source.sosdg.org/brielle/lets-encrypt-scripts | |
| # Version 2.2 | |
| # Last Updated June 26, 2016 | |
| # REQUIREMENTS |
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
| [Unit] | |
| Description=Google Cloud Compute Engine SQL Proxy | |
| After=cloud-config.target | |
| Wants=cloud-config.target | |
| [Service] | |
| Type=simple | |
| ExecStartPre=/bin/mkdir -p /run/cloudsqlproxy | |
| #Optional steps if you wanna link default mysqld socket to an instance |