Better to be fondled than FRIED!
Wednesday, December 22, 2010
Wednesday, September 01, 2010
A Tip for Using Navicat
If you use Groups to organize tables in Navicat, it can be cumbersome to locate a table later.
There is an option under the View menu to Flatten Object List. If you turn this on, then everything will be "ungrouped". Select it again to regroup.
If you use Groups to organize tables in Navicat, it can be cumbersome to locate a table later.
There is an option under the View menu to Flatten Object List. If you turn this on, then everything will be "ungrouped". Select it again to regroup.
Tuesday, August 31, 2010
Wednesday, July 28, 2010
One of the all time great SNL skits featuring the late great Chris Farley.
Saturday, July 24, 2010
How do I find out what version of Linux I'm using?
lsb_release -d
Also...
uname -a
or...
cat /etc/issue
or...
cat /etc/*-release
lsb_release -d
Also...
uname -a
or...
cat /etc/issue
or...
cat /etc/*-release
What version of Python am I using?
python -V
python -V
What version of MySQL am I using?
within MySQL, do:
select version();
external from MySQL do:
mysql -V
within MySQL, do:
select version();
external from MySQL do:
mysql -V
How Do I Determine What Version of Perl I'm Using?
perl -v
To find out the versions of each module, do:
perldoc -t perllocal
For the version of Perl Doc you're using:
perldoc -V
POD is the Plain Old Documentation format.
perl -v
To find out the versions of each module, do:
perldoc -t perllocal
For the version of Perl Doc you're using:
perldoc -V
POD is the Plain Old Documentation format.
Friday, February 26, 2010
Friday, February 05, 2010
Gmail Shortcuts
Just came across something that you might find useful if you use Gmail. Here are keyboard shortcuts for using Gmail:
Shortcuts
Just came across something that you might find useful if you use Gmail. Here are keyboard shortcuts for using Gmail:
Shortcuts
Subscribe to:
Comments (Atom)