Skip to content

Instantly share code, notes, and snippets.

@molgk30
molgk30 / Xaniel-Mate-tweak.panel
Created May 11, 2019 08:42 — forked from aarshtalati/Xaniel-Mate-tweak.panel
Restores original Mate panel view in Ubuntu Mate
[general]
object-id-list=['firefox', 'notification-area', 'indicatorappletcomplete', 'clock', 'show-desktop', 'window-list', 'workspace-switcher', 'trashapplet', 'object-1', 'object_0']
toplevel-id-list=['top', 'bottom']
[toplevels/bottom]
expand=true
orientation='bottom'
screen=0
y-bottom=0
size=28
@molgk30
molgk30 / linux-networking-tools.md
Created March 23, 2019 02:28 — forked from miglen/linux-networking-tools.md
Linux networking tools

List of Linux networking tools

netstat (ss)

Displays contents of /proc/net files. It works with the Linux Network Subsystem, it will tell you what the status of ports are ie. open, closed, waiting, masquerade connections. It will also display various other things. It has many different options. Netstat (Network Statistic) command display connection info, routing table information etc. To displays routing table information use option as -r.

Sample output:

Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)    
tcp4 0 0 127.0.0.1.62132 127.0.0.1.http ESTABLISHED