How to create another set of ThinkPad recovery media (tested on T510)

Lenovo, in their infinite wisdom, have changed how they store the fact that the recovery image has already been created in newer versions of their recovery software. Amusingly they have not bothered to correct the "Microsoft Window" typo as well! Process Monitor reveals that recovburncd.exe reads the file Q:\FactoryRecovery\RECOVERY.INI:DONE before bugging out. The colon indicates … Continue reading How to create another set of ThinkPad recovery media (tested on T510)

How to install a USB WiFi adapter on Raspberry Pi or Ubuntu?

How to install TP-Link TL-WN725N on Raspberry Pi The TP-Link TL-WN725N is known as a hard one to get working on your Raspberry Pi. After searching for a long time, I finally got it working. In this post, I will tell you how to install it. It is recommended to upgrade your Raspberry Pi first. … Continue reading How to install a USB WiFi adapter on Raspberry Pi or Ubuntu?

How to install WordPress on a localhost (Ubuntu/Debian)

1. Install a LAMP stack (apache2, php, mariaDB) sudo apt update sudo apt install apache2 mariadb-server sudo apt install php php-mysql -y Don't forget to run sudo mysql_secure_installation MySql will ask you to set up a password for the root account. Check your IP address (ifconfig) and put it in a browser. This will make … Continue reading How to install WordPress on a localhost (Ubuntu/Debian)

How to install WordPress locally on Ubuntu/Debian?

WordPress is a content management system originally developed for blogging, but has been greatly expanded through widgets, themes and plugins. Complete the following steps to install WordPress on a Ubuntu 12.04 workstation ("server") so that you can try different plugins and theme, before you get your blog online. 1. Pre-reqs (Apache, PHP, and MySQL) sudo … Continue reading How to install WordPress locally on Ubuntu/Debian?