Skip to content

Instantly share code, notes, and snippets.

View danielcshn's full-sized avatar
🎯
Focusing

danielcshn

🎯
Focusing
View GitHub Profile
@danielcshn
danielcshn / fix-warning-neither-intel-vt-x-or-amd-v-found-windows-11.md
Created March 15, 2024 03:03
Fix WARNING: neither Intel VT-x or AMD-V found - VirtualBox - Windows 11

📜 Info:

  • VirtualBox 7.0.14 r161095 (Qt5.15.2)
  • Windows 11 23H2 (version 22631.3296)
  • VM: Eve-NG 5.0.1-22

🐛 Bug/Error log:

WARNING: neither Intel VT-x or AMD-V found
@danielcshn
danielcshn / unifi.md
Created February 9, 2024 05:21 — forked from rosco-pc/unifi.md
Unifi commands.md

Unifi AP useful commands

using SSH:

  • log in to AP: $ ssh ubnt@<IP>
  • default username & password: ubnt & ubnt

Generic

Command Example Function
@danielcshn
danielcshn / fix-4-issues-were-found-when-checking-AAR-metadata-android-studio.md
Created November 18, 2023 18:08
Fix issues were found when checking AAR metadata in Android Studio | 2022.3.1

📜 Info:

  • Android Studio Giraffe | 2022.3.1 Patch 4
  • Build #AI-223.8836.35.2231.11090377, built on November 13, 2023
  • Runtime version: 17.0.6+0-b2043.56-10027231 amd64
  • VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
  • Gradle JDK: jbr-17 (JetBrains Runtime version 17.0.6)
  • Windows 11 22H2 (version 10.0.22621.2715)

🐛 Bug/Error log:

@danielcshn
danielcshn / fix-duplicate-class-android-studio.md
Created April 16, 2023 04:08
Fix Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-* Android Studio | 2022.2.1

📜 Info:

  • Android Studio Flamingo | 2022.2.1
  • Build #AI-222.4459.24.2221.9862592, built on March 31, 2023
  • Gradle JDK: jbr-17 (JetBrains Runtime version 17.0.6)
  • Windows 11 (version 10.0.22000.1817)

🐛 Bug/Error log:

@danielcshn
danielcshn / virtualbox-guest-additions.md
Created August 22, 2022 02:27
How to Install VirtualBox Guest Additions Ubuntu / Debian
  1. Login to the Ubuntu guest as a sudo user and install the packages required for building external kernel modules:
sudo apt update
sudo apt install build-essential dkms linux-headers-$(uname -r)
  1. From the virtual machine menu, click Devices -> “Insert Guest Additions CD Image”
  2. Open the Ubuntu guest terminal, create a new directory as the mount point for the CD drive and mount the ISO file:
@danielcshn
danielcshn / whitelist-bancos-venezuela.md
Last active July 25, 2022 00:24
Lista blanca de URL's / IP's de instituciones bancarias en Venezuela. Útil para la configuración de firewalls como Mikrotik o pfSense.

📜 SITIOS WEB

2nuevomundo.com.ve
adminpagos.bancamiga.com.ve
alca-ftaa.org
aqui.vzla.org
asambleanacional.gov.ve
auyantepui.com
banavih.gob.ve
@danielcshn
danielcshn / gpg-signing.md
Created June 24, 2022 03:14
GPG signing with Git and Github Desktop (Windows)

Hi Github users,

You can now signed your commits on Github using at least Git v2.33.0 and Github Desktop 3.0.2.

  1. Install GnuPG (Gpg4win): https://gnupg.org/download/index.html

  2. Generate a GPG key and add it to Github: https://help.github.com/articles/generating-a-new-gpg-key (if you don't want to type a passphrase on every commit, you need to press "Enter" when the console will prompt you to type a passphrase)

  3. Configure Git properly by editing the .gitconfig file using the command line git config --global --edit in a terminal or edit manually (C:\Users\%username%\.gitconfig), then replace YOUR_USERNAME, YOUR_GITHUB_EMAIL and YOUR_SIGNING_KEY with your data