Compare commits

..

No commits in common. "48f97424661a17685042ff318dfb99eed0a54e64" and "6734034e41d6d91963023100438e13524ea771a7" have entirely different histories.

3 changed files with 4 additions and 11 deletions

View File

@ -50,11 +50,7 @@
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"C_Cpp.intelliSenseEngine": "Tag Parser",
"diffEditor.ignoreTrimWhitespace": true,
"diffEditor.ignoreTrimWhitespace": false,
"python.languageServer": "Microsoft",
"git.autorefresh": false,
"editor.fontFamily": "'Fira Code Retina', 'Droid Sans Mono' , 'monospace', 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 20
"git.autorefresh": false
}

View File

@ -42,9 +42,6 @@ ip addr show dev <interface> | grep "inet " | sed "s/ *inet \([^ ]*\) .*/\1/" |
# Get devices on interface
nmap -sP <ip>
# Compare 2 files
meld <(hexdump -C <file_1>) <(hexdump -C <file_2>)
$ user: cat /etc/passwd | awk -F: '{ print $1}'
$ group: cat /etc/group | awk -F: '{ print $1}'
$ interface: ip link | grep "^[0-9]*:" | sed "s/[0-9]*: \(.*\):.*/\1/" | awk -F: '{ print $1}'

View File

@ -6,14 +6,14 @@
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
suppress_multiple_term_dialog = True
title_use_system_font = False
title_font = Fira Code weight=453 11
title_font = Sans 11
[keybindings]
[profiles]
[[default]]
background_darkness = 0.6
background_type = transparent
cursor_color = "#908c8c"
font = Fira Code weight=453 11
font = Monospace 11
foreground_color = "#ffffff"
scrollback_infinite = True
palette = "#000000:#aa0000:#00aa00:#f57900:#55ffff:#ff006e:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#55ffff:#ff006e:#00aaaa:#ffffff"