what is my local ip address?
ifconfig | grep 192 Hosting files locally You can then host files using python’s http module $ python3 -m http.server Any device on your LAN (i.e connected to the same wifi network) can then ...
ifconfig | grep 192 Hosting files locally You can then host files using python’s http module $ python3 -m http.server Any device on your LAN (i.e connected to the same wifi network) can then ...
Let’s say I want to find all instances of “strftime” in any .rb files in the current directory, starting in the current directory I can use the --include=".rb" file to only apply my grep to .rb fi...
Use Time.now.strftime("%Y-%m-%d")
When copying an entire directory dir1 to another directory dir2, use the cp command with the -r flag, i.e: $ ls file1 $ cp -r file1 file2 $ ls file1 file2
run the following gpg command: gpg --armor --export-secret-keys KEY-ID
Use the following command to view your GPG keys: gpg --list-secret-keys --keyid-format LONG
Use sha1sum: echo "Hello" | sha1sum Source https://missing.csail.mit.edu/2020/security/
Print out all the files starting with the word ‘alias’ and append them to the ~/.aliases file grep '^alias ' ~/.zshrc >> ~/.aliases
My list of completed projects in the freecodecamp HTML&CSS course: Recipe Page Travel Agency Page (completed but forgot to download it)
:root { color-scheme: dark; }