via Man Who Drinks 5 Diet Cokes Per Day Hoping Doctors Working On Cure For Whatever He’s Getting | The Onion – America’s Finest News Source
Man Who Drinks 5 Diet Cokes Per Day Hoping Doctors Working On Cure For Whatever He’s Getting | The Onion – America’s Finest News Source
Man Who Drinks 5 Diet Cokes Per Day Hoping Doctors Working On Cure For Whatever He’s Getting | The Onion – America’s Finest News Source
Govliquidation.com: eBay for the Pentagon
The auction site Govliquidation.com has been called “eBay for the Pentagon”. It lets civilians bid for surplus military assets — from tanks and generators→
via Business Opportunities Weblog
Govliquidation.com: eBay for the Pentagon
Stabilized Footage of the JFK Assassination Is Unsettlingly Real
When it’s bouncing around and playing back at a jittery 18 frames per second, the infamous Zapruder footage of John F. Kennedy’s assassination feels almost unreal. But when it’s stabilized with additional interpolated frames bringing it to a steady 30 frames per second (like we’re used to seeing on TV) it suddenly becomes much more real.
via Gizmodo
Stabilized Footage of the JFK Assassination Is Unsettlingly Real
SpecificFeeds Lets You Syndicate And Subscribe To Customized RSS Updates
7 Productivity Boosting Keyboard Shortcuts Every Mac User Should Know
We love our keyboard shortcuts, as they help us get around our computers much faster every day. Here are seven you may not know about on the Mac that can boost your productivity by making navigation easier and performing tasks faster.
Check out the video above for a demonstration of each shortcut, or a list below for our choices:
- Command+Shift+A/U/D: These three-in-one shortcuts take you to the Applications, Utilities, and Desktop folders (respectively) when in the Finder. Because you’ll need to get to each relatively often, this key command can save you quite a bit of time.
- Command+1/2/3/4: When you need to change views in the finder, you don’t have to bother with your mouse. 1 will get you icon view, 2 list view, 3 column view, and 4 cover flow.
- Command+Option+I: When you need info on multiple files, just select them and execute this key command. You’ll get an info panel about everything currently selected.
- Command+Shift+4 and Space: When you press Command+Shift+4 you get to take a screenshot of a specific area on the screen. If you hit the space bar afterwards, however, you can click on any window to get a nice PNG with transparent background of that window.
- Command+Option+M: Sometimes you end up with too many windows on your desktop and you just want to cut your losses. Minimize them all to the dock with this keyboard shortcut.
- Command+(Shift)+~: If you’d rather cycle through millions of windows, you can use this key command to do so. Add or remove the shift key to change directions.
- Command+Option+Space: Most of us know that you can search Spotlight quickly by pressing Command+Space. Add the option key to get a Spotlight search window and get more specific about what you’re trying to find.
OS X has plenty of awesome shortcuts and they certainly don’t stop after seven. These, however, will help you get around your Mac a little bit faster and have similar structures so they’re easy to remember.
via Lifehacker
7 Productivity Boosting Keyboard Shortcuts Every Mac User Should Know
ThinkGeek Idea Factory: Open For Business
ThinkGeek has a long tradition of inventing and manufacturing amazing products across a whole host of categories: the ThinkGeek Electronic Rock Guitar Shirt, the→
via Business Opportunities Weblog
ThinkGeek Idea Factory: Open For Business
The Smithsonian Is Uploading Its Lost Treasures to the Internet
With over 137 million artifacts, works of art, and specimens in its collections, the Smithsonian can’t display even one percent of that at any given time. Many historically significant pieces won’t go on display in our lifetimes and other likely won’t ever see the light of day again. But their replicants will.
via Gizmodo
The Smithsonian Is Uploading Its Lost Treasures to the Internet
Computer History Museum | @CHM : Apple II DOS source code
Upgrading from the earlier MySQL RPM Format to Yum Repos
The packages that are available in the yum repos contain a number of enhancements over the RPM packages that are available from dev.mysql.com.
Norvald blogged on some of these enhancements earlier. Today I wanted to walk through a safe upgrade path, as they are not quite compatible with each-other.
My Existing Installation
To start with, the packages I have installed came from “Red Hat Enterprise Linux 6 / Oracle Linux 6 (x86, 64-bit), RPM Bundle” on dev.mysql.com. You can check which packages you have installed with:
[root@localhost ~]# rpm -qa | grep -i mysql
MySQL-client-5.6.14-1.el6.x86_64
MySQL-embedded-5.6.14-1.el6.x86_64
MySQL-server-5.6.14-1.el6.x86_64
MySQL-shared-5.6.14-1.el6.x86_64
MySQL-devel-5.6.14-1.el6.x86_64
MySQL-test-5.6.14-1.el6.x86_64
MySQL-shared-compat-5.6.14-1.el6.x86_64
Uninstalling and Installing Yum repos
I recommend first running yum update before installing the new repo:
yum update
yum localinstall http://repo.mysql.com/mysql-community-release-el6-3.noarch.rpm
After this step, stop MySQL (note the missing d in the dev.mysql.com packages):
service mysql stop
Now with yum shell it’s possible to uninstall the existing packages (listed in ‘my existing installation’ above) and install the replacement packages from the yum repo in one step:
yum shell
> remove MySQL-client-5.6.14-1.el6 MySQL-embedded-5.6.14-1.el6 MySQL-server-5.6.14-1.el6 MySQL-shared-5.6.14-1.el6 MySQL-devel-5.6.14-1.el6 MySQL-test-5.6.14-1.el6 MySQL-shared-compat-5.6.14-1.el6 > install mysql-community-server
> run
Here was the summary output from my yum session:
============================================================================================================================
Package Arch Version Repository Size
============================================================================================================================
Installing:
mysql-community-server x86_64 5.6.14-3.el6 mysql-community 51 M
Removing:
MySQL-client x86_64 5.6.14-1.el6 @/MySQL-client-5.6.14-1.el6.x86_64 81 M
MySQL-devel x86_64 5.6.14-1.el6 @/MySQL-devel-5.6.14-1.el6.x86_64 19 M
MySQL-embedded x86_64 5.6.14-1.el6 @/MySQL-embedded-5.6.14-1.el6.x86_64 432 M
MySQL-server x86_64 5.6.14-1.el6 @/MySQL-server-5.6.14-1.el6.x86_64 235 M
MySQL-shared x86_64 5.6.14-1.el6 @/MySQL-shared-5.6.14-1.el6.x86_64 8.4 M
MySQL-shared-compat x86_64 5.6.14-1.el6 @/MySQL-shared-compat-5.6.14-1.el6.x86_64 11 M
MySQL-test x86_64 5.6.14-1.el6 @/MySQL-test-5.6.14-1.el6.x86_64 318 M
Installing for dependencies:
mysql-community-client x86_64 5.6.14-3.el6 mysql-community 18 M
mysql-community-common x86_64 5.6.14-3.el6 mysql-community 296 k
mysql-community-libs x86_64 5.6.14-3.el6 mysql-community 1.8 M
Removing for dependencies:
cronie x86_64 1.4.4-7.el6 @anaconda-CentOS-201303020151.x86_64/6.4 166 k
cronie-anacron x86_64 1.4.4-7.el6 @anaconda-CentOS-201303020151.x86_64/6.4 43 k
crontabs noarch 1.10-33.el6 @anaconda-CentOS-201303020151.x86_64/6.4 2.4 k
postfix x86_64 2:2.6.6-2.2.el6_1 @anaconda-CentOS-201303020151.x86_64/6.4 9.7 M
Transaction Summary
============================================================================================================================
Install 4 Package(s)
Remove 11 Package(s)
MySQL should now be installed from the yum packages. You just have two more steps to complete – start it, and configure it on boot:
service mysqld start # note the added ‘d’
chkconfig mysqld on
Still having problems? I recommend heading to the MySQL Forums. There is a section dedicated to Install & Repo help.
via Planet MySQL
Upgrading from the earlier MySQL RPM Format to Yum Repos