Add a label to a Kubernetes node
List the nodes in your cluster, along with their labels: Choose one of your nodes, and add a label to it:
Add a label to a Kubernetes node Read More »
List the nodes in your cluster, along with their labels: Choose one of your nodes, and add a label to it:
Add a label to a Kubernetes node Read More »
First, we have to check that the Bluetooth device is not blocked: We should see something like this: If we want to unblock all, run: We need to enter into the Bluetooth tool to scan devices: sudo bluetoothctl Once we’re in the Bluetooth CLI, we need to run the scan command: We have to identify
Use Bluetooth keyboard or mouse on Linux / server Read More »
Add the following to your settings.json: In settings.json for example:
Word wrap in Visual Studio Code Read More »
Install cifs-utils Create a mount folder point. Mount the samba folder manually. Mount samba folder via fstab Create a file with credentials named “~/.smbcredentials” and make sure you secure it: Edit “/etc/fstab” file and add your entry. Finally, test the mount with:
Mount samba folder Read More »
First step is to create a virtual environment to install all needed libraries. Python3 incorporates a virtual environment (venv) maker. To create a venv with python3 we need to run: Or something more realistic: Then, we need activate the virtual env to install Django so we can use the django-admin tool to create the project.
Start new Django project from scratch Read More »