[The Linux Experiment] 9 AMAZING COMMAND LINE TOOLS for Linux

🎯 Загружено автоматически через бота: 🚫 Оригинал видео: 📺 Данное видео является собственностью канала The Linux Experiment. Оно представлено в нашем сообществе исключительно в информационных, научных, образовательных или культурных целях. Наше сообщество не утверждает никаких прав на данное видео. Пожалуйста, поддержите автора, посетив его оригинальный канал: @TheLinuxEXP. ✉️ Если у вас есть претензии к авторским правам на данное видео, пожалуйста, свяжитесь с нами по почте support@, и мы немедленно удалим его. 📃 Оригинальное описание: Get 100$ credit for your own Linux and gaming server: Grab a brand new laptop or desktop running Linux: 👏 SUPPORT THE CHANNEL: Get access to a weekly podcast, vote on the next topics I cover, and get your name in the credits: YouTube: Patreon: Or, you can donate whatever you want: 📹 MORE VIDEOS FROM ME Linux news in Shorts format: Gaming on Linux: I’m also on ODYSEE: $/invite/@TheLinuxExperiment:e 🏆 FOLLOW ME ELSEWHERE: Twitter : Mastodon: @thelinuxEXP Pixelfed: Discord: 📷 GEAR I USE: Sony Alpha A6600 Mirrorless Camera: Sigma 56mm Fixed Prime Lens: Logitech MX Master 3 Mouse: Bluetooth Space Grey Mac Keyboard: Logitech Brio 4K Webcam: LG Curved Ultrawide Monitor: Logitech White Speakers: Xbox Controller: [id494579|*Amazon] Links are affiliate codes and generate small commissions to support the channel* This video is distributed under the Creative Commons Share Alike license. 00:00 Intro 00:33 100$ FREE CREDIT for your Linux or Gaming server 01:30 trash-cli & rmtrash: put files in the trash 03:46 autojump: move quickly to often visited directories 05:31 ranger: terminal file manager 06:32 the fuck: auto-correcting your mistakes 08:12 tldr: actually readable man pages 09:20 caniuse: check which browser supports what 10:24 eDex-UI: full screen terminal dashboard 11:32 espeak-ng: make your computer speak 12:35 gifgen: create gifs from any video file 13:52 And more! 14:33 Get a laptop or desktop that runs Linux out of the box 15:53 Support the channel Get the GIF from the video: Trash-cli & rmtrash: These let you put files in the trash with the command line, and follow the same options and arguments as the rm command, so you can alias one to the other. The syntax is really easy, with trash-put to put a file in the trash, trash-list to list all files, trash-restore to restore a file, and trash-empty, well, you guessed what this one does. Autojump: This is a tool that lets you super quickly jump into a specific directory, based on the folders you visit the most. Autojump starts maintaining a database of the folders you visit based on your history, the more you visit a folder, the higher it’s weight in the database. Ranger If the ls command is not enough for your file management needs, you can also use ranger. it’s a command line file manager that uses the vim keyboard shortcuts to navigate and interact with files. TheF*ck *ck (replace the “*“ by a “u“, of course) So, the F*ck is a project that will autocorrect your mistakes when you type a command. Let’s say you’re trying to install a package on Fedora. It will work with a LOT of different errors, like mistyping an argument, or command, forgetting an argument, and a lot more stupid mistakes. TLDR Another super helpful command is TLDR. If you’re starting with the command line, or trying to learn a new command, you might find the —help option insufficient, and the man command way too overstuffed with text. Caniuse There is an easy way to check which browser supports what, with the “caniuse“ command. You probably already know about the caniuse website, but you can also check it through your terminal, by just typing caniuse followed by the property or feature you want to use. edex-UI It basically displays a ton of system information, multiple terminals, your filesystem, your network usage, an on screen keyboard for touch