Simply add this onto the end of the website domain: /wp-login.php?action=logout Note: Because this url doesn’t have a nonce attached to it, the user will be asked if they are sure they want to logout before logging them out.
Can’t connect via FTP with correct logins?
If you can’t connect to the server even if you have used the correct logins, you may have to make sure that you’ve set your FTP software to active mode. FTP connection to our cloud servers requires an active ftp mode. NOTE: This FTP setup is based on FileZilla (for Windows) configuration only. If you’re Full Article…
How should I escape commas and speech marks in CSV files so they work in Excel?
Taken from Stack Exchange: http://stackoverflow.com/a/12473481/2821561 We eventually found the answer to this. Excel will only respect the escaping of commas and speech marks if the column value is NOT preceded by a space. So generating the file without spaces like this … … fixed the problem. Hope this helps someone!
Get the IP addresses of all devices on my home network
Taken from here: http://apple.stackexchange.com/a/19784 Open the terminal application and type the command: This will show the IP and MAC address of all devices on the network that it knows about.
If you have no idea what you QNAP box is doing
Seen here on the QNAP support forum. Try to access your NAS via SSH On a Mac open up Terminal. ssh admin@192.168.0.6 [change the IP Address to suit] Use your password Type the following commands: (The output of these commands should tell you what is actually happening.) df -h cat /proc/mdstat dmesg | tail -n 50
How to Force Eject a Stuck CD or DVD in OS X
Taken from here: http://guides.macrumors.com/Force_Eject_a_Stuck_CD_or_DVD There are a few different options on the page listed above. What worked for me was this: Open ‘Disk Utility’ and choose the disc you wish to eject in the left-hand pane, then click on the Eject button.
Enqueue/Include neutral urls for http and/or https in WordPress
Taken from here: http://wordpress.stackexchange.com/a/81897/13712 URLs must have a https or http protocol for WordPress to enqueue them. FIf possible you should use get_template_directory_uri() (for parent themes) or get_stylesheet_directory_uri() (for child themes) as both of these handle SSL if necedssary. Here’s an example: If you can’t enqueue your own local script/s and have to enqueue from an Full Article…
OS X – applescript to move all windows onto the screen
When switching from multiple monitors to a single monitor, some windows may be inaccessible due to being off the screen. They can be brought back by knowing the keyboard shortcuts for moving windows, but that’s a pain. Here’s an applescript that will bring them all back onto the visible screen:
How to change your WordPress.org password
This appeared to not be possible for a while, hence creating this note on where it is hidden away once you are logged into WordPress.org. After some more looking, and a bit of searching, I found that the View your profile link can be found specifically on the WordPress.org Forums. Notice that the View your profile is at the top right Full Article…
Fix: QNAP NAS: File System not clean. Examination failed (Cannot unmount disk)
If you receive the following error message from your QNAP NAS: The file system is not clean. It is suggested that you run “check disk” and a disk check is failed with that message: [Mirror Disk Volume: Drive 2 3 4 1] Examination failed (Cannot unmount disk). ssh your qnap and do the following: If Full Article…