By
fonse. on
December 13, 2008
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 [...]
Posted in Software, Tutorials
| Tagged bug reports, gecko, google, hotmail, khtml, problem solution, safari, target, version, windows
|
By
fonse. on
December 10, 2008
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 [...]
Posted in Software, Tutorials
| Tagged annoying pop malware removal, anti virus, clean registry, computer, downloads, google, hijackthis, internet usage, malwares, netizen, safe mode, smitfraudfix, Software
|
By
fonse. on
October 28, 2008
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 [...]
Posted in Commands
| Tagged alice, Eee PC, localhost, privilege
|
By
fonse. on
October 28, 2008
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 [...]
Posted in Tutorials
| Tagged spreadsheet
|
By
fonse. on
October 28, 2008
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;
Posted in Commands
| Tagged cli, execution, gui client, guis, queries, script, script file, source path, sql script
|
By
fonse. on
October 24, 2008
To log command executions & results from MySQL CLI to an output file:
mysql > \T output.txt
mysql > DESCRIBE table;
mysql > \t
Posted in Commands, Tutorials
|
By
fonse. on
August 20, 2008
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 [...]
Posted in Hardware, Tutorials
| Tagged access, actiontec modem, amount of traffic, bit client, bridge, continuation, dgl, downloads, excellent service, fios, gamers, internet access, KDrama, longing, modem, network, router, routing table, service areas, signs, throughput, torrent, traffic, verizon
|
Recent Comments