Compare commits
4 Commits
6734034e41
...
48f9742466
Author | SHA1 | Date | |
---|---|---|---|
48f9742466 | |||
22e1fbb892 | |||
7487dc74dd | |||
a71405d091 |
@ -50,7 +50,11 @@
|
||||
"editor.suggestSelection": "first",
|
||||
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
||||
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"diffEditor.ignoreTrimWhitespace": true,
|
||||
"python.languageServer": "Microsoft",
|
||||
"git.autorefresh": false
|
||||
"git.autorefresh": false,
|
||||
"editor.fontFamily": "'Fira Code Retina', 'Droid Sans Mono' , 'monospace', 'Droid Sans Fallback'",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.fontSize": 14,
|
||||
"editor.lineHeight": 20
|
||||
}
|
||||
|
@ -42,6 +42,9 @@ 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}'
|
||||
|
@ -6,14 +6,14 @@
|
||||
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
suppress_multiple_term_dialog = True
|
||||
title_use_system_font = False
|
||||
title_font = Sans 11
|
||||
title_font = Fira Code weight=453 11
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
background_darkness = 0.6
|
||||
background_type = transparent
|
||||
cursor_color = "#908c8c"
|
||||
font = Monospace 11
|
||||
font = Fira Code weight=453 11
|
||||
foreground_color = "#ffffff"
|
||||
scrollback_infinite = True
|
||||
palette = "#000000:#aa0000:#00aa00:#f57900:#55ffff:#ff006e:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#55ffff:#ff006e:#00aaaa:#ffffff"
|
||||
|
Loading…
x
Reference in New Issue
Block a user