-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusefulCommands
31 lines (22 loc) · 1.22 KB
/
usefulCommands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
dd bs=4M if=path/to/archlinux-version-x86_64.iso of=/dev/sdx conv=fsync oflag=direct status=progress
paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/\(.\)..$/.\1°C/'
xrandr --output HDMI-1-0 --auto
cat /sys/bus/pci/devices/0000:01:00.0/power/runtime_status
nmap -sS -sV -Pn -p- 192.168.10.28
gpg -c --no-symkey-cache --cipher-algo AES256 packages
nmap -sn 192.168.100.1/24 -vv
ffmpeg -i file -vf scale=1920:-2 outfile
ffmpeg -i input -c:v libx264 -preset slow -crf 22 -c:a copy output.mkv
ffmpeg -i source.ext -c:v h264_nvenc -rc constqp -qp 30 output.mkv
ffmpeg -hwaccel nvdec -i input.mkv -c:v h264_nvenc -preset slow -crf 18 -c:a copy -b:v 8000k output.mkv
yt-dlp --embed-subs 'https://youtube.com/playlist?list=PLq62NxyArWQHMVWBl8TdNrDWiCbtDNv60&si=b3ypNKdlpfq4JejR'
yt-dlp 'link' -S "res:1080,vcodec:av1"
“site:instagram.com intext:username”
ufw allow from 192.168.1.104 to any port 50000:50003 proto tcp
ufw allow from 192.168.1.104 to any port 2211
scp -P <port-number> -r [email protected]:/var/www/x .
find . -name '*.zip' -exec unzip {} \;
tar cf newtar.tar folder
tar czf newtar.tar.gz folder
tar xf tartoextract.tar
tar tvf listcontents.tar