Skip to content
View cobaohieu's full-sized avatar

Block or report cobaohieu

Report abuse

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

Report abuse
cobaohieu/README.md

Pinned Loading

  1. apt fix broken.md apt fix broken.md
    1
    # Fix Ubuntu issue apt fix broken
    2
    ## Please follow this step below
    3
    
                  
    4
    ```
    5
    sudo apt update
  2. fix Your python3 install is corrupte... fix Your python3 install is corrupted. Please fix the '/usr/bin/python3' symlink.
    1
    ``
    2
    sudo apt install --reinstall python3
    3
    ``
    4
    
                  
    5
    ``
  3. install_and_mount_apfs_fuse_on_Ubunt... install_and_mount_apfs_fuse_on_Ubuntu_upto2023.md
    1
    # Install neccessary
    2
    ```
    3
    sudo apt-get install linux-headers-$(uname -r)
    4
    ```
    5
    
                  
  4. install_neofetch_on_windows10 install_neofetch_on_windows10
    1
    Open Powershell windows and run line by line
    2
    
                  
    3
    ```
    4
    powershell Set-ExecutionPolicy RemoteSigned -scope CurrentUser
    5
    iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
  5. Enabling or disabling System Integri... Enabling or disabling System Integrity Protection in macOS.md
    1
    ## Go to macOS Recovery mode
    2
    
                  
    3
    Restart your Mac computer.
    4
    
                  
    5
    Simultaneously press and hold the <strong>Cmd</strong> and <strong>R</strong> keys during startup and boot the computer into the macOS Recovery mode.
  6. update-alternatives for gcc on Ubuntu update-alternatives for gcc on Ubuntu
    1
    Run the following commands as root or user with sudo access to update the packages list and install the prerequisites:
    2
    To install the Development Tools packages, run the following command as root or user with sudo privileges :
    3
    ```
    4
    $ sudo apt update
    5
    $ sudo apt-get upgrade -y