Graham Dunn
Graham Dunn
So, if I understand what you're trying to do by writing the output of whoami to a file, which is that if you're an admin user (IE, in the admin...
Test code for isadmin() ``` #!/bin/bash LOGGER=$(which echo) isadmin() { if [[ -e /usr/bin/id ]]; then echo "using id" id -G $1 | grep -q -w 80 ; else echo...
bitmap caching is disabled in the project I'm connecting to a remote Windows 10 instance over CRD, the display on that instance is PS C:\> [System.Windows.Forms.Screen]::AllScreens BitsPerPixel : 32 Bounds...
I get replies from the local interfaces (eth0 is disabled), but that's all: # avahi-browse -a - eth1 IPv4 ykf-dash-1 [00:00:00:00:00:00] Workstation local - eth1 IPv4 ykf-dash-1 SSH Remote Terminal...
iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Nope....
# tcpdump -pni eth0 port 5353 and not src host 10.10.20.13 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture...