wget https://download.01.org/gfx/RPM-GPG-GROUP-KEY-ilg -O - | \ sudo apt-key add -
Related posts:
- One-liners: simple ASA log parsers Sometimes you do not need a detailed log-analysis but several...
- One-liner: how to count the total amount of specific lines in several files Let’s calculate the amount of lines, containing the word “extended”...
- One-liner: how to show the top 5 web-server user IP-addresses cat /var/log/apache2/access.log | awk ' {conn[$1]++;} END { for (...
- One-liner: how to check the SSL certificate expiration of several servers for i in cnn.com bbc.co.uk do exp=`echo | openssl s_client...
- What directory PHP is busy with The file “cwd” under /proc/pid is a symbolic link to...