Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/wlanhacking.meta failed
wlanhacking
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wlanhacking [2019/06/19 08:57] – 109.192.255.244 | wlanhacking [2022/03/02 21:19] (current) – [ffmpeg] 178.3.198.211 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== ffmpeg ==== | ||
+ | trim | ||
+ | ffmpeg -i my_video.mp4 -ss 00:00:15 -t 00:00:10 -async -1 clip.mp4 | ||
+ | https:// | ||
+ | | ||
+ | reencode lower qulaity crf 18-28 is sane, lower crf is higer quality | ||
+ | ffmpeg -i input -c:v libx264 -preset slow -crf 22 -c:a copy output.mkv | ||
+ | https:// | ||
+ | |||
+ | ==== LAPTOP Akku state ausgeben ==== | ||
+ | |||
+ | upower -i / | ||
+ | |||
+ | |||
+ | |||
+ | ==== drive speed test ==== | ||
+ | |||
+ | sudo hdparm -tT --direct / | ||
+ | |||
+ | ==== iperf ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Server 1 TCP: [root@server1 ~]# iperf -s | ||
+ | Client 2 TCP: [root@server2 ~]# iperf -c 192.168.255.1 | ||
+ | |||
+ | |||
+ | Server 1 UDP: [root@server1 ~]# iperf -s -u | ||
+ | client 2 UDP: [root@server2 ~]# iperf -c 192.168.255.1 -u -b 1000M | ||
+ | ==== rest ==== | ||
+ | |||
+ | remove all tagsexept date from JPEG: exiftool -all= -tagsFromFile @ -*date* *.jpg | ||
+ | |||
+ | |||
+ | netdiscover -i eth0 -r 192.168.178.0/ | ||
+ | |||
+ | |||
+ | monitor mode https:// | ||
+ | |||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | mac adresse ändern http:// | ||
+ | |||
+ | https:// |