sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 9 sudo apt-get install pkg-config
flatpak run org.gnucash.GnuCash
cat /sys/devices/cpu/caps/pmu_name
sed -n -e 5p -e 8p file
emerge -1pa `qlist -CI dev-qt/*`
meteor | sed -e '/Exited with code/q'
rename 's/[^\x00-\x7F]//g' *
security find-identity -vp codesigning security list-keychains
setx PATH "$env:path;\the\directory\to\add" -m
How to Create a Windows PowerShell Profile
New-item –type file –force $profile notpad $profile
gives you
$console = $host.ui.rawui $console.backgroundcolor = "black" $console.foregroundcolor = "white" $colors = $host.privatedata $colors.verbosebackgroundcolor = "Magenta" $colors.verboseforegroundcolor = "Green" $colors.warningbackgroundcolor = "Green" $colors.warningforegroundcolor = "white" $colors.ErrorBackgroundColor = "DarkCyan" $colors.ErrorForegroundColor = "Green" set-location C:\Users\zdavatz\Documents\VisualStudio\amiko_csharp clear-host # Chocolatey profile $ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" if (Test-Path($ChocolateyProfile)) { Import-Module "$ChocolateyProfile" }
awk -F';' '{print $1,$2,$9,$13}' Artikelstamm_Vollstamm.csv | grep 4519851
https://developer.apple.com/documentation/devicecheck?language=objc https://codeburst.io/unique-identifier-for-the-ios-devices-590bb778290d https://medium.com/walkin/how-to-uniquely-identify-an-ios-device-8bbd292737f7
https://stackoverflow.com/questions/6187250/pdf-text-extraction-with-coordinates
awk -F';' 'BEGIN {OFS = FS} {print $1,$2,$3,$4,$5,$6,$7,$8,$9,$10}' OPEN_MEDIC_2018.CSV > fr_atc_unique.txt vim fr_atc_unique.txt :sort u
Public Domain Drug APIs
sudo netstat -nlp | grep :*
vsftpd: from here.
awk 'NR==FNR{a[$1]; next} {for (i in a) if (index($0, i)) print $1,$2,$3,$4,$5}' galenik_Vollstamm.txt galenic_codes.txt
awk 'FNR==NR{a[$1]=$2;next} ($1 in a) {print $1,a[$1],$2,$3,$4,$5,$6,$7,$8,$9,$10}' atc wido.csv
du -d1 -x -h / | sort -h