Hidden FTP client in Windows/Mac and Linux
We all use FTP clients like FileZilla, CoreFTP, SmartFTP. Most people use Graphical Interfaces, but some even prefer Command line, but only 10% know about the hidden CLI FTP client that comes with the OS.
Just type FTP in cmd(Terminal in Linux or Mac) and press enter.
For a list of available commands, type help and press enter.
Moving The sidebar from right to left in the 2011 wordpress theme
Most people experience this problem when editing the default Twenty Eleven theme and usually, they try placing the sidebar before the main content in the php file, or adding some code to the functions.php file. But they dont need to.
Now there are 2 ways to do this. The simplest is: go to Dashboard>Themes>customize>layout and select “Content on Right”
But if you wanna do it through CSS then open style.css, and replace this code:
#secondary { float: right; margin-right: 7.6%; width: 18.8%; }
with this one:
#secondary { float: left; margin-left: 7.6%; width: 18.8%; }
Get tabbed Browsing in Windows Explorer
Just download and install Clover.
| Shortcuts | Description |
| Ctrl + N | Open a new Clover window. |
| Ctrl + T | Open a new tab. |
| Ctrl + W | Close current tab. |
| Ctrl + Shift + T | Re-open last closed tab. |
| Ctrl + D | Bookmark current folder. |
| Ctrl + Shift + D | Place all opened tabs into a bookmarked folder. |
| Ctrl + Tab | Switch to next tab. |
| Ctrl + Shift + Tab | Switch to previous tab. |
| Ctrl + Shift + B | Enable or disable bookmark bar. |
Thats it. Enjoy. 😉