- Go to layer section and select logo layer
- On menu choose Layer --> Layer style -- > Color Overlay...
- Change Blend Mode color to white
- Press Ok
Do you have an account on https://www.npmjs.com?
Not sure? Try the following command to see if you are already logged in:
$ npm whoami
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 | |
echo " | |
-------------------------------- | |
Installing PM2 on Ubuntu 20.04 | |
-------------------------------- | |
" | |
# To run: | |
# curl <raw URL>/install-pm2-ubuntu-20-04.sh | sudo bash |
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 | |
echo " | |
------------------------------------------------- | |
Setting Up a Basic UFW Firewall on Ubuntu 20.04 | |
------------------------------------------------- | |
" | |
# To run: | |
# curl <raw URL>/setup-basic-ufw-firewall-ubuntu-20-04.sh | sudo bash |
NewerOlder