iOS 7 Functions Compatibility Matrix
iOS 7, the latest version of Apple's mobile operating system, is now available for download. The update can be installed on any compatible iPhone, iPad, or iPod touch by visiting your device's...
// 12 matches
iOS 7, the latest version of Apple's mobile operating system, is now available for download. The update can be installed on any compatible iPhone, iPad, or iPod touch by visiting your device's...
As a follow-up to How to Flush DNS Cache in Mac OS X I have received a question: how do I know if it worked? In other words, is there a way to check if the DNS cache is cleared? To see the DNS cache...
Keyboard shortcuts Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on...
After upgrading to 10.8.2 I have got a problem with adding a new entry into hosts file: the update was recognised only after system restart. But a more easy solution was just to flash DNS cache! So,...
Another (and more easy) way to change text in multiple files is to use grep: grep -lr -e 'oldtext' * | xargs sed -i 's/oldtext/newtext/g' or to use PERL: perl -p -i -e ’s/oldtext/newtext/g’ *
Just after I posted this article the second more easy solution has been found. Here it is: Find (search) and replace text from command line in multiple files (Linux) #2 When you are working on the...
After file downloading a ZIP file with Safari this file is unzipped automatically. The original ZIP file appears to be deleted. Not so good! To fix this behaviour just go to...
Error on attempt to connect locally to MySQL server DB with PHP on MacOS X Lion 10.7: No such file or directory (trying to connect via unix:///var/mysql/mysql.sock) Solution 1: instead of localhost...
The most simple way is adding the following new command in the X11-> application -> customize: xterm -geometry 72x34+100+40 -fn *-fixed-*-*-*-20-* &
After Xcode installation and trying to build mc I've got: configure: error: C compiler cannot create executables Google offers to install Xcode correctly (this is a different story however) or to...