Skip to content

Information, Cybersecurity & Technology

Just another IT & Cybersecurity Page

Menu
  • How to …
    • Linux
      • How to: Debian indestructable with btrfs
      • How to: install office2k3 on Linux
      • How to: SSH Passwordless Login
      • How to: Install Webmin on Debian based Systems
      • How to: Easy Get Free SSL/TLS Certificate
      • How to: configure Bind9
    • KALI-Linux
      • How to Kali
        • Kali steps i do after Installation
      • How to: Fix Kali 2022.1 Wifi problems.
        • Blog
  • Contact
  • About
  • Home

How to: Fix Kali 2022.1 Wifi problems.


Wifi connected: no route to url

  1. check ur resolve.conf file
    1. if the file linked to /run/systemd/resolve/resolv.conf | check permission and if ur file exists == > fix permissions xor create file resolve.conf
ls /etc
cd /run/systemd/resolve/
echo "#" > resolv.conf
echo "nameserver 1.1.1.1" >> resolv.conf
echo "nameserver 8.8.8.8" >> resolv.conf
reboot
  1. if ur resolv.conf file resets each reboot
    1. remove the linked resolv.conf file
    2. create a static resolv.conf file
cd /etc
rm resolv.conf
echo "#" > resolv.conf
echo "nameserver 1.1.1.1" >> resolv.conf
echo "nameserver 8.8.8.8" >> resolv.conf
reboot

done

Last

  • grub recover btrfs
  • FIX Missing firmware
  • NMAP Cheat Sheet v1
  • Recover from Snapshot
  • How To: fix Soundproblem on Kali 2022.3

Archive

  • Februar 2024
  • Juni 2023
  • Mai 2023
  • Oktober 2022
  • September 2022
  • Juni 2022
  • April 2022
  • März 2022
  • Februar 2022
  • November 2021

#android #bootloader #btrfs #bugbounty #cheetsheet #CVE #cybersecurity #cybersecurityawareness #CyberSecurityNews #cybersecuritytraining #Debian #emailharvester #encryptedUSBDrive #ethicalhacking #EthicalHackingOnlineTraining #grub #grubrescue #hackers #hacking #howto #informationsecurity #informationtechnology #infosec #infosec#infosecurity #infosecurity #install #kali #soundproblem #kalilinux #kernel #linux #LUKS #maleware #missingfirmware #nmap #pentesting #privacy #recovery #rescue #rusia #secureYourData #snapshot #waragainstukraine CVE ImHex Reverse Engineers

Information, Cybersecurity & Technology 2025 .