Tuesday, May 7, 2013

Open Cart Installation





Friday, May 3, 2013

mySQL mulitple table update

UPDATE config, tmp_config
SET
 config.new1 = tmp_config.new1,
 config.new2 = tmp_config.new2
WHERE tmp_config.tmp_id = config.id

UPDATE account, vtiger_accountshipads 
SET account.acc_shipping_address=vtiger_accountshipads.ship_street, account.acc_shipping_po_box=vtiger_accountshipads.ship_pobox, account.acc_shipping_city=vtiger_accountshipads.ship_city , account.acc_shipping_state=vtiger_accountshipads.ship_state, account.acc_shipping_postal_code=vtiger_accountshipads.ship_code , account.acc_shipping_country=vtiger_accountshipads.ship_country
WHERE vtiger_accountshipads.id=account.acc_id

Thursday, May 2, 2013

Richard Stallman Talks About Ubuntu


Richard Stallman Talks About Ubuntu & its privacy invasing (according to EFF and FSF) Features. In order to access the video (watch or download) usining free software. Please read the article on Muktware.click here

Monday, April 1, 2013

hide login username from the login screen in Fedora 18

I using Fedora 18 - Gnome 3.6.2

I have ten user accounts (created for testing purposes) i dont want the username listed or shown to anyone trying to login to my laptop.

i came across a solution updating gconf database

go to


 touch or create a file called 01.mysettings






vi 01.mysettings







update the dconf database




About

Blogger templates