How to check your site position for a keyword in Google search results
Don’t want to go to Google and diving through many pages to see your position in the search result?
Well, there are many tools to support that, but today I introduce a...
WordPress Cheat Sheets collection
Working on WordPress? And you want a quick way for reference, then choose one of the following cheatsheets, they are great & helpful.
1. WordPress Cheat Sheet by Andy Wibbels
Download: http://andywibbels.com/files/WordPress_Cheatsheet_v1.pdf
2. WordPress...
How to show hidden files on a Mac OSX
To display hidden files & folders
1. Open Terminal (from /Applications/Utilities)
2. Issue command
defaults write com.apple.finder AppleShowAllFiles -bool true
3. Kill the Finder to take effect by issuing the command
killall Finder
To hide them...
curl: (35) SSL connect error
PROBLEM
Ok, I am trying to install DigitalOcean Agent on my Centos 6.6 box as their instruction
curl -sSL https://agent.digitalocean.com/install.sh | sh
And immediately get the error
curl: (35) SSL connect error
SOLUTION
We need to update...
Free up space on your Mac with 10 tips
Your hard disk is filled with video, music, podcasts, games, applications and documents. Well, following these ten tips might give you the chance to rescue the valued space
Download AppZapper, go...
Close your MacBook without going to sleep
macosx-nosleep-extension consists of kext and userspace tools that help to manage your Mac sleep behavior.
NoSleep makes closing of your MacBook lid possible without going to a sleep mode. Now you shouldn’t...
Play ping pong game in Terminal
Terminal is not boring, in this post I will show you how to play an easy game pingpong with Terminal only
Open up Terminal (from Launchpad -> Utilities -> Terminal or from...
How to keep Safari in zoom
I’m using Macbook Pro 17″ and the text in Safari looks so small. You can zoom using (Command and +/-) or two fingers on the trackpad. But the problem is that...
Batch images resizer for MacOS using Automator
Want to resize your images without any extra software installed on your Mac? Then this post is for you, we are using existing application named Automator to do the work for...
Connection reset by peer SSH error
Just a quick note to solve my problem with SSH, I can connect to my remote server OK with Putty or Bitvise SSH but not with Cywin or Babun SSH command...