Jonathans BlogJonathans Blog
  • Adventures
    • DIY
    • WhiskyWhisky!
    • Beerphotos of the beer I drink…
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • CYBERUK19
    • Amsterdam Blockchain 2018
    • Sorrento 2015
    • West Highland Way 2014
    • West Island Way 2014
    • Aberfoyle 2013
    • Scottish islands cycle 2012
    • Cyprus 2011
    • Europe cycle 2010
    • Cycle across europe 2009
  • Crypto Coins
    • Amsterdam Blockchain
    • Alt coins
    • Bitcoin
    • Exchanges
    • Mining
  • Development
    • Editors
    • Methodology
    • Multiloquent
    • Multiloquent wordpress theme
    • Php
    • SEO
    • SQL
    • Vagrant
    • vuejs
    • WordPress
  • Hardware
    • raspberry pi
  • Pentest
    • Kali Linux
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Icalthis is the category for ical. in it you will find lots of tips and tricks and some hacks for ical on your mac.
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mail.app
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Music
    • Ableton
    • Albums
    • Legal stuff
    • Protoolsprotools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio

Finder

Finder

SSHFS mount remote drive in finder

This post will show you how to mount a remote ssh filesystem as a ‘drive’ in osx using a bash script, osxfuse and brew. There are a few ways to go about this, all of them require a bit of setup and tweaking, But I found this to be the Read more…

By Jonathan Mitchell, 6 years6 years ago
Finder

Show hidden files in Finder

This post will show you how to show hidden files in finder (like .htaccess). There isn’t an easy ‘on/off’ switch for it, instead, you have to enable it from the command-line… Open terminal, type in: defaults write com.apple.Finder AppleShowAllFiles YES && killall Finder The setting will be written, and Finder Read more…

By Jonathan Mitchell, 7 years6 years ago
Finder

How to permanently show the tab bar in finder

How to permanently show the tab bar in finder: In OSX Mavericks, Apple added a well overdue feature: tabs. I just found this out, you can permanently show the tab bar in finder! To always show the tab bar in finder: Open finder Goto view > show tab bar Finder Read more…

By Jonathan Mitchell, 7 years6 years ago
Osx

Everything you need to know about tags in OSX Mavericks

Everything you need to know about tags in OSX. OSX Mavericks introduced an interesting new feature: tags. Tags are used almost like folders. Except that the files that show when you view the tag stay in their original place. When you open a finder window you will see a list Read more…

By Jonathan Mitchell, 7 years5 years ago
Finder

Icloud file browser plain cloud

This is a cool app. plain cloud lets you manage the files you have stored in icloud from your mac. it shows a list of all the apps that have saved files in your icloud um, cloud? you then click on the app and it launches a finder window with Read more…

By Jonathan Mitchell, 8 years8 years ago
Notification center

Change the default notification center sound on osx

This post will show you how to change the default notification sound for the osx notification centre. firstly, there are a couple of rules: 1) the file has to be an AIFF file 2) the file cant be longer than 2 seconds once you have a suitable file (or have Read more…

By Jonathan Mitchell, 8 years8 years ago
Finder

Delete dmg disk image automatically on eject on mac osx

This post will show you how to delete dmg disk image automatically – it will delete a mac disk image file (dmg) when you eject it from your mac There is an easier way to do the following (just drag the mounted dmg file to the trash, but this is Read more…

By Jonathan Mitchell, 8 years5 years ago
Finder

Show full path in finder title

Show full path in finder title: This post will show you how to show the full path in the title bar of your finder windows on mac osx. open terminal defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES killall Finder From now on all your finder windows will show the full path Read more…

By Jonathan Mitchell, 8 years6 years ago
Terminal

Install mc for mac osx – GNU Midnight commander

mc for mac osx! GNU Midnight Commander – mc – is an excellent orthodox text mode file manager. mc runs in your console, and has mouse support. It also has support for utf-8. It has a builtin editor (though you can configure your own, so you can use vim if Read more…

By Jonathan Mitchell, 8 years5 years ago
Finder

How to disable warning when changing file extension osx

This post will show you how to change the warning that happens in osx when you try to change the file extension in finder. open terminal type in defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false killall Finder you can now change the file extensions without a warning dialog popping up!

By Jonathan Mitchell, 8 years6 years ago
Ichat / messages

How to delete messages history in osx iMessage

This post will show you hoe to delete the history of your chat messages in osx iMessage. firstly, you should disable chat history, this will stop all chats from being stored (but it wont delete the ones already saved) to disable chat history goto: imessage > preferences > messages untick Read more…

By Jonathan Mitchell, 8 years4 years ago
Finder

Browser like forward and back navigation in finder

This is a cool tip when you are using finder: in safari / firefox / other browsers you can navigate forwards and backwards by click-and-hold ing on the forward / backward buttons. this also works in finder :D just navigate through a couple of folders, and then click-and-hold on the Read more…

By Jonathan Mitchell, 8 years4 years ago
Ichat / messages

How to fix cannot verify login with facetime

When trying to login you get a message similar to cannot verify login with facetime or messages on osx. warning: this is quite a complex set of instructions. In the end I ended up creating a new user account on my mac and transferring my documents to the new user Read more…

By Jonathan Mitchell, 8 years5 years ago
Finder

How to change the default program or file association in osx

This post will show you how to change the change the default program or file association in osx that opens when you click on a file in osx (eg open gvim for .txt or open zend studio for php files) right click on the file in finder get info open Read more…

By Jonathan Mitchell, 8 years5 years ago
Finder

Show library folder in finder go menu

This post will show you how to see the home library folder ~/Library in the ‘go’ menu in finder. if you click on the go menu while holding alt, then you will see the library folder. if you let go alt, then the library folder goes away!

By Jonathan Mitchell, 9 years8 years ago
Spotlight

Spotlight activation keyboard shortcut

This little keyboard shortcut will let you activate spotlight without having to click on the magnifying glass in the menubar in osx 1) press cmd + spacebar when you press cmd + spacebar at the same time you will see the spotlight search appear in the top right hand corner, Read more…

By Jonathan Mitchell, 9 years8 years ago
Osx

How to eject a stuck dvd or cd from your mac

This will show you how to eject a stuck dvd or cd from your mac 1) try holding the eject key, it may work 2) try dragging the mounted cd to the trash, it may work 3) open finder and try clicking on the eject button next to the cd Read more…

