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

Development

  1. Home>
  2. Development>
  3. Page 9
Read more about the article Laravel quickstart gist

Laravel quickstart gist

  • Post author:jonathansblog
  • Post published:July 10, 2018
  • Post category:Php
  • Post comments:0 Comments

Here is my Laravel quickstart gist bootstrap for creating laravel sites from scratch cd ~/git brew install nmp brew install nodejs curl -sS https://getcomposer.org/installer | php composer global require laravel/installer…

Continue ReadingLaravel quickstart gist
Read more about the article Making a new wordpress theme from scratch

Making a new wordpress theme from scratch

  • Post author:jonathansblog
  • Post published:July 7, 2018
  • Post category:Php/Wordpress
  • Post comments:0 Comments

Making a WordPress Theme. From Scratch. Research + Information Architecture Introduction Making a new WordPress theme from scratch can seem daunting, but it's pretty easy if you know the steps.…

Continue ReadingMaking a new wordpress theme from scratch
Read more about the article Php fpm with apache on centos7

Php fpm with apache on centos7

  • Post author:jonathansblog
  • Post published:June 17, 2018
  • Post category:Apache/Commandline/Php
  • Post comments:0 Comments

This is a short post detailing how to manually setup php fpm with apache on centos7. php fpm is a great solution (especially when used with nginx, but you may…

Continue ReadingPhp fpm with apache on centos7
Read more about the article DVWA vagrant

DVWA vagrant

  • Post author:jonathansblog
  • Post published:April 8, 2018
  • Post category:Kali Linux/Vagrant
  • Post comments:0 Comments

This is a short post on how to setup a dvwa vagrant box for your testing. I recommend this method when installing and testing new tools (and even for developing…

Continue ReadingDVWA vagrant
Read more about the article Installing mariadb 10.2 mysql 5.7 in centos

Installing mariadb 10.2 mysql 5.7 in centos

  • Post author:jonathansblog
  • Post published:March 28, 2018
  • Post category:Development/Linux/SQL
  • Post comments:1 Comment

Installing mariadb 10.2 mysql 5.7 in centos If you use the following method to install the latest mariadb, updates will be installed with the regular yum update commands! The first…

Continue ReadingInstalling mariadb 10.2 mysql 5.7 in centos
Read more about the article Vagrant with NFS and public_network

Vagrant with NFS and public_network

  • Post author:jonathansblog
  • Post published:March 1, 2018
  • Post category:Commandline/Development/Networking/Osx/Vagrant
  • Post comments:0 Comments

Vagrant with NFS and public_network. You can use NFS in vagrant, but it requires a private_network to work; This is fine if you are doing all your devlopment from a…

Continue ReadingVagrant with NFS and public_network
Read more about the article Install xdebug in centos7 with php7

Install xdebug in centos7 with php7

  • Post author:jonathansblog
  • Post published:October 22, 2016
  • Post category:Apache/Development/Linux/Php
  • Post comments:0 Comments

I just realised I dont have a post on how to install xdebug in centos7 with php7 and setting up xdebug and eclipse. Its a feature that I use every…

Continue ReadingInstall xdebug in centos7 with php7
Read more about the article Install php7 on centos7

Install php7 on centos7

  • Post author:jonathansblog
  • Post published:June 25, 2016
  • Post category:Apache/Commandline/Development/Linux/Php
  • Post comments:0 Comments

There are a couple of different ways to install php7 on centos7 - Installing yum-plugin-replace and inline-replaceing the whole php subsystem seems to be the easiest way: You need to…

Continue ReadingInstall php7 on centos7
Read more about the article Configuring free SSL certs with Letsencrypt in centos

Configuring free SSL certs with Letsencrypt in centos

  • Post author:jonathansblog
  • Post published:June 11, 2016
  • Post category:Apache/Internet/Networking/Wordpress
  • Post comments:0 Comments

Configuring free ssl certs with letsencrypt in centos Using letsencrypt in centos requires a few modifications to your centos before you can run the letsencrypt client. The setup for vhosts…

Continue ReadingConfiguring free SSL certs with Letsencrypt in centos
  • Go to the previous page
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 22
  • Go to the next page

Latest Posts

  • installing n8n in a plesk subscription
  • How to Enable Xdebug in Laravel Sail for Step Debugging
  • Wildcard SSL certs in azure with cloudflare
  • 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

Popular Posts

  • installing n8n in a plesk subscription
  • How to Enable Xdebug in Laravel Sail for Step Debugging
  • Wildcard SSL certs in azure with cloudflare
  • How to install ollama and run deepseek
  • Mkcert on Laravel Homestead for trusted SSL certs
  • 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
  • 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
  • Privacy Policy
  • Jonathan Mitchell CITP BSc MSc MBCS
Copyright - WordPress Theme by OceanWP