• Skip to primary navigation
  • Skip to main content

Javier Lona

Web Developer in Texas

  • Home
  • Blog
  • Projects
  • Email
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

Linux

WordPress Installation

September 4, 2018

Install WordPress From The Command Line

Learn how to install WordPress, create a database, and set up a database user via the Linux command prompt. Create a Directory to Store WordPress

Category iconGuide Tag iconLinux,  WordPress

htaccess-file

August 1, 2018

How to redirect from a sub-folder to a deeper sub-folder

Learn how to redirect your visitors to a sub-folder that's two levels deep from the root directory. For example

Category iconGuide Tag iconApache,  Linux

htaccess-file

July 23, 2018

Site Maintenance Mode via .htaccess

Create a minimalist "site-maintenance" page via the .htaccess file. Only allow access to specific/multiple IP addresses, everyone else is redirected

Category iconGuide Tag iconApache,  Linux

github-new-repo

July 16, 2018

How to Use Git for Custom WordPress Theme Development

Gain the ability to revert from a lousy code update or save your progress when the code works. What's Needed? Make sure you have read and write

Category iconGuide Tag iconLinux,  WordPress

browser-interface

July 1, 2018

Installing MailCatcher for Development Email

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. MailCatcher is excellent for

Category iconGuide Tag iconLinux,  PHP

digital-ocean-login

June 16, 2018

How to Create a DigitalOcean Droplet

DigtialOceanĀ is a cloud hosting provider with simple and affordable pricing to deploy your apps. Create an account and follow the instructions

Category iconGuide Tag iconLinux