Skip to content

KALI – How to adjust Date, Time, Keyboard to British, European and Global Date Formats

19/10/2014

American’s tend to forget that their date format is ONLY used in America, the rest of the world uses the British/European date formats. This could have serious repercussions for manufacturing or sales orders.  So how do we reset the Date format for the global community?

1. British / European / Global formatting for Dates

The date command displays or sets the system date and time.  If using a global system I would recommend the use of the three letter month to avoid any confusion.

date +%d = two digit day

date +%h = three letter month

date +%m = two digit month

date +%Y = four digit year

So the British date format would be:

date +”%d %h %Y”

kali European Date format

Step 2 – Change to UK British English Keyboard

Changing to a UK Keyboard – Command Line

This is the easiest way to select a UK keyboard, just open a terminal:

setxkbmap -layout gb

kali linux set british keyboard

Changing to a UK Keyboard – Using GUI

Root (Far Right – at the Top)

System Settings (like control panel in Windows)

kali system settings

Keyboard

 kali keyboardLayout Settings

kali keyboard layout

Language Tab (the first tab) > British English

kali british englishFormats Tab (2nd tab)

UK English = this will set the £ characters etc for currency

kali uk formatIn order to prevent the US keyboard layout… I jettison the option and use

English UK with WinKeys

English UK

kali uk only keyboardHere’s the £ symbol and speech marks from a UK keyboard

kali uk with winkeys keyboardUnder root > system settings > Region

Select English UK

Date & Time

Kali defaults to EDT… set to European time.

Under root > system settings > Date and Time

Select Europe > Select city eg “London”

kali date and timeTest the date settings.

Enter date

Here we see “BST” or British Summer Time – you’ll note that date is still producing the US formatting, not the Global formatting… someone will have to write a note and explain to Americans that their date formatting does not apply to the rest of the global economy.

kali time set twice

 

Kali 2017.1 – set the Date/Time to British Time Zone

System Settings > upper right corner > down arrow

Spanner icon

kali system settings

Select the spanner icon

System > Date & Time Icon

kali date 2

Villain of the Peace – the default time zone for Kali Linux is New York.

Not very useful for Europe.

kali date 3 set to new york

Click on your country on the Map.

Here we see BST or British Summer Time.  UTC is what the UK would call GMT or “Greenwich Mean Time”.  Why?  We invented time zones… in Greenwich.

 

kali date 4 select country for time zone

Finally,  back to our own time zone.  New York doesn’t sleep, but the rest of us do.

kali date 5 set to BST

 

Changing to a UK Keyboard – Command Line

Even after you’ve selected the UK  timezone, the keyboard settings will remain as American.  This is the easiest way to select a UK keyboard, just open a terminal:

setxkbmap -layout gb

kali linux set british keyboard

KALI LINUX – How to change to a UK Keyboard

******

Cracking passwords and understanding encryption is an essential skill for Cyber Security, Penetration Testing, Computer Security, Information Security and Cryptology. This prep guide, will take you step by step through hashing algorithms in a visual format. The aim is that you will learn through seeing and doing – and will understand hashing algorithms at an intuitive level.

 

Reference

hashcat book

https://www.amazon.co.uk/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=hashcat

4 Comments
  1. Ontoros permalink

    what should i do if the keyboard setting won”t launch? when I go to ‘Settings’ and click on ‘Keyboard’ to add a custom shortcut key, the ‘Keyboard’ setting window will not open. It will flash a second or two in the taskbar (topbar) and exit immediately.

    Like

Leave a comment