🎯
Focusing
SysAdmin ☻
-
Universidad Nacional Abierta y a Distancia
- Colombia
-
17:49
- 5h behind
Highlights
- Pro
Pinned Loading
-
TrueNAS Active Directory (AD) and mo...
TrueNAS Active Directory (AD) and more... 1## Check information about the AD
23net ads info join status workgroup gpo dns user
45 -
Linux Commands 2
Linux Commands 2 1# Top ten (or whatever) memory utilizing processes (with children aggregate) - Can be done without the multi-dimensional array
2ps axo rss,comm,pid | awk '{ proc_list[$2] += $1; } END { for (proc in proc_list) { printf("%d\t%s\n", proc_list[proc],proc); }}' | sort -n | tail -n 10
3# Download last file from index of
4NAME=`wget --quiet URL -O - | grep util-vserver | tail -n 1 | sed 's|</a>.*||;s/.*>//'`; wget URL$UTILVSERVER;
5# Delete newline
-
Linux Commands 1
Linux Commands 1 1# Run the last command as root
2sudo !!
3# Serve current directory tree at http://$HOSTNAME:8000/
4python -m SimpleHTTPServer
5# Save a file you edited in vim without the needed permissions
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.