Skip to content

< UW />

  • PHP
  • JavaScript
  • Python
  • Laravel
  • WordPress
  • Security
  • Linux
GET STARTED
< UW />
Linux

How to quickly rename multiple files by replacing a specific string in the filename

I found several examples to this here . But I think the simplest method would be to just use the…

Read More How to quickly rename multiple files by replacing a specific string in the filenameContinue

Linux

How to Delete Files and Directories with the Linux Command Line

How to delete folder recursively rm -rf */examplefolder This will remove all subfolders in the current folder with the name…

Read More How to Delete Files and Directories with the Linux Command LineContinue

Linux / Quick Tip

How to verify your Ubuntu download, SHA256 checksum

Verify the SHA256 checksum echo “93bdab204067321ff131f560879db46bee3b994bf24836bb78538640f689e58f *ubuntu-20.04.2.0-desktop-amd64.iso” | shasum -a 256 –check

Read More How to verify your Ubuntu download, SHA256 checksumContinue

JavaScript / PHP / Quick Tip

Quick Tip: JavaScript Ternary Operator and PHP Ternary Operator

In computer programming, ?: is a ternary operator that is part of the syntax for basic conditional expressions in several…

Read More Quick Tip: JavaScript Ternary Operator and PHP Ternary OperatorContinue

PHP / WordPress

How to Retrieve a list of database table names for WordPress Database

If you ever need to grab a list of tables for whatever reason for the current WordPress database, here is…

Read More How to Retrieve a list of database table names for WordPress DatabaseContinue

PHP / Security / WordPress

How to use PHP dotenv to Secure Your WordPress site with environment vars

This guide will walk you through the process of using PHP dotenv. We will be securing WordPress using environment variables…

Read More How to use PHP dotenv to Secure Your WordPress site with environment varsContinue

Linux / Python / WordPress

How to Get the Latest version of WordPress using Python

Download the latest version of WordPress using Python upload the wp-new file to the directory where you want to install…

Read More How to Get the Latest version of WordPress using PythonContinue

PHP

How to get started Unit testing with PHPUnit ( basic stand alone example no frameworks )

Very Basic Example Test with PHPUnit In this very quick tutorial, we will write our first unit test. Step #1…

Read More How to get started Unit testing with PHPUnit ( basic stand alone example no frameworks )Continue

Linux / Python / WordPress

How to Use Python to Create a WordPress Backup

Use Python to Backup WordPress files upload the wpbackup file to the WordPress install that you want to backups I…

Read More How to Use Python to Create a WordPress BackupContinue

PHP / WordPress

WordPress Plugin, REST API Featured Image

This Plugin will add a top-level featured image src field with the featured image src URL. If you need to…

Read More WordPress Plugin, REST API Featured ImageContinue

Page navigation

1 2 Next PageNext

PHP, JavaScript, Python, Laravel, WordPress
Security, Linux

Github GitHubTwitter TwitterLinkedin LinkedinInstagram InstagramYouTube YouTube

© 2019 - 2023 Uriel Wilson

Scroll to top
  • PHP
  • JavaScript
  • Python
  • Laravel
  • WordPress
  • Security
  • Linux