Skip to content
View luu123's full-sized avatar
🐢
🐢

Block or report luu123

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

Pinned Loading

  1. How to setup a community version of ...
    1
    # copy and paste oneliner below to run
    2
    # curl -s https://gist.githubusercontent.com/ilude/32aec45964bc1207810f7e6e49544064/raw/%21proxmox_setup.sh?$(date +%s) | /bin/bash -s
    3
    
                  
    4
    # Disable Commercial Repo
    5
    sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list
  2. generate ed25519 ssh and gpg/pgp key...
    1
    #!/bin/bash
    2
    
                  
    3
    # generate new personal ed25519 ssh key
    4
    ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "rob thijssen <rthijssen@gmail.com>"
    5
    
                  
  3. Install libimobiledevice on OSX
    1
    Install libimobiledevice on Mac OS X
    2
    So you'd like to manage your iOS devices by command line?
    3
    You can use libimobiledevice tools for that.
    4
    Easy on Linux. Let's see how it is on Mac OS X.
    5
    
                  
  4. A modern, updated installation guide...
    1
    # Modern Arch linux installation guide
    2
    
                  
    3
    # Table of contents
    4
    
                  
    5
    - [Introduction](#introduction)
  5. Launch iPhone Mirroring.app on macOS...
    1
    > Inspired by https://infosec.exchange/@jjtech/112612685494089718
    2
    3
    ## Method 1: LLDB
    4
    
                  
    5
    ### Step 0
  6. Arch Linux mkinitcpio: Possibly miss...
    1
    ### Problem
    2
    In Arch Linux
    3
    `mkinitcpio -p linux`
    4
    
                  
    5
    shows