Skip to content
JONATHANS BLOG
View website Menu
  • Adventures
    • DIY
    • WhiskyWhisky!
    • Beerphotos of the beer I drink…
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • 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
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • 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
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protoolsprotools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search
Search this website
  • Adventures
    • DIY
    • Whisky
    • Beer
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • 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
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Ical
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search

Editors

  1. Home>
  2. Development>
  3. Editors
person encoding in laptop
Photo by Lukas on Pexels.com

multiple git accounts one vscode

  • Post author:jonathansblog
  • Post published:February 7, 2024
  • Post category:Editors
  • Post comments:0 Comments

I stumbled on this problem early last year, I have a few different git accounts for different projects (eg one for work, one personal, one for this blog etc) Usually…

Continue Readingmultiple git accounts one vscode
Read more about the article vscode android

vscode android

  • Post author:jonathansblog
  • Post published:April 14, 2023
  • Post category:Android/Development/Editors
  • Post comments:0 Comments

Visual Studio Code (VS Code) is a free and open-source code editor developed by Microsoft. It was first released in 2015 and has since become one of the most popular…

Continue Readingvscode android
Linux on the desktop as a web developer

Linux on the desktop as a web developer

  • Post author:jonathansblog
  • Post published:November 17, 2020
  • Post category:Development/Editors/Kali Linux/Linux/Php/SQL/Vagrant/vuejs
  • Post comments:0 Comments

A breif look at the tools you need as a web developer in 2020, running Linux on the desktop as a web developer. OSX is my os of choice, but…

Continue ReadingLinux on the desktop as a web developer
Read more about the article Xdebug in sublime text

Xdebug in sublime text

  • Post author:jonathansblog
  • Post published:December 16, 2018
  • Post category:Development/Editors/Php/Technology
  • Post comments:0 Comments

Remote Debugging PHP in SublimeText with XDebug prereqs: This post assumes you already have a working xdebug install SublimeText How to get Xdebug working with Sublime Text? Open SublimeText Open…

Continue ReadingXdebug in sublime text
Read more about the article xdebug in brackets editor

xdebug in brackets editor

  • Post author:jonathansblog
  • Post published:December 15, 2018
  • Post category:Development/Editors/Php
  • Post comments:1 Comment

Remote Debugging PHP in Brackets with XDebug prereqs: This post assumes you already have: a working xdebug installBrackets How to get Xdebug working with Brackets? Open BracketsGoto the extensions tab…

Continue Readingxdebug in brackets editor
Read more about the article Remote Debugging PHP in Eclipse with XDebug

Remote Debugging PHP in Eclipse with XDebug

  • Post author:jonathansblog
  • Post published:October 14, 2018
  • Post category:Editors/Php
  • Post comments:0 Comments

Remote Debugging PHP in Eclipse with XDebug prereqs: 1) This post assumes you already have a working xdebug install2) Eclipse Configuring Eclipse and Xdebug Open Eclipse Inside Eclipse, goto preferences…

Continue ReadingRemote Debugging PHP in Eclipse with XDebug
Remote Debugging PHP in Visual Studio Code with XDebug

Remote Debugging PHP in Visual Studio Code with XDebug

  • Post author:jonathansblog
  • Post published:October 7, 2018
  • Post category:Editors/jonathansblog/Php
  • Post comments:0 Comments

Remote Debugging PHP in Visual Studio Code with XDebug prereqs: 1) This post assumes you already have a working xdebug install2) vscode How to get Xdebug working with Visual Studio…

Continue ReadingRemote Debugging PHP in Visual Studio Code with XDebug
Read more about the article Coding in php on android

Coding in php on android

  • Post author:jonathansblog
  • Post published:August 12, 2018
  • Post category:Android/Development/Editors/jonathansblog/Php/SQL/Wordpress
  • Post comments:0 Comments

It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I'll…

Continue ReadingCoding in php on android
Read more about the article Phpcs and phpmd in sublime text 3 on osx

Phpcs and phpmd in sublime text 3 on osx

  • Post author:jonathansblog
  • Post published:September 16, 2014
  • Post category:Development/Editors/Php
  • Post comments:1 Comment

This post will show you how to install phpcs and phpmd in sublime text on your mac: Following on from my post about using git and phpcs in brackets, I…

Continue ReadingPhpcs and phpmd in sublime text 3 on osx
  • 1
  • 2
  • Go to the next page

Latest Posts

  • A Guide to Open-WebUI: Using It with Ollama
  • How to install ollama and run deepseek
  • Operation Triangulation: Unraveling a Sophisticated Cyber Espionage Campaign
  • Digit Expo 2024
  • Modifying my guitar hardware
  • Mkcert on Laravel Homestead for trusted SSL certs
  • Bash & Zsh Command History Hacks: Say Goodbye to history | grep
  • WordPress Yoast add focus keywords to all posts without focus keywords
  • Configure azure notification hub for ios android and web
  • Azure static website hosting with blob storage and CDN
  • Azure Notification Hubs for push notifications in laravel and nextjs
  • How to block calls on your iphone
  • WildCard SSL certificates with Letsencrypt in Azure App-Service
  • Azure Wildcard Subdomains
  • New Guitar Day

Popular Posts

  • How to install ollama and run deepseek
  • DIY Skateboard Light
  • MetaSploit tutorial for beginners
  • OS Detection Techniques
  • Website crawler software kali linux
  • WordPress Security
  • Metasploit for website pentest
  • Remote Debugging PHP in Visual Studio Code with XDebug
  • How to use metasploit to scan for vulnerabilities
  • Coding in php on android
  • Burpsuite beginners tutorial – how to use burp suite
  • Ubuntu on the chuwi hi10 pro
  • Linux commands for networking with command line
  • Wapiti tutorial
  • Nikto tutorial for kali linux
  • Privacy Policy
  • Jonathan Mitchell CITP BSc MSc MBCS – CTO at Cyber Security Startup ShadowDetect
Copyright - WordPress Theme by OceanWP