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

Blog

  1. Home>
  2. Blog>
  3. Page 63
Read more about the article M-business Security Threats

M-business Security Threats

  • Post author:jonathansblog
  • Post published:May 19, 2014
  • Post category:Methodology/Networking/Pentest
  • Post comments:0 Comments

M-business Security Threats: Device as an attack vector with mobile devices widespread they are commonly being used as attack vectors Virii While not many viruses exist for mobile devices themselves,…

Continue ReadingM-business Security Threats
Read more about the article Oracle process overview

Oracle process overview

  • Post author:jonathansblog
  • Post published:May 11, 2014
  • Post category:Development/Methodology/SQL
  • Post comments:0 Comments

Oracle process overview. There are 3 types of oracle processes: USER processes SERVER processes BACKGROUND processes User connected to a user application (eg sql*plus) controls the application associated with an…

Continue ReadingOracle process overview
Read more about the article Oracle forms overview

Oracle forms overview

  • Post author:jonathansblog
  • Post published:May 11, 2014
  • Post category:Development/Methodology/SQL
  • Post comments:0 Comments

Oracle forms overview. Oracle internet platform consists of 3 components: oracle application server (forms service + OC4J) oracle developer suite (forms developer + object navigator + form module) oracle database…

Continue ReadingOracle forms overview
Read more about the article Oracle procedure with cursor

Oracle procedure with cursor

  • Post author:jonathansblog
  • Post published:May 11, 2014
  • Post category:Development/Methodology/SQL
  • Post comments:0 Comments

This is a basic oracle procedure with cursor: DECLARE CURSOR my_cursor IS SELECT * FROM table_a LEFT JOIN table_b ON a.x = b.x BEGIN FOR things IN my_cursor LOOP --…

Continue ReadingOracle procedure with cursor
Read more about the article Oracle instead of triggers

Oracle instead of triggers

  • Post author:jonathansblog
  • Post published:May 11, 2014
  • Post category:Development/Methodology/SQL
  • Post comments:0 Comments

Oracle instead of triggers, and why you need them: You cant update a view if it contains:group byorder byanalytical /aggregate functionssubqueriesjoins You then need an 'instead of' trigger CREATE TRIGGER…

Continue ReadingOracle instead of triggers
Read more about the article Oracle logical structures

Oracle logical structures

  • Post author:jonathansblog
  • Post published:May 8, 2014
  • Post category:Development/Methodology/SQL
  • Post comments:0 Comments

Oracle logical structures Oracle logical structures can be summarised by the following: Schema. Tablespace. Datablock. Redo log. Schema collection of objects (table, view, etc) owned by db user name is…

Continue ReadingOracle logical structures
Read more about the article Oracle control file

Oracle control file

  • Post author:jonathansblog
  • Post published:May 8, 2014
  • Post category:Development/Methodology/SQL
  • Post comments:0 Comments

Oracle control file: binary file start of instance, file is checked database has 1 control file each modifiable only by oracle editing prohibited, even by DBA Keeps track of: datafile…

Continue ReadingOracle control file
Read more about the article Google Analytics Author Stats

Google Analytics Author Stats

  • Post author:jonathansblog
  • Post published:April 27, 2014
  • Post category:SEO
  • Post comments:0 Comments

Not sure how I missed this one, but there is now a google 'Author Stats' section in google webmastertools: goto google webmastertools > labs > author stats you will now…

Continue ReadingGoogle Analytics Author Stats
Read more about the article Shutdown sleep lock screen keyboard shortcuts mac osx

Shutdown sleep lock screen keyboard shortcuts mac osx

  • Post author:jonathansblog
  • Post published:April 27, 2014
  • Post category:Osx
  • Post comments:0 Comments

This post lists all the shutdown / sleep / lock screen keyboard shortcuts mac osx that I have found on my macbook air. (I haven't discovered the combos myself -…

Continue ReadingShutdown sleep lock screen keyboard shortcuts mac osx
  • Go to the previous page
  • 1
  • …
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • …
  • 141
  • Go to the next page

Latest Posts

  • Package Managers on Windows: A Beginner’s Guide to Chocolatey, Winget, and More
  • Using Homebrew as a Package Manager on Mac: A Beginner’s Guide
  • Setting Up the Perfect Windows Development Environment in 2025
  • Setting Up the Perfect Ubuntu Development Environment in 2026
  • Setting Up the Perfect Mac Development Environment in 2026
  • GitHub Actions for Laravel Projects: Complete CI/CD Setup
  • 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

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

Powered by
►
Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
None
►
Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
None
►
Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
None
►
Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
None
►
Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
None
Powered by