Monthly Archives: March 2014

Working on OS Commerce

Created web_store git report on kfserver01. Populated “master” with Gold version of code from 04/04/2011. Branched to “dev” and populated with code from 01/01/2012. Merged that to master checked 01/01/2013 and 01/01/2014, there were no changes. Brought in 03/03/2014 to … Continue reading

Posted in Journal, LiM | Tagged , | 1 Comment

Linux: How to Identify 32bit vs. 64bit

For the CPU: Using lscpu: 64bit 32bit or check /proc/cpuinfo for the tm/lm flags. If lm exists it supports 64bit. If only tm exists, it only supports 32bit. 64bit 32bit For the O/S: The architecture should be listed as x86_64 … Continue reading

Posted in System Configuration | Tagged | Comments Off on Linux: How to Identify 32bit vs. 64bit

Rollback a File Using Git

Determine the version of the file (.git-include is used in this example) that is needed Checkout that version Note: “lds” is an alias that is defined as: It is just a pretty implementation of the log command. If there is … Continue reading

Posted in git | Comments Off on Rollback a File Using Git

Setting up a local Git using a remote server

Install git Configure git Setup SSH client to use port 2222 Setup SSH to login to the “origin” server without a password. Create source directory Clone Repos

Posted in git, Journal | Comments Off on Setting up a local Git using a remote server

Set Timezone in Raspbian

Run

Posted in System Configuration | Tagged , | Comments Off on Set Timezone in Raspbian

eNews Theme: Replace Post Thumbnail

In single.php replace: with

Posted in Wordpress | Tagged , | Comments Off on eNews Theme: Replace Post Thumbnail

How to re-enable the Apple-provided Java SE 6 web plug-in and Web Start functionality.

If, after installing Java for OS X 2013-005 and the latest version of Java 7 from Oracle, you want to disable Java 7 and re-enable the Apple-provided Java SE 6 web plug-in and Web Start functionality, follow these steps. Note: You … Continue reading

Posted in Knowledge Forum, LiM | Tagged , , | Comments Off on How to re-enable the Apple-provided Java SE 6 web plug-in and Web Start functionality.

Basic Theme: Added Image Behind Menu

Added following code to Custom CSS: Then, added the following to header.php, just before Navigation Bar code:

Posted in Wordpress | Tagged , , , | Comments Off on Basic Theme: Added Image Behind Menu

Basic Theme: Added Leaderboard Ad

Added the following code to header.php: Then, added the following code to Custom CSS:

Posted in Wordpress | Tagged , , , , | Comments Off on Basic Theme: Added Leaderboard Ad