Display setup for personal use.
Check current display status
xrandr --query
# of simply
ip -s link show dev eth0
A curated list of awesome Bend tools, libraries and resources.
Solution:
You can solve that problem by inserting"enable-proposed-api": ["ms-toolsai.jupyter"] in the start settings of vs code.
So press CTRL+ALT+P -> "Preference: Configure Runtime Arguments" then insert the upper line. After that restart vscode.
```bash | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash | |
source ~/.bashrc | |
nvm install 20 | |
nvm use 20 | |
``` |
https://www.hackerearth.com/challenges/college/coding_2025-test-2/?login=86489a8a9d20b2fea2badb86be0fc21e |
#! /bin/bash | |
TMPROOT=$(mktemp -d) | |
cd /$TMPROOT | |
SUDO='' | |
if (( $EUID != 0 )); then | |
SUDO='sudo' | |
fi |