By Jonathan Mitchell, 9 years8 years ago
Networking

Make your AFP NAS more responsive

I have a western digital mybook word NAS. Using the afp protocol file transfers were very slow. I knew there had to be a way to make your AFP NAS more responsive. It seems slow when you try to connect to it from a mac using AFP, but its lightning Read more…

By Jonathan Mitchell, 9 years5 years ago
Networking

Automount network drive on startup osx mac

Automount network drive on startup osx. This will show you how to automount a network drive when you login to osx lion. This method will persist through a reboot, so your drive will always be available. Connect to your network drive (finder > go > connect to server) Enter the Read more…

By Jonathan Mitchell, 9 years6 years ago
Time machine

Wd mybook world – delete time machine backup

I wanted to delete my old time machine backup from my western digital mybook world i didnt need it for anything, as I have a backup of it :D i found two ways to do it. method 1 – ssh. if you have ssh enabled on your mybook world then Read more…

By Jonathan Mitchell, 9 years8 years ago
Itunes

How to fix this movie requires quicktime which is not supported in this version of itunes

This post will show you how to fix the error ‘this movie requires quicktime which is not supported in this version of itunes’ when you try to play movies in itunes. If you get this message, then simply open finder, goto applications, right click on itunes and tick the ‘run Read more…

By Jonathan Mitchell, 9 years5 years ago
Finder

Mount sftp folder with finder

This will show you how to mount a remote directory in finder using sftp. (Mount sftp folder with finder). There is a link at the bottom to a post to mount any remote system you have ssh access to using homebrew. check that out if you like working with the Read more…

By Jonathan Mitchell, 10 years5 years ago
Finder

Finder hints – resize column view

This one is good if you use the finder ‘column view’ if you find the file names always being truncated then you can resize column view width. you can do it a few different ways 1 ) drag the || icon at the bottom of the column 2 ) right Read more…

By Jonathan Mitchell, 10 years6 years ago
Google chrome

Howto remove flash from your mac

Flash player on my mac makes it run hot. purely because it uses 100% cpu when ever its loaded. this will show you how to delete it. flash is not really needed now, and if you do need access to a site with flash then you can use chrome which Read more…

By Jonathan Mitchell, 10 years8 years ago
Development

Setting up XMAPP on a mac with xdebug

This post is about setting up XMAPP on a mac with xdebug. The first thing we are going to do is to change the document root inside xampp to the ‘Sites’ folder. Changing the DocumentRoot has a few benefits – one being that its far easier to get to in Read more…

By Jonathan Mitchell, 10 years2 years ago
Top Posts
  • How to use metasploit to scan for vulnerabilities
  • MetaSploit tutorial for beginners
  • Website crawler software kali linux
  • Remote Debugging PHP in Visual Studio Code with XDebug
  • Mount sftp folder with finder
  • How to enable spotlight indexing on a network drive
  • Airplay from iphone or ipad to linux target
  • Burpsuite beginners tutorial - how to use burp suite
  • Install xdebug in centos7 with php7
  • Adding cordova to an existing vue app
Recent Posts
  • Chivas Whisky Blend Kit
  • Homebrew Apple Cider from Juice
  • Old Vatted Demerara Rum
  • Mini HD camera
  • Jim Beam
  • Ring Light
  • Penderyn single malt Welsh whiskey
  • Edenmill Chilli and Ginger Gin
  • Arran the bodega sherry cask single malt
  • Stirfry

  • Privacy Policy
  • Jonathan Mitchell BSc MSc MBCS – CTO at Cyber Security Startup ShadowDetect