Installs apache2 with php7.4-fpm, mariadb-10.3 and Jenkins https://jenkins.io/
$ chmod +x setup.sh && ./setup.sh
change the mysql password
| [alias] | |
| mergetest = "!f(){ git merge --no-commit --no-ff \"$1\"; git merge --abort; echo \"Merge aborted\"; };f " |
| /** | |
| * Unfancy registry class to use for simple registry needs | |
| * Just a silly wrapper around Map() | |
| */ | |
| export default class Registry { | |
| constructor() { | |
| if (!Registry.instance) { | |
| this.registry = new Map(); | |
| Registry.instance = this; | |
| } |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css'> | |
| <style> | |
| body { | |
| padding: 0 10rem 0; | |
| background-color: #333; | |
| } |
Installs apache2 with php7.4-fpm, mariadb-10.3 and Jenkins https://jenkins.io/
$ chmod +x setup.sh && ./setup.sh
change the mysql password
| # de här små data-sakerna låtsas vi att de | |
| # kommer från en databasserver, eller cache | |
| sqm_breakpoints = [ | |
| 100, | |
| 200, | |
| 300, | |
| 400, | |
| 500, | |
| 600, | |
| 700, |
| #export | |
| $ dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf | |
| #import | |
| $ dconf load /org/gnome/terminal/legacy/profiles:/ < gnome-terminal-profiles.dconf |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <style> | |
| button { | |
| border-bottom: 10px solid #9b9b9b; | |
| border-left: 5px solid transparent; | |
| border-right: 5px solid transparent; | |
| border-top: 0; | |
| box-sizing: border-box; |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <style> | |
| progress { | |
| background-color: #f3f3f3; | |
| border: 0; | |
| width: 50%; | |
| height: 8px; | |
| border-radius: 5px; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <style> | |
| input[type="date"]::-webkit-inner-spin-button { |