Monthly Archives: February 2013
Install latest Cinnamon for Ubuntu
To Install Latest Cinnamon in Ubuntu 13.04 you have to open the Terminal and run the following commands: apt-get install… Continue reading »
Best alternative for google chrome
If you like google chrome but not that google is tracking everything you do inside te browser!! Download the Iron… Continue reading »
Magento change DB connection
To alter the Magento database connection you have to edit the following file: “Magento folder”/app/etc/local.xml
1 2 3 4 5 6 7 8 9 10 11 |
<connection> <host><![CDATA[localhost]]></host> #database location <username><![CDATA[user]]></username> #username <password><![CDATA[password]]></password> #password <dbname><![CDATA[database]]></dbname> #database name <initStatements><![CDATA[SET NAMES utf8]]></initStatements> <model><![CDATA[mysql4]]></model> <type><![CDATA[pdo_mysql]]></type> <pdoType><![CDATA[]]></pdoType> <active>1</active> </connection> |
Magento add new user
In the admin menu: 1. Go to System -> Permissions -> Roles 2. Create new role, click button “Add New… Continue reading »
TCP Dump
TCP Dump Download page: http://www.tcpdump.org Options: -A Print each packet (minus its link level header) in ASCII. Handy for capturing… Continue reading »