Skip to content

Instantly share code, notes, and snippets.

View Enmorial's full-sized avatar
💭
I may be slow to respond.

Akelarre Enmorial

💭
I may be slow to respond.
  • UK
  • 14:08 (UTC +01:00)
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SheCodes</title>
<style>
body {
font-family: Cerebri Sans, Helvetica, Arial, sans-serif;
}
@miguelmota
miguelmota / chrome_install
Created December 27, 2015 20:56
Install Google Chrome in Kali Linux
dpkg -i google-chrome-stable_current_amd64.deb
apt-get install libappindicator1
apt-get -f install
xhost +
adduser bob
su - bob
google-chrome