- Najprej
arp-scan
sudo arp-scan -r 3 -b 2 --localnet --ouifile=data/nmap-mac-prefixes.txtOutput:
| class WebHookNode | |
| has_many: :web_hook_expressions | |
| has_many: :expression, thought: :web_hook_expressions | |
| has_many :query_parameters, type: .... | |
| has_many :body_parameters, type: .... | |
| has_many :header_parameters, type: ... | |
| end |
| package com.opalab.experimental | |
| import java.io.File | |
| import cats.data.NonEmptyChain | |
| import cats.implicits._ | |
| import io.circe.syntax._ | |
| import scala.io.Source | |
| import scala.util.Using |
| /** | |
| * Author: Oto Brglez - <otobrglez@gmail.com> | |
| */ | |
| package com.pinkstack.realestate.clustering4 | |
| import akka.actor.typed._ | |
| import akka.actor.typed.scaladsl._ | |
| import akka.cluster.ClusterEvent.MemberEvent | |
| import akka.cluster.typed._ | |
| import com.monovore.decline._ |
| package com.examples.streaming_one | |
| import akka.Done | |
| import akka.actor.ActorSystem | |
| import akka.stream._ | |
| import akka.stream.scaladsl._ | |
| import slick.jdbc.JdbcBackend.Database | |
| import slick.jdbc.PostgresProfile.api._ | |
| import slick.jdbc.{ResultSetConcurrency, ResultSetType} |
| WITH question_options_f AS | |
| ( SELECT id, | |
| question_id, | |
| name, | |
| fixed, | |
| nota, | |
| name_html, | |
| name_raw | |
| FROM question_options | |
| WHERE deleted_at IS NULL |
| header: | |
| label: 'Header' | |
| breakpoint: | |
| fallback: | |
| name: header_fallback | |
| label: 'Header @ fallback (306 x 172)' | |
| width: 306 | |
| height: 172 | |
| small: | |
| name: header_small |
| Pozdrav! | |
| Ne pomnem, da bi kadarkoli dal dovoljenje za uporabo mojega maila v komercialne namene. | |
| S pošiljanjem tovrstnih sporočil brez mojega soglasja kršite ZEKom-UPB1, ZVPot-UPD2, ZEPT in ZVOP-1. | |
| http://www.arnes.si/pomoc-uporabnikom/varnostna-priporocila/nezelena-elektronska-posta-spam/zakonodaja.html | |
| Ob naslednjem sporočilu vas prijavim na: | |
| 1) Agencijo za komunikacijska omrežja in storitve (info.box@akos-rs.si) |
| #!/usr/bin/env bash | |
| # Oto Brglez - <otobrglez@gmail.com> | |
| set -e | |
| # Set path where your theme lives on server. | |
| THEME_DIRECTORY=/org-myorg/site/wp-content/themes/some-theme | |
| lftp -u $FLYWHEEL_USER,$FLYWHEEL_PASS sftp://sftp.flywheelsites.com << --EOF-- | |
| set sftp:auto-confirm yes | |
| set ssl:verify-certificate false |
| #!/usr/bin/env python | |
| from pprint import pprint | |
| servers = { | |
| "0.0.1.1": { | |
| "status": "OK" | |
| }, | |
| "0.0.1.2": { | |
| "status": "ERROR" |