- Видео 34
- Просмотров 149 294
Reid Neu
Добавлен 2 дек 2013
Видео
TRD Skid Plate Repair | Seized Access Panel
Просмотров 22211 месяцев назад
TRD Skid Plate Repair | Seized Access Panel
EASY Toyota Tacoma Oil Change | 3rd Gen Step-By-Step
Просмотров 1,7 тыс.11 месяцев назад
EASY Toyota Tacoma Oil Change | 3rd Gen Step-By-Step
[4K] Arduino Nano ESP32 with MacOS | IDE Download and Setup
Просмотров 1,4 тыс.Год назад
[4K] Arduino Nano ESP32 with MacOS | IDE Download and Setup
[4K] Unboxing and Installation | Advanced Wheel Locks
Просмотров 4,3 тыс.Год назад
[4K] Unboxing and Installation | Advanced Wheel Locks
I bought a set four years ago when I bought my Tesla model Y and you couldn’t get there ratchet key into the lug nut holes on the Tesla OEM wheel. They refunded my money and they said they were working on them And it’s been over four years and nothing yet It’s a real shame I would love to have a set There have only been 3.5 million Tesla model Y sold since. I guess that’s not enough cars for them to put out a version that works ? Or they just don’t like electric vehicles It’s a shame
You loosened toward the bottom rather than toward the left.
That is the worst command name.
That lock is nothing a bolt extractor socket will have that off in 3 seconds and two taps
how many sets of wheels have you 'taken' home to add to your collection?
@kendallhughes7507 lol. None, but i use these wheels locks for three years. but I seen the video of these wheel locks being taken off with the extractor socket, the socket extractor with the twisty grooves in it.
Linux is a kernel. A KERNEL. A GNU/Linux system is a Posix system, so those commands are Posix or UNIX compliance commands, not Linux commands,
Can anyone who has that same key take them off ? Or every key is different
Each key is different and comes with a code in case you need to request a replacement from the company
@@reidneu great thanks for the info
Who makes that skid plate? I need one for my 4Runner.
Toyota OEM!
This is interesting. Do you know what us the main use case of soft vs hard links?
Creating data backups seems to be the most common use case. If there’s at least one reference to the inode remaining, data can be still be recovered! Similar to this example where the original file was removed
For unsorted data in a column, as the last command you can use: sort -u Which will sort data and print only unique values in one go
tail -f debug.log ^ continuously prints every new line added to a file - useful when you just want to check something and anticipate it to show up in a log file
ncdu command is also pretty neat
I use dust instead. It's the better du
Just a small nitpick, the sort command can directly accept a file and you don't need to cat a file and pipe it. You can look up "UUOC" for more details.
Been looking for a way to kill certain processes for a while now. The process id is so useful! Thanks
Why type clear when we can Control-L?
gdu, prettier than ncdu, interactive as opposed to `dust`
Thank you
I had to lookup the awk part cause i dont use it often. This makes a tree of the top n folders and the top m files in the folders. du -ah | sort -rh | awk 'BEGIN{FS="/";OFS="/"}{if (NF==1) {print;count=1} else {count++;if(count<=<n files per folder>)print}}' | head -n <top n folders>
隠しファイルは? du --human-readable --summarizr * .* | sort -h
I don't understand why so many people use 'clear' to clear the shell when a Ctrl-l would do the job with one keystroke
Sometimes some folks like to use it for a custom keybind that does something entirely different. I myself have aliased "c" to "clear" so it feels much faster
Can i buy the set and let a tire shop put it?
ncdu
this is the way
Linux sucks
nah
Not the point. If you're a sysadmin or you work with servers whether via stuffs like AWS or docker, Linux skill is very much relevant.
Exactly what I was looking for, thanks! I thought all trd wheels came with a lock from factory though
True
Love these shorts! Thanks for the clear and concise explanations
I was right 🥸
what's the difference between -iname and -name flags ?
iname is for searching with a case insensitive name! If the file was named with any capital letters it also would have popped up in the search
Mount a network drive and use it as swapspace to dowbload more ram 😂
This is actually smart.. but very impractical as it's gonna be hella slow
I think depending on polkit settings you dont need sudo or root
Straight to the point, educative and entertained, nice job man.
Shift + z + z is my favorite shortcut for vim :)
Large PDFs for Longer pipes.
man i hate memorizing commands im good
Huh, neat! Thats a good one!
Copy live iso image to a usb stick
Thanks for these videos!
I'm here for the algorithm!
These are pretty cool. Thanks for your work.
Glad you like them!
Great Video! This is exactly what I needed! :D
Exactly this is what I wanted. Thanks
Subscribed
cd ~
Carl+a to bring cursor to command start.
Oh hey, one I actually knew, this has been a great series and actually teaches Linux really well
Thanks for saying so!
tar Xtract Ze File, someone somewhere said this and it stuck with me
This is a great way to remember the flags!
Love that you link them to last short. Nice content 👌 I work with a custom Unix OS so I can just bash cmd them if they dont work.
Glad you like them!
the actual problem was running windows on your pi
Try 64gb... Proly work
z hasn't been required for many, many years. I typically use "tar xf" to extract.