{"id":76111,"date":"2020-03-31T01:43:15","date_gmt":"2020-03-30T23:43:15","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/konsolnye-utility-linux-kotorye-smogut-oblegchit-vam-zhizn"},"modified":"2020-03-31T01:43:15","modified_gmt":"2020-03-30T23:43:15","slug":"konsolnye-utility-linux-kotorye-smogut-oblegchit-vam-zhizn","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/konsolnye-utility-linux-kotorye-smogut-oblegchit-vam-zhizn","title":{"rendered":"Linux console utilities that can make your life easier","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>A bit about console utilities that not many people know about, yet they can be useful for both a novice junior and a seasoned senior.<\/p>\n<p><noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h1 id=\"pochemu-stoit-napisat-ob-etom\">Why it's worth writing about this<\/h1>\n<p><\/p>\n<p>It's worth writing about utilities (especially console ones) because I've noticed many people do not leverage the console's power to its fullest extent. Many limit themselves to simply creating files and navigating directories while working in the console. I believe this is a result of the lack of resources in the Russian internet that properly explain utilities, how to work with them, and what they do.<br \/>\nWe will evaluate utilities on a 5-point scale. This is done so that you can immediately understand where, in my subjective opinion, one utility is head and shoulders above another. I am not advocating the use of anything specific, nor am I promoting <strong>only command-line utilities.<\/strong>No, on the contrary, I am simply giving you a choice. Whether to use or not use the knowledge I spent a lot of time acquiring is up to you.<\/p>\n<p><\/p>\n<p>I want to say right away that this post includes utilities that I found necessary during development. If you have suggestions on how to supplement this list, feel free to comment.<\/p>\n<p><\/p>\n<h1 id=\"pereydem-k-spisku\">Let's move on to the list<\/h1>\n<p><\/p>\n<h2 id=\"peredvizhenie-po-direktoriyam\">Navigating directories<\/h2>\n<p><\/p>\n<h3 id=\"vifm\">ViFM<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/8b6104b09627c36f686eebd9c66f5639.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/vifm\/vifm\">ViFM<\/a><\/noindex> \u2014 a vim-like file manager that can quickly switch between directories and perform operations on files and directories by entering commands or hotkeys. By default, it consists of two panels (black and white) between which you can switch.<\/p>\n<p><\/p>\n<p><em>Rating: 3, because to use this FM, you will need to learn a bunch of vim-like commands and know vim's hotkeys.<\/em><\/p>\n<p><\/p>\n<h3 id=\"mc\">mc<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/71315e03b4661a53fc3af7180ace665f.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/midnight-commander.org\/\">mc<\/a><\/noindex> (Midnight Commander) is a classic in Linux. With it, you can quickly navigate between directories, change permissions, open files with the built-in editor, and much more. The program features a quite intuitive interface, with hotkeys at the bottom and two panels at the top (between which you can switch using the Tab key).<\/p>\n<p><\/p>\n<p><em>Rating: 5. This is what a beginner needs, and it is suitable for advanced users. You don\u2019t need any prior knowledge to fully utilize this FM.<\/em><\/p>\n<p><\/p>\n<h3 id=\"ranger\">Ranger<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/5db56898a58de5b79a1033e38d287db8.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/ranger\/ranger\">Ranger<\/a><\/noindex> \u2014 yet another FM with a vim-like layout. However, this time the utility is written in Python, which makes it slower, but at the same time incredibly flexible and user-friendly. You can open files directly from the manager using rifle (a script that searches for which program will open a specific file on your PC). Editing, viewing shortcuts (separate from the manual invoked by the command :help), and many other features are also available.<\/p>\n<p><\/p>\n<p><em>Rating: 4. It would be a 5 if it weren't for the speed.<\/em><\/p>\n<p><\/p>\n<h2 id=\"bystryy-poisk\">Quick search<\/h2>\n<p><\/p>\n<p>Quick search is not available on the Gnome shell, for example. (<em>This talks about quick search including file contents. Gnome just has search, and it's very slow.<\/em>)<\/p>\n<p><\/p>\n<h3 id=\"fzf\">fzf<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/444ecca97933a5e84fa29dec40709735.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/junegunn\/fzf\">fzf (FuzzyFinder)<\/a><\/noindex> \u2014 a utility for quickly searching through directories and text in a specific set of files. It can easily be replaced by find, but is a faster and more convenient alternative.<\/p>\n<p><\/p>\n<p><em>Rating: 5. The utility does its job excellently.<\/em><\/p>\n<p><\/p>\n<h3 id=\"hf\">hf<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/hugows\/hf\">hf (happyfinder)<\/a><\/noindex> \u2014 another utility for quick searches in directories and files. It is distinguished by the availability of some hotkeys and a somewhat more convenient implementation of commands within the utility than its competitor.<\/p>\n<p><\/p>\n<p><em>Rating: 5<\/em><\/p>\n<p><\/p>\n<h3 id=\"autojump\">autojump<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/wting\/autojump\">autojump<\/a><\/noindex> \u2014 a utility for quickly jumping through folders to a specific file.<\/p>\n<p><\/p>\n<h2 id=\"redaktirovanie\">Editing<\/h2>\n<p><\/p>\n<p>Here I will limit myself to just listing utilities. After all, the editor is something you use constantly (and if you don't, then you certainly don't need extra explanations), so it's a matter of taste.<\/p>\n<p><\/p>\n<ul>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/vim\/vim\">Vim<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/neovim\/neovim\">NeoVim<\/a><\/noindex><\/li>\n<li>Nano (standard Linux editor)<\/li>\n<li>Vi (another standard Linux editor)<\/li>\n<li><noindex><a rel=\"nofollow\" href=\"http:\/\/www.gnu.org\/software\/emacs\/\">Emacs<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/zyedidia\/micro\">Micro<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/mawww\/kakoune\">Kakoune<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/hlissner\/doom-emacs\">Doom Emacs<\/a><\/noindex> (<em>just a configuration of Emacs, but it changes it so much that it no longer resembles vanilla Emacs.<\/em>)<\/li>\n<\/ul>\n<p><\/p>\n<h2 id=\"sami-terminaly\">The terminals themselves<\/h2>\n<p><\/p>\n<h3 id=\"alacritty-samyy-bystryy\">Alacritty (the fastest)<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/23302fd9a83a1a1a5d4bd29aece9ac97.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/alacritty\/alacritty\">Alacritty<\/a><\/noindex> \u2014 a terminal emulator on Linux\/Windows\/MacOS, which is considered the fastest (that's what the author of this terminal claims).<\/p>\n<p><\/p>\n<p><em>Rating: 4. In my subjective opinion, it's not the most convenient and comfortable terminal.<\/em><\/p>\n<p><\/p>\n<h3 id=\"hyper-samyy-krasivyy\">Hyper (the most beautiful)<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/31a162319b09f284dbeee8cfc79ca050.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/hyper.is\/\">Hyper<\/a><\/noindex> \u2014 a terminal that deserves to be tried on your system. Its interface is made with CSS\/HTML, and it is based on the Electron framework (which will definitely make it a bit resource-heavy).<\/p>\n<p><\/p>\n<p><em>Rating: 5. The terminal is convenient and beautiful. It's extensible and has a ton of features.<\/em><\/p>\n<p><\/p>\n<h2 id=\"bystraya-spravka-ili-poisk-chego-libo\">Quick help (or searching for something)<\/h2>\n<p><\/p>\n<h3 id=\"ddgr\">ddgr<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/2da51906220ec3b00e78edd905fd2b08.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/jarun\/ddgr\">ddgr<\/a><\/noindex> \u2014 a command-line utility that allows you to use DuckDuckGo directly from the console.<\/p>\n<p><\/p>\n<p><em>Rating: 5. The program quickly executes requests and provides results (of course, since there's no need to load HTML\/CSS. Everything is parsed quickly).<\/em><\/p>\n<p><\/p>\n<h3 id=\"tldr\">tldr<\/h3>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Linux console utilities that can make your life easier\" src=\"\/wp-content\/uploads\/2020\/03\/676b115fd95faa2efd30d7414e1ff7bf.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/tldr-pages\/tldr\">tldr<\/a><\/noindex> \u2014 a replacement for the standard man, which does the same thing but instead of providing a full manual for the program, it offers brief excerpts for quick usage.<\/p>\n<p><\/p>\n<p><em>Rating: 4. Sometimes tldr gives excessively short references, and there\u2019s simply no documentation for many programs in tldr.<\/em> <\/p>\n<p><\/p>\n<h3 id=\"howdoi\">howdoi<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/gleitz\/howdoi\">howdoi<\/a><\/noindex> \u2014 parses answers from various sites to programming questions.<\/p>\n<p><\/p>\n<p><em>Rating: 3. Often finds answers to completely unrelated questions. It\u2019s also extremely inconvenient that only one answer is outputted.<\/em><\/p>\n<p><\/p>\n<h3 id=\"navi\">navi<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/denisidoro\/navi\">navi<\/a><\/noindex> \u2014 a console utility similar to howdoi, but specifically answering questions about console commands.<\/p>\n<p><\/p>\n<h3 id=\"how2\">how2<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/santinic\/how2\">how2<\/a><\/noindex> \u2014 a utility similar to howdoi, but providing options for which question to view the answer to. (Parses everything from StackOverflow).<\/p>\n<p><\/p>\n<p><em>Rating: 5. The best utility for quick solution searches.<\/em><\/p>\n<p><\/p>\n<h2 id=\"veb-razrabotka\">Web Development<\/h2>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/surge.sh\/\">Surge<\/a><\/noindex> \u2014 a utility for quickly pushing websites to a free (or paid, depending on your requirements) server.<\/p>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/sgentle\/caniuse-cmd\">Caniuse<\/a><\/noindex> \u2014 a console utility that tells which tags are supported in browsers.<\/p>\n<p><\/p>\n<h2 id=\"dopolnitelnye-utility\">Additional utilities<\/h2>\n<p><\/p>\n<h3 id=\"trash-cli\">trash-cli<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/sindresorhus\/trash-cli\">trash-cli<\/a><\/noindex> \u2014 utility for viewing the contents of the trash.<\/p>\n<p><\/p>\n<h3 id=\"buku\">buku<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/jarun\/Buku\">buku<\/a><\/noindex> \u2014 a utility for quickly sorting and storing bookmarks from all browsers.<\/p>\n<p><\/p>\n<h3 id=\"tmux\">tmux<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/tmux\/tmux\">tmux<\/a><\/noindex> \u2014 a terminal multiplexer. It splits your terminal window into panes. Very convenient when you have no GUI available.<\/p>\n<p><\/p>\n<h3 id=\"text-meme-cli\">text-meme-cli<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/beatfreaker\/text-meme-cli\">text-meme-cli<\/a><\/noindex> \u2014 a utility for creating text animations on any background.<\/p>\n<p><\/p>\n<h3 id=\"asciinema\">asciinema<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/asciinema\/asciinema\">asciinema<\/a><\/noindex> \u2014 a utility for recording terminal command history into a gif file.<\/p>\n<p><\/p>\n<h3 id=\"youtube-dl\">Youtube-dl<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/ytdl-org\/youtube-dl\">youtube-dl<\/a><\/noindex> \u2014 a utility for downloading videos\/audios from the video hosting site Youtube.<\/p>\n<p><\/p>\n<h3 id=\"picofeed\">picofeed<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/seenaburns\/picofeed\">picofeed<\/a><\/noindex> \u2014 a lightweight RSS client for consoles.<\/p>\n<p><\/p>\n<h3 id=\"terminalnews\">terminalnews<\/h3>\n<p><\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/antavelos\/terminews\">terminalnews<\/a><\/noindex> \u2014 another convenient RSS client for the console.<\/p>\n<p><\/p>\n<h1 id=\"a-chto-za-spisok\">What kind of list is this?<\/h1>\n<p><\/p>\n<p>This is a list of utilities that I personally use. You can find an additional list here. <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/agarrharr\/awesome-cli-apps#terminal-sharing-utilities\">link to the GitHub repository<\/a><\/noindex><br \/>\nI kindly ask you to contribute your utilities to the list in the comments. If this post brought even a bit of something new to your terminal \u2014 I'm glad to help.<\/p>\n<p class=\"for_users_only_msg\">Only registered users can participate in the survey. <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/auth\/login\/\">Please log in<\/a><\/noindex>, please.<\/p>\n<h2 class=\"default-block__polling-title\">Was this article helpful to you?<\/h2>\n<ul class=\"poll-result\">\n<li class=\"poll-result__item\">\n<p>                <strong class=\"poll-result__data-percent\">29,2%<\/strong>Yes207<\/p>\n<\/li>\n<li class=\"poll-result__item\">\n<p>                <strong class=\"poll-result__data-percent\">34,5%<\/strong>No244<\/p>\n<\/li>\n<li class=\"poll-result__item\">\n<p>                <strong class=\"poll-result__data-percent  poll-result__data-percent_winner\">36,3%<\/strong>50\/50257<\/p>\n<\/li>\n<\/ul>\n<p>    708 users voted. 53 users abstained.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/487006\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041d\u0435\u043c\u043d\u043e\u0433\u043e \u043e \u0443\u0442\u0438\u043b\u0438\u0442\u0430\u0445 \u043d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u043d\u0430\u044e\u0442 \u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0435, \u043e\u0434\u043d\u0430\u043a\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u044b \u043a\u0430\u043a \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0435\u0433\u043e \u0434\u0436\u0443\u043d\u0430, \u0442\u0430\u043a \u0438 \u0434\u043b\u044f \u043a\u0440\u0435\u043f\u043a\u043e\u0433\u043e \u0441\u0435\u043d\u044c\u043e\u0440\u0430. \u041f\u043e\u0447\u0435\u043c\u0443 \u0441\u0442\u043e\u0438\u0442 \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043e\u0431 \u044d\u0442\u043e\u043c \u041d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043e \u0443\u0442\u0438\u043b\u0438\u0442\u0430\u0445 (\u043f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e \u043a\u043e\u043d\u0441\u043e\u043b\u044c\u043d\u044b\u0445) \u0441\u0442\u043e\u0438\u0442 \u0438\u0437-\u0437\u0430 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u044f \u0432\u0438\u0436\u0443, \u043a\u0430\u043a \u043c\u043d\u043e\u0433\u0438\u0435 \u043b\u044e\u0434\u0438 \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u044c \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u043d\u0430 \u0432\u0441\u0435 100%. \u041c\u043d\u043e\u0433\u0438\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u043f\u0440\u043e\u0441\u0442\u044b\u043c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043c \u0444\u0430\u0439\u043b\u043e\u0432, \u0430 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":76112,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-76111","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041d\u0435\u043c\u043d\u043e\u0433\u043e \u043e \u0443\u0442\u0438\u043b\u0438\u0442\u0430\u0445 \u043d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u043d\u0430\u044e\u0442 \u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0435, \u043e\u0434\u043d\u0430\u043a\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u044b \u043a\u0430\u043a \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0435\u0433\u043e \u0434\u0436\u0443\u043d\u0430, \u0442\u0430\u043a \u0438 \u0434\u043b\u044f \u043a\u0440\u0435\u043f\u043a\u043e\u0433\u043e \u0441\u0435\u043d\u044c\u043e\u0440\u0430.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/konsolnye-utility-linux-kotorye-smogut-oblegchit-vam-zhizn\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041a\u043e\u043d\u0441\u043e\u043b\u044c\u043d\u044b\u0435 \u0443\u0442\u0438\u043b\u0438\u0442\u044b Linux, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u043e\u0431\u043b\u0435\u0433\u0447\u0438\u0442\u044c \u0432\u0430\u043c \u0436\u0438\u0437\u043d\u044c | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041d\u0435\u043c\u043d\u043e\u0433\u043e \u043e \u0443\u0442\u0438\u043b\u0438\u0442\u0430\u0445 \u043d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u043d\u0430\u044e\u0442 \u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0435, \u043e\u0434\u043d\u0430\u043a\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u044b \u043a\u0430\u043a \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0435\u0433\u043e \u0434\u0436\u0443\u043d\u0430, \u0442\u0430\u043a \u0438 \u0434\u043b\u044f \u043a\u0440\u0435\u043f\u043a\u043e\u0433\u043e \u0441\u0435\u043d\u044c\u043e\u0440\u0430.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/konsolnye-utility-linux-kotorye-smogut-oblegchit-vam-zhizn\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-03-30T23:43:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-03-30T23:43:15+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Linux command-line utilities that will make your life easier | ProHoster","description":"A bit about console utilities that not many people know about, yet they can be useful for both a novice junior and a seasoned senior.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/konsolnye-utility-linux-kotorye-smogut-oblegchit-vam-zhizn","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041a\u043e\u043d\u0441\u043e\u043b\u044c\u043d\u044b\u0435 \u0443\u0442\u0438\u043b\u0438\u0442\u044b Linux, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u043e\u0431\u043b\u0435\u0433\u0447\u0438\u0442\u044c \u0432\u0430\u043c \u0436\u0438\u0437\u043d\u044c | ProHoster","og:description":"\u041d\u0435\u043c\u043d\u043e\u0433\u043e \u043e \u0443\u0442\u0438\u043b\u0438\u0442\u0430\u0445 \u043d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u043d\u0430\u044e\u0442 \u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0435, \u043e\u0434\u043d\u0430\u043a\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u044b \u043a\u0430\u043a \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0435\u0433\u043e \u0434\u0436\u0443\u043d\u0430, \u0442\u0430\u043a \u0438 \u0434\u043b\u044f \u043a\u0440\u0435\u043f\u043a\u043e\u0433\u043e \u0441\u0435\u043d\u044c\u043e\u0440\u0430.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/konsolnye-utility-linux-kotorye-smogut-oblegchit-vam-zhizn","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-03-30T23:43:15+00:00","article:modified_time":"2020-03-30T23:43:15+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"76111","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 17:43:35","updated":"2022-09-28 16:22:29","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/76111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=76111"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/76111\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/76112"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=76111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=76111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=76111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}