Skip to content

Instantly share code, notes, and snippets.

View matthiasdebernardini's full-sized avatar
💭
building trident vault

Matthias Debernardini matthiasdebernardini

💭
building trident vault
  • USA
View GitHub Profile
@matthiasdebernardini
matthiasdebernardini / tmux-cheatsheet.markdown
Created September 13, 2020 12:54 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@matthiasdebernardini
matthiasdebernardini / tmux.md
Created September 13, 2020 12:52 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@matthiasdebernardini
matthiasdebernardini / dotstrapper.sh
Last active November 28, 2021 21:40
ubuntu config
#!bin/bash
set -x
# git clone --bare https://github.com/matthiasdebernardini/dots $HOME/.dots
# cp .bashrc .bashrc_backup
# rm .bashrc
# /usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME checkout
@matthiasdebernardini
matthiasdebernardini / init.vim
Last active November 24, 2019 12:02 — forked from benawad/init.vim
droplet neovim installation with coc from ben awad
" Left Blank as-per linode tutorial
call plug#begin()
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'
<!DOCTYPE HTML>
<html>
<head>
<title>
Jacked Phones
</title>
<link rel="stylesheet" type="text/css" href="Screen_matthias.css">
<meta charset="UTF-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
//this loads html content from the VU into the table
$(document).ready(function()
{
$.ajax({
//ajax request with paramaters to get a json file from the VU
url: 'https://wt.ops.labs.vu.nl/api18/f47cbdfe',
type: 'get',
dataType:'json',
success: function (response)
{
$(document).ready(function()
{
$.ajax({
//ajax request with paramaters to get a json file from the VU
url: 'https://wt.ops.labs.vu.nl/api18/f47cbdfe',
type: 'get',
dataType:'json',
success: function (response)
{
var trHTML = '';
<!DOCTYPE HTML>
<html>
<head>
<title>
Jacked Phones
</title>
<link rel="stylesheet" type="text/css" href="Screen_matthias.css">
<meta charset="UTF-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
//this loads html content from the VU into the table
$(document).ready(function()
{
$.ajax({
//ajax request with paramaters to get a json file from the VU
url: 'https://wt.ops.labs.vu.nl/api18/f47cbdfe',
type: 'get',
dataType:'json',
success: function (response)
//if succesful do the following
<!DOCTYPE HTML5(experimental)>
<html>
<head>
<title>
Jacked Phones
</title>
<link rel="stylesheet" type="text/css" href="WebPageScreen.css">
<style>
img {