The Complete Guide to Install Raspberry Pi Headless and Wireless
You have a RaspberryPi to install, but no extra keyboard and no external monitor? No problem!
https://linuxhandbook.com/raspberry-pi-headless-setup/
The Complete Guide to Install Raspberry Pi Headless and Wireless
You have a RaspberryPi to install, but no extra keyboard and no external monitor? No problem!
https://linuxhandbook.com/raspberry-pi-headless-setup/
The Complete [and Definitive] Sed Command Guide
You will never need any other sed reference than this article crafted with love π... by myself
https://linuxhandbook.com/sed-reference-guide/
10 Practical Grep Command Examples for Developers
https://linuxhandbook.com/grep-command-examples/
Getting Started With the SED Command
New to `sed`? This is for you!
https://linuxhandbook.com/sed-command-basics/
In the Bash, pressing <Alt-U> will convert to uppercase the word starting at the current cursor position
It does not really answer the question asked in the title, but that article gives some interesting facts about the historical reasons behind the odd CD sample rate.
https://www.pro-tools-expert.com/home-page/2016/2/25/is-it-time-to-abandon-441khz
by Paul Maunder (https://www.facebook.com/paul.maunder)
http://niiconsulting.com/checkmate/2018/04/reverse-engineering-x64-for-beginners-linux/
I must confess having learned that many many years ago ... to circumvent the password protection of some VGA video game. Actually, it was more fun learning how to break it rather than actually playing the game!
`make` is really a mythical tool in the Unix toolchest.
http://pkgw.github.io/make_for_scientists/
Many times criticized. Feared. Improved or imitated.
But still alive.
The history of Solaris and the free alternatives
https://www.yesik.it/SOLARIS2017
JSON command line processing:
https://stedolan.github.io/jq/
So, you don't know yet the `grep` command ?
https://youtu.be/HBNNO92Juw4
Print even lines
seq 10 | sed -n '1b;P;N'
In #Bash, to edit the last three commands in your favorite EDITOR type:
fc -3 0
When leaving the editor, commands are executed
"How do you know whether a quantum computer has done anything quantum at all?"
Urmila Mahadev knows the answer
https://www.quantamagazine.org/graduate-student-solves-quantum-verification-problem-20181008/
#Quantum #Computing #Achievement
`less -R` will handle gracefully ANSI "color" escape sequences:
ls --color=always /tmp | less -R
seq 10 | awk NR%2
Keep odd lines of a file
If you ever had to connect to an Oracle backend, you may know how painful it used to be to set up an Oracle Instance on your test/dev host.
Thanks to @Docker, it is now several orders of magnitude simpler!
How to use the `chattr` command to secure shared files. An interesting post by Himanshu Arora on HowtoForge.
https://www.howtoforge.com/linux-chattr-command/
BTW, `chattr` has not to be confused with `chmod`!
In Bash `$(<file)` is equivalent to `$(cat file)`, but faster:
P=( $(</etc/passwd) )
echo ${P[0]}
Very great description of the difference between VMs and Containers
by @mikegcoleman
https://blog.docker.com/2016/03/containers-are-not-vms/
Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.
All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.