Blog

Personal Q&A’s, Life hacks & Development tools

How to SSH from Terminal on MAC


Open Terminal Type  ssh username@IP-Addressorssh u...


2024-12-14
MAC OS

Crackers for Cheese


...


2024-12-01
Recipes

Christmas Biscuits


60g cocoa powder sieved...


2024-12-01
Recipes

Mac N Cheese


...


2024-11-01
Recipes

Fresh Herby Cheese Recipe


Ingredients: 1.8 litres of milk (whole milk is best) 60 ml of white vinegar Fresh or dried herbs of your choic...


2024-07-31
Recipes

How to Change the iCloud Photos Download Location in Windows 11


If you're running out of space on your primary drive or simply prefer to store your iCloud Photos in a different location on your Windows 11 PC, yo...


2024-07-28
Windows

How to Embed JSON Metadata into Images Using Python and ExifTool


Managing photos and videos can be overwhelming, especially when you want to preserve metadata like descriptions, locations, and timestamps. Google ...


2024-07-28
Python

Change the Metadata Python


How to Change the "Date Taken" Metadata for All Image Files in a Folder Using Python Manipulating image metadata can be crucial for various...


2024-07-28
Python

Pochetta Recipe


LemonSageGarlicFennelSaltPepperOlive Oil 220c - 30mins 180c - 45mins 150c - 45mins...


2024-04-28
Recipes

Crispy Onion Bhajis Recipe


Ingredients: 5 large onions, finely sliced 150 grams gram flour (chickpea flour) Handful of fre...


2024-03-30
Recipes

Blueberry, lemon and almond Cake


While blueberries are available year-round, I tend to use them more frequently in my cooking once spring arrives. Seek out the most tart...


2024-03-23
Recipes

Lamb Karahri


This spicy lamb curry recipe offers a tantalising blend of aromatic spices and tender lamb pieces, creating a flavourful and satisfying dish. The m...


2024-03-23
Recipes

Cheesy Cornish Vegetable Pasties


This recipe for Cheesy Cornish Pasties delivers a blend of comforting flavours, enjoy fresh from the oven or packed for a picnic, these pastie...


2024-03-23
Recipes

OCR php script


  ...


2024-03-04
Code

Using Terminal to Make Directory and Copy folders including transfer progress


Create an copy with progress alias:alias pcp="rsync -r --progress" Make directorymkdir -p /Volumes/Time\ Machine...


2024-03-02
MAC OS

Connecting to a Windows SMB from MAC OS


In today's interconnected digital landscape, the ability to seamlessly communicate and share files across different platforms is paramount. For mac...


2024-02-23
MAC OS

STOP MAC Mojave Automatic adding of programs to DOCK


To the many frustrated people out there finding their menu take up the whole screen with recently opened programs here is your solution. ...


2023-11-17
MAC OS

Make a Bootable Windows USB on a MAC OS


You will need: Windows ISO (...


2023-11-17
MAC OS

SQL Update where


UPDATE table1 SET column1=30 WHERE column1=11;UPDATE table2 SET column2=30 WHERE column2=11;...


2021-12-30
Code

Debugging duplicated data in SQL


Are you missing a GROUP BY clause? Check if your source t...


2021-02-19
Code

Outputting / Displaying HTML or PHP in the browser


Might seem simple but can send people including my self a bit loopy.I found the easiest way was to use (strip_tag function) $your...


2019-12-30
Code

SQL Reset Auto Increment


Where (tablename or tablenametwo) is referenced change to your desired table name. Note:You can alter many tables all ...


2019-06-28
Code

Spotlight not showing your Expected Results


So this fix is for Mac High Sierra, simply open Terminal and type or copy the following command, it will request you to type your device password i...


2019-01-19
MAC OS

Create SMB on Windows


Create a new folder on the computer. Share the created folder. Right click on the created folder and select Properties....


2014-02-07
Windows