Identify the current target
sudo systemctl get-default
The result will likely display either the multi-user.target or graphical.target.
- docker
- docker-compose
- podman
- vagrant
- virtualbox
- nix
You need a bash terminal of linu or windown users need to install git bash
after installation rightclick and select git bash here
Now you have bash on windows
ssh in to server with
# define server IP
- Linux users: Use any linux terminal
- Windows users: install mobaterm
ssh -X -L 8888:127.0.0.1:8888 [email protected]
Before diving into signed and unsigned representations, it's essential to grasp the basics of binary numbers. Binary is a base-2 numeral system, meaning it only uses two digits: 0 and 1. Each digit in a binary number is called a bit. In a 4-bit binary number, there are four positions, each representing a power of 2, starting from the right (which is (2^0)).
Example of a 4-bit binary number:
1 0 1 1
Calculating its decimal equivalent: [
OlderNewer