Linux on Else Web Development https://elsewebdevelopment.com/tags/linux/ Recent content in Linux on Else Web Development Hugo -- 0.147.9 en-GB Tue, 12 Jan 2021 12:56:11 +0000 Linux one-liners: Using the standard Find command to replace 3rd party fuzzy finders https://elsewebdevelopment.com/linux-one-liners-using-the-standard-find-command-to-replace-3rd-party-fuzzy-finders/ Tue, 12 Jan 2021 12:56:11 +0000 https://www.elsewebdevelopment.com/?p=1772 <p>When trying to solve a problem using Linux you can rest assured that someone has come across it before, and probably solved it back in the seventies.</p> <p>Everyone needs to search their hard drive for files and open them in a program of their choice. Using a mouse-driven desktop file explorer is terdious, so what is the best way to do it without leaving the beloved terminal?</p> <p>There are a lot of command-line &lsquo;fuzzy finders&rsquo; that all vie for your attention. Don&rsquo;t waste your time, Linux has the <code>find</code> command built-in and it can do basic fuzzy file searching in one line! You just need to unravel the cryptic syntax and wrap it up in a function.</p> Linux for Web Development Guide https://elsewebdevelopment.com/linux-for-web-development-guide/ Wed, 01 Nov 2017 22:05:42 +0000 http://localhost/sites/else-web-development-final/?p=35 <p>Many years ago a good friend of mine named his pet rat Linux. I had heard of this mysterious operating system before, but tales of days spent configuring hardware drivers, and cellar-dwelling neck beards scared me away. Why bother using it, never mind naming your rat after it!? In this guide we will discover:</p> <ul> <li>Exactly what Linux is, and how it differs from Windows and Mac.</li> <li>Why we should use it for web development.</li> <li>Exactly which version of Linux is best for the job.</li> </ul>