The Problem
.DS_Store and __MACOSX files have littered servers, codebases and your colleague's workstations since Apple Inc. decided that MacOSX browsing speeds was more important than the general hygiene of the internet. Here's a cheatsheet to help you clean up after yourself.
zip -r data.zip . -x ".DS_Store" -x "__MACOSX"
Removing injects from existing zip files
Instructions for dual boot: https://askubuntu.com/questions/726972/dual-boot-windows-10-and-linux-ubuntu-on-separate-hard-drives
sudo apt install tmux build-essential gcc g++ make.
sudo apt-get install g++ freeglut3-dev build-essential libx11-dev \ libxmu-dev libxi-dev libglu1-mesa libglu1-mesa-dev
sudo apt install cuda cuda-drivers
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
| { | |
| "python.linting.flake8Enabled": true, | |
| "python.linting.enabled": true, | |
| "python.pythonPath": "/usr/bin/python3", | |
| "python.testing.pytestEnabled": true, | |
| "python.testing.pytestPath": "pytest", | |
| "python.testing.pytestArgs": ["-xvs", "--cov=tb_troll", "--cov-report=html", "tests/"] | |
| } |
YouTube Video: https://youtu.be/SzSSll7nJnI
sudo apt update
sudo apt install wireguard
OlderNewer