Skip to content
View michele-tn's full-sized avatar

Block or report michele-tn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
michele-tn/README.md

Header

V2RayN — Checks the release version, downloads it, configures it in English and runs it.

https://github.com/michele-tn/V2RayN-PowerShellC0nf19/blob/main/Download_V2RayN.ps1

(MULTIPLE TCP TUNNELING) Connecting and Loading SSH private keys automatically on plink

https://gist.github.com/michele-tn/9afa8a91582b238bfdb009954c98b7b2

Downloads the latest version of RUSTDESK (Nightly or Latest) using the GitHub API web service, configures application by setting the IP and keys of your self-hosted server.

https://gist.github.com/michele-tn/0d2cd5c0196a711dcfc127ada6af9559




▂▃▅▇█▓▒░▒░▒░▒░▒░▒░▒

'(◣_◢)' ●▬● Favorite links ●▬●▬●▬●

                           ▂▃▅▇█▓▒░۞░▒▓█▇▅▃▂

Webmin — Powerful and flexible web-based server management control panel

https://github.com/webmin/webmin

Screenshot

═════════════════════════════════

Awesome-tunneling — List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.

https://github.com/anderspitman/awesome-tunneling

-> https://github.com/tailscale

-> https://github.com/zerotier

═════════════════════════════════

RDP Wrapper Library

https://github.com/sebaxakerhtc/rdpwrap

Screenshot

═════════════════════════════════

HFS — HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.

https://github.com/rejetto/hfs

Screenshot

═════════════════════════════════

Systeminformer — A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

https://github.com/winsiderss/systeminformer/

Screenshot

═════════════════════════════════

Openmediavault — openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.

https://github.com/openmediavault/openmediavault

Screenshot

═════════════════════════════════

Neofetch — A command-line system information tool written in bash 3.2+

https://github.com/dylanaraps/neofetch

Screenshot

═════════════════════════════════

Pfetch — A pretty system information tool written in POSIX sh.

https://github.com/dylanaraps/pfetch

═════════════════════════════════

tcptrack — Monitor TCP connections on the network

https://explainshell.com/explain/1/tcptrack

═════════════════════════════════

bpytop — Linux/OSX/FreeBSD resource monitor

https://github.com/aristocratos/bpytop

Screenshot

═════════════════════════════════

bleachbit — BleachBit system cleaner for Windows and Linux

https://github.com/bleachbit/bleachbit

Screenshot

═════════════════════════════════

Stacer — Linux System Optimizer & Monitoring

https://oguzhaninan.github.io/Stacer-Web/

https://github.com/oguzhaninan/Stacer

Screenshot

═════════════════════════════════

MobaXterm — Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more

https://mobaxterm.mobatek.net/

Screenshot

═════════════════════════════════

EtherApe — EtherApe is a graphical network monitor for Unix modeled after etherman. Featuring link layer, IP and TCP modes, it displays network activity graphically. Hosts and links change in size with traffic. Color coded protocols display.

https://etherape.sourceforge.io/

Screenshot

═════════════════════════════════

Pinned Loading

  1. Downloads the latest version of Rust... Downloads the latest version of Rustdesk (Nightly or Latest) using the GitHub API web service, configures application by setting the IP and keys of your self-hosted server. Finally, it runs the application you just downloaded. That's all. ;-)
    1
    <#                         
    2
     .AUTHOR                     : MICHELE-TN
    3
                                
    4
     .CLIENT DEPLOYMENT          : https://rustdesk.com/docs/en/self-host/client-configuration/
    5
                                 : https://rustdesk.com/docs/en/self-host/client-deployment/
  2. (MULTIPLE TCP TUNNELING) Connecting ... (MULTIPLE TCP TUNNELING) Connecting and Loading SSH private keys automatically on plink
    1
    # Run as administrator and stays in the current directory
    2
    if (-Not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
    3
        if ([int](Get-CimInstance -Class Win32_OperatingSystem | Select-Object -ExpandProperty BuildNumber) -ge 6000) {
    4
            Start-Process PowerShell -Verb RunAs -ArgumentList "-NoProfile -ExecutionPolicy Bypass -Command `"cd '$pwd'; & '$PSCommandPath';`"";
    5
        }
  3. Enable Group Policy Editor (gpedit.m... Enable Group Policy Editor (gpedit.msc) on Windows 10/11
    1
    pushd "%~dp0" 
    2
    
                  
    3
    dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt 
    4
    dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt 
    5
    
                  
  4. V2RayN-PowerShellC0nf19 V2RayN-PowerShellC0nf19 Public

    V2RayN — Checks the release version, downloads it, configures it in English and runs it.

    PowerShell

  5. huawei-cpe huawei-cpe Public

    JavaScript

  6. m3u8-player m3u8-player Public

    M3U8 Player in browser. Play any live stream m3u8 link with this website at https://bharadwajpro.github.io/m3u8-player

    HTML