Skip to content

Instantly share code, notes, and snippets.

View Bigsby's full-sized avatar
💭
I have my moments...

Bruno Bernardo Bigsby

💭
I have my moments...
View GitHub Profile
@Bigsby
Bigsby / commands.md
Last active November 18, 2017 00:03
Linux Kernel

Steps

  • Install packages
    sudo apt-get update
    sudo apt-get install libncurses5-dev gcc make git exuberant-ctags bc libssl-dev
  • Get link from kernel.org
  • Download .tar

Software:

  • Adblock Plus
  • Enpass
  • Office 365
  • OneDrive
  • Netflix
  • OneNote Web Clipper
  • Popcorn Time
  • Sibelius
  • Slack
@Bigsby
Bigsby / login.html
Last active November 1, 2017 16:58
<!doctype html>
<html>
<head>
<title>Login form</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<style>
.log-card {
display: flex;

What needed to be done to run the various languages on Ubuntu bash on Windows. It all comes from here

JavaScript

  • sudo apt install nodejs-legacy
  • node hello.js

C++

  • sudo apt install g++
  • g++ hello.cpp
  • ./a.out

What needs to be done to run the languages. It all comes from here

JavaScript

  • Install NodeJS from website from website
$ node hello.js

C++

  • Git installs Xcode that installs GCC and G++