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

Block or report luu123

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 ... How to setup a community version of Proxmox VE 5.x-7.x
    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... generate ed25519 ssh and gpg/pgp keys and set file permissions for ssh keys and config
    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 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... A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system
    1
    # Modern Arch linux installation guide
    2
    
                  
    3
    # Table of contents
    4
    
                  
    5
    - [Introduction](#introduction)
  5. Launch iPhone Mirroring.app on macOS... Launch iPhone Mirroring.app on macOS 15 Beta 1
    1
    > Inspired by https://infosec.exchange/@jjtech/112612685494089718
    2
    3
    ## Method 1: LLDB
    4
    
                  
    5
    ### Step 0
  6. Arch Linux mkinitcpio: Possibly miss... Arch Linux mkinitcpio: Possibly missing firmware for module
    1
    ### Problem
    2
    In Arch Linux
    3
    `mkinitcpio -p linux`
    4
    
                  
    5
    shows