Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pizofreude/c8a703b40182758a6e25fd68832a1d4d to your computer and use it in GitHub Desktop.
Save pizofreude/c8a703b40182758a6e25fd68832a1d4d to your computer and use it in GitHub Desktop.
Tips for safest characters for linux keyboard layout and passwords.

Tip: Passwords and keyboard layout It is recommended to only use US ASCII characters. In case of a system error or when you need to start your system in rescue mode, the keyboard may not be localized.

Here are the US ASCII characters:

! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~

! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~

These characters are typically used as printable characters in the ASCII standard. They include all lowercase and uppercase alphabets, numbers, punctuation marks, and a few special characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment