General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
John Hunt
Veronica Explains
comments
Comments by "John Hunt" (@syrus3k) on "Veronica Explains" channel.
Previous
1
Next
...
All
I always like to describe public keys like locks and private keys like ... keys. I find this works well
30
props for using amiga workbench for your example. Soooo cool.
2
My ZX Spectrum manual was sooo good.
2
Also it had wicked cover art too.
2
Lol the marge simpson ref.. absolutely love it. I think she's neat.
1
Not written by an AI lol.
1
xeyes lol
1
You talk in exactly the same way as the guy on the technology connections channel... That is very freaky.. Are you related?!
1
Amiga vim!? Amaze!
1
Here's my terminal tips! 1. Stop typing 'exit'. Ctrl+D. 2. Stop using home/end keys: Ctrl+A / Ctrl+E 3. Learn to use Ctrl+R - recursive backwards search through history. This is massively powerful 4. Undo? Yup, it's ctrl+shift - (I think.. only in my muscle memory?!?) 5. Learn some basic vim, it's not that hard and makes a lot more sense when you understand the modes 6. Remember you can pipe outputs of commands into other commands.. this can help you be lazy: find . | grep -i somefilename # A bad but working way to find all files in the tree with somefilename The terminal isn't the be all and end all, but I find it way, way better for getting around the filesystem than any gui. When you learn various other tools the benefits of the terminal become apparent.. you can start plugging one thing into another using pipes etc and you can't do that with gui tools (afaik?!) It's like learning anything though.. it won't happen overnight.
1
my first linux was slackware or redhat.. a long time ago. Back then it was disgusting trying to get X to run..
1
I really liked Ubuntu when it came out.. it was basically Debian but up to date.
1
All I needed to know about sudo was this: sudo su - bwahaha!!
1
Please for the love of god, use find rather than piping paths to xargs!
1
Loving your videos Veronica, thanks! Didn't know about this tool but it's far nicer for reading the news than websites.
1
Ps aux pipe grep nano, kill.. Etc?
1
While I'm here, please check out using ln to create hard links, or rsync to create hard links. Amazing for creating delta based backups..
1
Previous
1
Next
...
All