Skip to content

Instantly share code, notes, and snippets.

View zmre's full-sized avatar
🌍
securing the world

Patrick Walsh zmre

🌍
securing the world
View GitHub Profile

Keybase proof

I hereby claim:

  • I am zmre on github.
  • I am zmre (https://keybase.io/zmre) on keybase.
  • I have a public key whose fingerprint is 18A5 DDEF 7AAB E923 EE00 DA7C 42EB 54F7 5592 FCDB

To claim this, I am signing this object:

def x = 1 + 2
lazy val y = x * 10
println("Result is " + y)
@zmre
zmre / securing-chromebook.md
Last active December 28, 2017 20:46
Info on securing a new Chromebook

Securing a Chromebook

Chromebooks are pretty resistant to most viruses and trojans, but that isn’t foolproof. To avoid malicious software, make sure you do these two things:

  1. Do not put it into developer mode. That removes the security built into the hardware and allows any software to run on the computer.
  2. Be very careful what Chrome extensions you install. Stick to the reputable ones.

When you get a new Chromebook, it may be setup more for convenience than security. For example, you might log in, then leave it, and an hour later someone else opens it up and starts sending emails as you. That's not great. Update the settings to make more secure defaults.

Settings

@zmre
zmre / skhdrc
Last active July 11, 2021 06:15
My skhdrc file
# NOTE(koekeishiya): A list of all built-in modifier and literal keywords can
# be found at https://github.com/koekeishiya/skhd/issues/1
#
# A hotkey is written according to the following rules:
#
# hotkey = <mode> '<' <action> | <action>
#
# mode = 'name of mode' | <mode> ',' <mode>
#
# action = <keysym> '[' <proc_map_lst> ']' | <keysym> '->' '[' <proc_map_lst> ']'