One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| <?xml version="1.0" encoding="utf-8"?> | |
| <colorTheme id="9999" name="One Dark Like" modified="2015-09-01 19:55:49" author="Adam Gent" website="http://snaphop.com"> | |
| <searchResultIndication color="#E5C07B" /> | |
| <filteredSearchResultIndication color="#E5C07B" /> | |
| <occurrenceIndication color="#4B4E55" /> | |
| <writeOccurrenceIndication color="#4B4E55" /> | |
| <findScope color="#4B4E55" /> | |
| <deletionIndication color="#DF5F5F" /> | |
| <sourceHoverBackground color="#4B4E55" /> | |
| <singleLineComment color="#969896" italic="false" /> |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Run this commands:
sudo pacman -S virtualbox
uname -r
sudo pacman -S linux414-virtualbox-host-modules
sudo modprobe vboxdrvSSH authentication is required!
source: https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
If you are connected to a public Wifi and you want to change your MAC address to bypass 30 Minutes free sessions or for privacy, you can easily generate a random mac address every time.
sudo vi /etc/NetworkManager/conf.d/macchange.confInside write the following lines:
#[device]
This command shows all your open ports:
sudo ss -tupln