Grep -Ff
the lager file has to come first it seems
https://answers.microsoft.com/en-us/windows/forum/all/kb5029351-update-fail-0x800f0991/2c76d622-3a1b-420e-8215-8dda65209fa8
https://legacy.imagemagick.org/Usage/text/ convert -background green -font arial -fill white -size 450 pango:"Text Text Text" image.png convert -background green -font arial -pointsize 24 -fill white -size 450 pango:"Text, Text, Text" Bindung.png
tasklist.exe | findstr wlmscpfs
netstat -ano | findstr :104
tasklist
netstat -ano | findstr <PID>
Get-WmiObject -Class Win32_MappedLogicalDisk | Select-Object DeviceID, ProviderName Get-PSDrive | Where-Object { $_.DisplayRoot -ne $null } | Select-Object Name, Root Get-PSDrive -PSProvider 'FileSystem'
dcmodify -i "0008,0060=ECG" test.dcm dcmodify -i "0032,1060=holter" test.dcm
base64 -di rezept2 | gzip -d Attach:eMediplan_CHMED16A_V2.0.pdf https://github.com/certifaction/hinsign-cli
https://samtools.github.io/bcftools/howtos/install.html
echo "root:passwd1234" | chpasswd
dcmj2pnm --write-jpeg 1.dcm ./output --all-frames
firewall-cmd --zone=public --permanent --add-port=80/tcp firewall-cmd --reload
update-crypto-policies --set LEGACY https://dev.to/armiedema/opening-up-port-80-and-443-for-oracle-cloud-servers-j35
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\WINDOWS\System32\bash.exe" -PropertyType String -Force
https://gist.github.com/carlware/f02e14232177c18f33b5743bde916d8a
mutool draw -F stext -o out.xml input.pdf
:%norm! gww
ffmpeg -i in.mp3 -af "afftdn=nr=10:nf=-30:tn=1" out.mp3
grep -ri generative . | awk '{print $1,$2,$3,":",$NF}'
Nokogiri 1.14.0 is out with YJIT support.
https://bugzilla.kernel.org/show_bug.cgi?id=216859
sudo flatpak update
error: sys_get_rdomain: cannot determine VRF for fd=4 : Protocol not available
ssh -vvv zdavatz@domain.ch
mount /dev/vda2 /mnt for name in proc sys dev ; do mount --bind /$name /mnt/$name; done mount --bind /etc/resolv.conf /mnt/etc/resolv.conf chroot /mnt/ /bin/bash
find /boot/vmli* stat -c %x /boot/vmlinuz-6.0.0-6-amd64
rmadison openssh-server
ls /sys/class/net sudo lshw -C network | grep 'logical name'
cat /etc/network/interfaces
CONFIGURE_OPTS="--disable-install-rdoc" rbenv install 3.2.0
$ ruby --jit -v -e itself ruby 3.2.0dev (2022-06-26T06:36:14Z master c2e37c8ff7) +MJIT [x86_64-linux] $ ruby --yjit -e0 ruby: warning: Ruby was built without YJIT support
grep -P "[\x80-\xFF]" file grep -axv '.*' file.txt