Archives
Meta
Author Archives: jaye
Git: Setting Up and Accessing a New Remote Respoitory
Using Backwater as the remote server, su to gitpriv and change into the repo directory. Here there are some top-level repos already, as well has some directories that contain like repos. These include “c-code” and “web.” If creating a repo … Continue reading
Posted in git, Journal
Leave a comment
Mavericks: Set SSH Port
Found the following script:
ColdStone Theme: Added Hardcoded Video Iframe Just Above Recent Posts
Added the following to includes/default.php:
Posted in Wordpress
Comments Off on ColdStone Theme: Added Hardcoded Video Iframe Just Above Recent Posts
ColdStone Theme: Using Pages Instead of Posts for Featured Image
Hi, please go to featured.php save the file just in case; there, find: $coldstone_featured_number= make this equal with the numbers of pages you will use for the slider, like: $coldstone_featured_number=3; find: $my_query = new WP_Query before this add: $args = … Continue reading
Posted in Wordpress
Comments Off on ColdStone Theme: Using Pages Instead of Posts for Featured Image
GPS Data Conversion
Extract Only Track Info Remove Track Label Remove Beginning and End lines Get rid of Days and Year Add Commas
Posted in Journal
Comments Off on GPS Data Conversion
Ubuntu: Installing kompoZer on 13.10
Install the dependencies: Download the packages: Install the packages and fix the broken dependencies, if any:
Thumb Drive Backups…
Bought a 6-pack of 4GB USB thumb drives for various backups. I installed them on liminf01, liminf03, and kfserver01. Used the following commands to format and mount them, since CentOS 5.10 did not automatically mount them. I originally went with … Continue reading
Posted in Journal, LiM, System Configuration
Comments Off on Thumb Drive Backups…
Git: Revert from Uncommitted Changes
If you want to revert the changes only in current working directory, use
Install Latest Git on CentOS
Setup RPMForge Repository Disable CentOS Base Repository and Enable RPMForge Extras Add enabled = 0 Change enabled = to 1 Remove Git, update, reinstall get, & verify version.
Posted in git, System Configuration
Tagged CentOS, git, rpmforge
Comments Off on Install Latest Git on CentOS
Git: Upgrading osCommerce
Change to the working directory and checkout the dev branch. Download the appropriate update file from http://www.oscommerce.com/Products and unzip it. Rename admin to lim_admin and copy the files over to the working directory. Change back to the working directory and … Continue reading
