Convert a Drywall Doorway Into an Arch

Convert a Drywall Doorway Into an Arch

Ever wonder how to create an arched opening in drywall? The Family Handyman has a step-by-step slideshow that shows how to do it with modern materials like bendable sheetrock and plastic beading.

Arches have had varying popularity in home design over the last century or so. In older houses they might be built with brick or plaster, but they are much easier to re-create with modern materials in new construction. Even if you’re not looking to install a new archway, understanding how they are constructed can help with repair and removal as well. See the complete how-to below.

How To Build a Drywall Arch | The Family Handyman


Workshop is a new blog from Lifehacker all about DIY tips, techniques, and projects. Follow us on Twitter here.
via Lifehacker
Convert a Drywall Doorway Into an Arch

MySQL Workbench 6.2: It’s all about the Query

Improved Visual Explain
In MySQL 5.7, the Optimizer Team has been doing great work in refactoring as well as innovation with the new Cost Model. The improved Visual Explain enables the DBA to now get deeper insights into Optimizer decision making, for improved performance tuning of queries.   The UI was also improved to allow easier navigation in large query plans.
Streamlined Query Results Panel
The query results panel was updated to centralize the many features related to result sets into a single location. Result Grid, Form Editor, Field Types, Query Stats, Execution Plan (including the traditional and Visual Explain) and the new Spatial Viewer are all easily accessible from a single interface. Run SQL Script
It often happens that people try to load gigantic SQL script files into the Workbench SQL editor just to execute them. That will rarely work, as loading files for editing uses a lot of memory and Workbench does a lot of processing in the editor (syntax highlighting, syntax checking, code folding etc). To execute arbitrarily large scripts easily, you can now use the dialog at File -> Run SQL Script:   The dialog lets you preview a part of the script, specify a default schema (in case it’s not already defined) and a default character set to use when importing it. The output window shows warnings, messages and a nice progress bar.
Shared Snippets
SQL Snippets are useful to store queries and commands that are used often, but until now they could only be stored locally. In 6.2, you can now store snippets in the MySQL server you’re connected to and anyone anywhere who can access the .mysqlworkbench schema can also use these snippets.
Small changes
Resultset grid columns are now automatically resized to fit – and if you manually resize a column, the customized size is remembered, so next time you run that query again, the columns will be back to the size you left them.
Customize font for resultset grid – some people want to cram more text in the resultset grid, some people prefer bigger, easier to read text. Now you can pick what you like in Preferences.
Improved state saving for the SQL Editor – Opened, closed and reordered tabs are now properly saved and restored. The scroll position and cursor location is also remembered.
via Planet MySQL
MySQL Workbench 6.2: It’s all about the Query

Looking forward to Oracle OpenWorld 2014; visit us at Booth 2413!

I’m excited to once again be heading to San Francisco next week for Oracle OpenWorld, and also very pleased to have a booth there this year along with some great speakers from Percona. The scope of Oracle OpenWorld 2014, which runs Sept. 28-Oct. 2, is enormous and there are several keynotes and sessions I’m looking […]

The post Looking forward to Oracle OpenWorld 2014; visit us at Booth 2413! appeared first on MySQL Performance Blog.

via MySQL Performance Blog
Looking forward to Oracle OpenWorld 2014; visit us at Booth 2413!

How To Photograph A Wedding With One Photographer, One Camera, One Lens and One Flash

In our recent article How To Make Money As A High End Wedding Photographer, we explored the high end wedding photography market. But, it seems that the more I am able to charge for a wedding, the more complicated and stressful wedding photography becomes. So recently I have decided that I would like to simplify […]

The post How To Photograph A Wedding With One Photographer, One Camera, One Lens and One Flash appeared first on DIY Photography.


via DIYPhotography.net -Hacking Photography, One Picture At A Time
How To Photograph A Wedding With One Photographer, One Camera, One Lens and One Flash

How To Check If Your Mac or Linux Machine Is Vulnerable to Shellshock

How To Check If Your Mac or Linux Machine Is Vulnerable to Shellshock

Shellshock, the newly discovered vulnerability that allows attackers to inject code into your machine, puts your Mac or Linux at a serious risk for malicious attacks. Here’s how to test if your machine is vulnerable.

Shellshock uses a bash script to access your computer. From there, they can launch programs, enable features, and access files. The script only affects UNIX-based systems, so Linux and Mac are the only ones vulnerable.

You can test your system by running this test command from Terminal:

env x='() { :;}; echo vulnerable' bash -c 'echo hello'

If you’re not vulnerable, you’ll get this result:

bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
hello

If you are vulnerable, you’ll get:

vulnerable hello

You can also check the version of bash you’re running by entering:

bash --version

If you get version 3.2.51(1)-release as a result, you’ll need to update. Many Linux distributions already have patches available, so you can follow these instructions to update your system. Mac users are still waiting for a patch, but you can update bash manually using this guide.

via Gizmodo
How To Check If Your Mac or Linux Machine Is Vulnerable to Shellshock

Obama Presses China On Global Warming

HughPickens.com writes: The NY Times reports that President Obama spoke at the United Nations Climate Change Summit and challenged China to make the same effort to reduce its greenhouse-gas emissions and join a worldwide campaign to curb global warming. Obama’s words were directly focused on putting the onus on China, an essential partner of the U.S. if a global climate treaty is to be negotiated by 2015. The U.S. and China bear a "special responsibility to lead," said Obama. "That’s what big nations have to do." The U.S., Obama said, would meet a pledge to reduce its carbon emissions by 17 percent, from 2005 levels, by 2020 — a goal that is in large part expected to be met through proposed EPA regulation. There were indications that China might be ready with its own plan, although many experts say they will be skeptical until Chinese officials reveal the details. A senior Chinese official said his country would try to reach a peak level of carbon emissions "as early as possible." This suggests the Chinese government, struggling with air pollution so extreme that it has threatened economic growth, regularly kept millions of children indoors and ignited street protests, was determined to show faster progress in curbing emissions. In recent years, the Chinese government has sent other signals about addressing carbon pollution, some of them encouraging to environmental experts. "Five years ago, it was almost unimaginable to discuss China putting a cap on carbon, but now that is happening," said Lo Sze Ping, chief executive officer of the World Wildlife Fund’s office in Beijing. "Chinese leaders have seen that it is imperative to move toward a low-carbon economy."

Share on Google+

Read more of this story at Slashdot.





via Slashdot
Obama Presses China On Global Warming