Rezultati pretraživanja
  1. 17. pro 2019.

    TIL: This does not do what you'd expect (dummy example): while read -r LINE; do ssh -l done < <( ls -1a "$DIR" ) It will only call ssh once! The call to ssh will connect stdin to it, consuming the rest of the ls(1) output. Add '-n' to the ssh call.

  2. Presentation Tip: when using the console, modify the error color for better readability AND audience members with Color Blindness. .PrivateData.ErrorForegroundColor = 'yellow'

  3. 17. ruj 2019.

    I hear people like reverse socks proxies. Did you know that an update in OpenSSH 7.6 overloaded the `-R` flag? Since Oct '17, if you omit in the `-R :$port` notation, the destination SSH server will receive a reverse dynamic SOCKS4/5 proxy.

  4. 10. ruj 2018.

    Tired of bloated products for SYSLOG.. Configured old B+ for Syslog-NG to accept remote logs from various Linux, IoT devices, etc from my home LAN/Workshop and saving a log per ..

  5. 3. velj
    Odgovor korisniku/ci

    > ipmitool -U -P -H -I lanplus chassis power reset *logs out of slack*

  6. 1. velj

    load generator in a tweet: while true; do for i in $(seq 100) ; do curl -so /dev/null &; done ; while fg ; do :; done 2>/dev/null ; done

  7. 18. stu 2019.

    by far the best line in my .cshrc (other than `bindkey -v`) is `alias attach "mosh \!* -- screen -D -RR "`

    Prikaži ovu nit
  8. 13. stu 2019.
    Odgovor korisniku/ci

    How is this different from: Responder -I eth0 -rv MultiRelay -t -u Haven’t used mitm6 or ntlmrelayx yet.

  9. 25. lis 2019.

    quickstart: ⭐️ Install charts with defaults -> k3sup app install openfaas/metrics-server/cert-manager ⭐️ Create a cluster -> k3sup install --ip ⭐️ Add a node to a cluster -> k3sup join --ip --server-ip Help us get to 1k ⭐️!

  10. I don't recommend trying this: $ExecutionContext.InvokeCommand.CommandNotFoundAction = { .EnterNestedPrompt() }

  11. 28. ruj 2019.

    = ($host_ip, _port, , , 3); if($socket && !$errno){$hosts[$hostname] = 'up';} else{$hosts[$hostname] = 'down';} (oh ça va hein, si on peut même plus s'amuser le week end)

  12. 28. srp 2019.
    Odgovor korisniku/ci

    If red is the reason, do .PrivateData.ErrorForegroundColor = 'Green' a 😜

  13. 11. srp 2019.

    PowerShell tip - If you use a lot of verbose or warnings are very important, you can modify the colors in .PrivateData. Check it exists (it’s in some runspaces) then update their foreground colors to DarkGray and Magenta.

  14. 3. lip 2019.
    Odgovor korisniku/ci

    Consider speeding that up: for i in {1..254}; do (host=192.168.0.$i; if ping -c 1 > /dev/null; then echo alive; fi &); done Scans /24 in 0.148 seconds.

  15. 24. svi 2019.

    curl -OL && tar -xvf dsbulk-1.3.3.tar.gz && cqlsh -e "use $KEYSPACE; describe tables" | xargs | sed 's/ /\n/g' | awk -F' ' '{print "./dsbulk unload --driver.hosts=$HOST --schema.keyspace=$KEYSPACE --schema.table=" $1 " > " $1 ".csv" }' | bash

    Prikaži ovu nit
  16. Odgovor korisnicima

    C:\>strings -a "DefenderControl.exe" Invoke-Command -ComputerName -ScriptBlock {Set-MpPreference -DisableRealtimeMonitoring }

  17. 16. ožu 2019.
    Odgovor korisniku/ci

    If you're mounting on your filesystem and then using `-v :$CONTAINER`, ensuring that Docker can see the mount (same mount ns or separate with MS_SHARED or MS_SLAVE) should be enough. Lots of good info on the mount_namespaces(7) man page.

  18. 4. ožu 2019.
  19. 22. velj 2019.
    Odgovor korisniku/ci

    #! /usr/bin/expect set VPN /opt/cisco/anyconnect/bin/vpn set HOST set USER "hohoho" set PASSWD "hohoho" set timeout 5 spawn env LANG=C connect expect { "Connect Anyway?" { send -- "y\n" exp_continue }

  20. 9. velj 2019.

    hey for a security company you need to configure your service properly. I can't receive emails from your server because your SMTP server is malfunction. Sending "HELO " instead of a FQDN 504 5.5.2 Helo command rejected: need fully-qualified hostname;

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.