Bash on Else Web Development https://elsewebdevelopment.com/tags/bash/ Recent content in Bash 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> Configuring Fedora & Localhost Setup https://elsewebdevelopment.com/configuring-fedora-localhost-setup/ Sun, 05 Nov 2017 17:04:27 +0000 https://elsewebdevelopment.com/configuring-fedora-localhost-setup/ <p>This is the first part of my series of step by step guides to turn Fedora into the ultimate web development platform.</p> <p>I am going to assume that you have Fedora installed already, or are comfortable installing it yourself. Once you are up and running, just run the terminal application and follow along to set up your perfect development environment.</p> <p>In this guide we will discover:</p> <ul> <li>How to set the host name, and why it&rsquo;s important.</li> <li>Which repositories to install and how to do it.</li> <li>How to setup subpixel rendering to improve font appearance.</li> <li>How to setup and configure your LAMP environment for localhost development.</li> </ul>