Skip to content
View danielcshn's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report danielcshn

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
danielcshn/README.md

Welcome to Daniel's profile!

Typing SVG

πŸ“˜ My top open source projects

BlackListBox whatsapp-cidr nextproxy autoipchanger dude-install.sh wpa-colab

All Repositories

πŸ“• Top projects I've contributed to

rustdesk optimizer routeros-scanner skill-icons GitHub Profile 3D Contrib. Device Discovery Tool for Mimosa by Airspan Devices.

All Repositories

πŸ‘¨β€πŸ’» Technology Stack

My Skills

🎧 Spotify Playing

spotify-github-profile

Recently played Spotify recently played

πŸ“ˆ Github stats

danielcshn's GitHub Profile 3D Contrib danielcshn's Activity Graph


Dark/Light Readme Support!

back to top

Pinned

  1. GPG signing with Git and Github Desk... GPG signing with Git and Github Desktop (Windows)
    1
    Hi Github users,
    2
    
    
    3
    You can now signed your commits on Github using at least **Git v2.33.0** and **Github Desktop 3.0.2**.
    4
    
    
    5
    1. Install `GnuPG` (Gpg4win): https://gnupg.org/download/index.html
  2. Lista blanca de URL's / IP's de inst... Lista blanca de URL's / IP's de instituciones bancarias en Venezuela. Útil para la configuración de firewalls como Mikrotik o pfSense.
    1
    ## πŸ“œ SITIOS WEB 
    2
    
    
    3
    ```txt
    4
    2nuevomundo.com.ve
    5
    adminpagos.bancamiga.com.ve
  3. Fix Duplicate class kotlin.collectio... Fix Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-* Android Studio | 2022.2.1
    1
    ## πŸ“œ Info:
    2
    
    
    3
    - Android Studio Flamingo | 2022.2.1
    4
    - Build #AI-222.4459.24.2221.9862592, built on March 31, 2023
    5
    - Gradle JDK: jbr-17 (JetBrains Runtime version 17.0.6)
  4. How to Install VirtualBox Guest Addi... How to Install VirtualBox Guest Additions Ubuntu / Debian
    1
    1. Login to the Ubuntu guest as a sudo user and install the packages required for building external kernel modules:
    2
    
    
    3
    ```bash
    4
    sudo apt update
    5
    sudo apt install build-essential dkms linux-headers-$(uname -r)