Skip to content
View lost-res's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Self
  • Somewhere on EARTH

Block or report lost-res

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
lost-res/README.md
  • 👋 Hi, I’m @lost-res
  • 🔭 I’m currently working on some Networking stuffs.
  • 👀 I’m interested in Gaining Knowledge.
  • 🌱 I’m currently learning ... guess.
  • 💞️ I’m looking to collaborate on Anything.
  • 📫 How to reach me ..(Well, u have already reached).

Pinned Loading

  1. captive_portal captive_portal Public

    Basic Captive Portal, redirects to single webpage on connecting to created Access Point.

    Shell 1

  2. spotify-downloader spotify-downloader Public

    Download Playlists / Songs from Spotify

    Python 1

  3. Easy chroot script Easy chroot script
    1
    #!/bin/bash
    2
    # Usage --> sudo ./chroot.sh 'chroot location'
    3
    echo $1
    4
    for i in dev proc sys dev/pts home
    5
    do
  4. Share Network Between Two Interfaces... Share Network Between Two Interfaces (IPv4)
    1
    #!/bin/bash
    2
    
                  
    3
    # for IPv4
    4
    # share network from interface "wlp0s20f3" to interface "enp60s0"
    5
    # WAN -> wlp0s20f3  LAN -> enp60s0
  5. wifi_to_ethernet_internet_share wifi_to_ethernet_internet_share
    1
    #!/bin/bash
    2
    
                  
    3
    #for IPv4
    4
    #share network from interface "wlp0s20f3" to interface "enp60s0"
    5
    #change interface name accordingly
  6. log any request parameter given to r... log any request parameter given to req_logger.php
    1
    <?php
    2
    
                  
    3
    class DumpHTTPRequestToFile {
    4
    
                  
    5
    	public function execute($targetFile) {