sudo su
apt-get update && apt-get upgrade -y
apt-get install apache2 -yVerificando Actividade Do Firewall:
| {"lastUpload":"2020-08-14T19:17:12.075Z","extensionVersion":"v3.4.3"} |
| Wake on lan (Wol) how to use an alexa device to turn on and off your ubuntu linux pc | |
| https://www.wolskill.com | |
| sudo su | |
| apt install wakeonlan | |
| apt install ethtool | |
| (Find your ethernet adapter, mine was called 'enp4s0' (usually called 'eth0').) | |
| ifconfig -a |
sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config and all the other related packages like zsh-syntax-highlighting, zsh-history-substring-search, zsh-autosuggestions, etc., as we will use Oh My Zsh.
| { | |
| "emmet.syntaxProfiles" : { | |
| "javascript" : "jsx" | |
| }, | |
| "workbench.startupEditor" : "newUntitledFile", | |
| "editor.fontSize" : 16, | |
| "javascript.suggest.autoImports" : true, | |
| "javascript.updateImportsOnFileMove.enabled" : "always", | |
| "editor.rulers" : [ | |
| 80, |
| { | |
| "emmet.syntaxProfiles" : { | |
| "javascript" : "jsx" | |
| }, | |
| "workbench.startupEditor" : "newUntitledFile", | |
| "editor.fontSize" : 16, | |
| "javascript.suggest.autoImports" : true, | |
| "javascript.updateImportsOnFileMove.enabled" : "always", | |
| "editor.rulers" : [ | |
| 80, |
| {"name":"NUXT","icon":"flame","settings":"{\"settings\":\"{\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.fixAll.eslint\\\": \\\"explicit\\\",\\r\\n \\\"source.addMissingImports\\\": \\\"explicit\\\"\\r\\n },\\r\\n \\\"editor.suggest.showStatusBar\\\": true,\\r\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\r\\n \\\"editor.rulers\\\": [80, 120],\\r\\n \\\"editor.minimap.size\\\": \\\"fill\\\",\\r\\n \\\"editor.stickyScroll.enabled\\\": false,\\r\\n \\\"editor.quickSuggestionsDelay\\\": 1200000,\\r\\n \\\"workbench.tree.indent\\\": 10,\\r\\n \\\"editor.lineHeight\\\": 2,\\r\\n \\\"eslint.experimental.useFlatConfig\\\": true,\\r\\n \\\"editor.tabSize\\\": 3,\\r\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\r\\n \\\"[jsonc, json]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n },\\r\\n \\\"git.openRepositoryInParentFolders\\\": \\\"always\\\",\\r\\n \\\"explorer.compactFolders\\\": false,\\r\\n \\\"editor.guides.br |
Strategy: Bridge the WSL connection to use the native Windows Chrome installation via port forwarding. This avoids slow rendering inside Linux and utilizes your GPU.
Open PowerShell as Administrator for these steps.
ip route show | grep -i default | awk '{ print $3}'