Fast, reliable, and secure dependency management.
Some reasons you might want to use REST framework:
- Improved numeric literals: six_figures = 100_000 will output 100000
- String interpolation: Introduces Formatted String Literals.
unmanaged wired connection.sudo pppoeconf to configure a pppoeconfiguration./etc/NetworkManager/NetworkManager.conf with sudo previlege:sudo gedit /etc/NetworkManager/NetworkManager.conf
managed=false to managed=trueApps like VLC, Libreoffice do not open from the dock and cannot open associated file extension that is mapped to the app (e.g. .mp3). FYI, the apps are installed from Ubuntu app center
sudo apt install vlc -y
Here are some steps to try if you're getting an error mounting /dev/nvme0n1p6 in Ubuntu 23.10:
gcc, g++, and nvcc:gcc --version
gcc (Ubuntu 13.2.0-4ubuntu3) 13.2.0
g++ --version
g++ (Ubuntu 13.2.0-4ubuntu3) 13.2.0
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Tue_Aug_15_22:02:13_PDT_2023
I updated my package autolike today using the following steps:
setup.py and modify package as necessary.Assuming you’re in the root of your project directory, then run:
pip install -e .
Set up SSH to reduce the risk of exposing your username and password. Some reasons you might want to use SSH key base authentication:
ssh-keygen -t ed25519 -C "your_email@example.com"
Settings > SSH and GPG keys page of GithubNew SSH key~/.ssh/id_ed25519.pub:cat ~/.ssh/id_ed25519.pub
$ git remote -v
> origin https://github.com/USERNAME/REPOSITORY.git (fetch)
> origin https://github.com/USERNAME/REPOSITORY.git (push)