Tutorials


Google Chrome Hotmail Problem Solution

UPDATE: The fix will cause inability to read mails.
I couldn’t let go of Google Chrome, so I checked bug reports and I found a temporary fix to the problem. For my future reference until Chrome devs fix the issue, here’s what needs to be done:

Right Click on the Google Chrome shortcut (Desktop or whereever you place it).
Left Click [...]

Malware Removal

Since my thought (for an entry) escaped me, I’ll post a simple malware removal tutorial.
A few years ago, we called them annoying pop-ups and now we call them MALWARE. Virus is no longer trendy because it does not rake in revenue; malware does because it mostly contains advertising.
If you are a careless netizen and clicking on any [...]

MySQL: Add User

To create a database and give a user privilege to that database:
mysql> CREATE DATABASE temp;
mysql> GRANT ALL PRIVILEGES ON temp.* TO ‘bob’@'EEEPC’
-> IDENTIFIED BY ‘alice’
-> WITH GRANT OPTION;
The privilege is full for Bob for all tables contained in the database called temp. Here, I explicitly defined the user’s [...]

Spreadsheet: Name Division

Given a cell Name containing two (2) words: First Name & Last Name in the format FIRST[:space:]LAST. We need to create a cell for the first name & another cell for the last name. If we are given hundreds of rows of names, a quicker way should be found. With the use of formula, we [...]

MySQL: Execute Source

Given you have no GUI client for MySQL, executing multiple CREATE/INSERT/UPDATE queries using the CLI would be troublesome. So preparing a valid SQL script file is advisable.  This command also works for dump files run for recovery or duplication.
mysql> source /path/to/source.sql;

MySQL: Outfile Logging

To log command executions & results from MySQL CLI to an output file:
mysql > \T output.txt
mysql > DESCRIBE table;
mysql > \t

Fios’ Actiontec As MoCA Bridge

Fios’ Actiontec As MoCA Bridge

I have had Verizon FiOS for more than a year now and as the service areas continue to grow, with the technology’s excellent service, I’m sure a lot have signed up for it. If Verizon provides you with an Actiontec modem/router then let me advice you to purchase another router because Actiontec will drive you [...]

Calendar

January 2009
M T W T F S S
« Dec    
 1234
567891011
12131415161718
19202122232425
262728293031  

Feed On

Enter your email address:

Visitors Online

Advertisement

Categories