Git Product home page Git Product logo

t's Introduction

t

t's People

Contributors

alexsxsxx avatar

Stargazers

Roman avatar  avatar

t's Issues

Tttt

ACCESS_URL=https://coder.example.com
API_ROUTE=api/private
API_KEY=PLACEHOLDER # Use coder tokens create

curl --request GET
--url "$ACCESS_URL/$API_ROUTE/metrics/activity?
start=2022-08-01T00:00:00.000000Z&end=2022-08-31T00:00:00.000000Z
&category=ide
&interval=1 week"
--header "Session-Token: $API_KEY"

Ass

$./ssh-audit.py -p 2222 hassio. local

general

(gen) banner: SSH-2.0-OpenSSH_7.5

(gen) software: OpenSSH 7.5

(gen) compatibility: OpenSSH 7.3+, Dropbear SSH 2016.73+

(gen) compression: enabled (zlib@openssh. com)

key exchange algorithms

(kex) [email protected]

(kex) diffie-hellman-group14-sha256

(kex) diffie-hellman-group16-sha512

(kex) diffie-hellman-group18-sha512

host-key algorithms

(key) ssh-rsa

(key) rsa-sha2-512

(key) rsa-sha2-256

(key) ssh-ed25519

encryption algorithms (ciphers)

(enc) chacha20-poly1305@openssh. com

(enc) aes256-gameopenssh. com

(enc) aes128-gammeopenssh. com

(enc) aes256-ctr

(enc) aes192-ctr

(enc) aes128-ctr

[info] available since OpenSSH 6.5, Dropbear SSH 2013.62

-- [info] available since OpenSSH 7.3, Dropbear SSH 2016.73

[info] available since OpenSSH 7.3, Dropbear SSH 2016.73 [info] available since OpenSSH 7.3

[info] available since OpenSSH 2.5.0, Dropbear SSH 0.28

[info] available since OpenSSH 7.2

[info] available since OpenSSH 7.2

[info] available since OpenSSH 6.5

-- [info] available since OpenSSH 6.5

[info] default cipher since OpenSSH 6.9.

[info] available since OpenSSH 6.2

[info] available since OpenSSH 6.2

[info] available since OpenSSH 3.7, Dropbear SSH 0.52

[info] available since OpenSSH 3.7

[info] available since OpenSSH 3.7, Dropbear SSH 0.52

message authentication code algorithms

(mac) [email protected] -- [info] available since OpenSSH 6.2

(mac) hmac-sha2-256-etmeopenssh.com -- [info] available sinceOpenSSH6.2

(mac) umac-128-etm@openssh. com [info] available since OpenSSH 6.2

H

def fibonacci(n)
return n if ( 0..1 ).include? n
(fibonacci(n - 1) + fibonacci(n - 2)) #recursive calls
end

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.