Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
- Bash v5+ checkout Upgrading Bash on macOS
- bash-completion@2
__author__ = 'k0emt' | |
class Greeter: | |
def __init__(self): | |
self.message = 'Hello world' | |
# print self.message |
-
create a new VM and delete its virtual drive
-
inflate the .OVA file which is in fact a .TAR one :
$ tar -xvf <FILENAME>.OVA
<FILENAME>.OVF
<FILENAME>.MF
<FILENAME>[-diskX].VMDK
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
The following sample configures the Docker Engine to accept incoming connections on port 2375. All other configuration options will use default values.
{
"hosts": ["tcp://0.0.0.0:2375"]
}
The following sample configures the Docker daemon to keep images and containers in an alternate path.
OefcMxcunkm72Po71vVtX8zUN57vQtAC | |
PSKINdQe1GyxGgecYz2191H2JoS9qvgD | |
pHHlgpFt8Ka3Stb5UlTxcaEwciOeF2QM | |
61TvA2dNwxNxmWziZxKzR5aO9tFD00Nj | |
xTbXXOSBr0R65OcClImSwzadExoXU4tc | |
EJV3A4Mka2wPs7P8VBCO6xcpRe27iNJu | |
mEuInz8UH1ixLGJq4oQhEiJORERVG5xc | |
lkY0ng0XMo29zEhzyw3ibQfeEBxghwPF | |
syeCnFndQ8TE4qAGvhm9nZLBZOBgoLKd | |
7TeyFZ8oyLulHwYUOcSPzZ5w3cLYib61 |
This guide is only for original Ubuntu out-of-the-box packages. If you have added a custom PPA like
pipewire-debian
, you might get into conflicts.
Ubuntu 22.04 has PipeWire partially installed and enabled as it's used by browsers (WebRTC) for recoding the screeen under Wayland. We can enable remaining parts and use PipeWire for audio and Bluetooth instead of PulseAudio.
Starting from WirePlumber version 0.4.8 automatic Bluetooth profile switching (e.g. switching from A2DP to HSP/HFP when an application needs microphone access) is supported. Jammy (22.04) repos provide exactly version 0.4.8. So, we're good.
Based on Debian Wiki, but simplified for Ubuntu 22.04.
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb | |
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb |