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

Kali steps i do after Installation

first Boot

apt update && apt dist-upgrade
apt install aptitude btrfs-progs snapper snapper-gui grub-btrfs findutil snap sshd mysql pip nodejs wpa_supplicant cups

Network Setup

//Set Hostname
echo 'myHostname'> /etc/hostname

//set my Network - in my case Wifi and Ehternet

//Ethernet eth0 
nano /etc/network/interfaces
==> iface eth0 inet static // this means static IP no DHCP 
==>        address 12.8.2.30/24 //IP Adress / \24 Networkmask

//WIFI wlan0
wpa_passphrase wifiNetworkName wifiPassword |tee /etc/wpa_supplicant.conf\
wpa_supplicant -B -c /etc/wpa_supplicant.conf -i wlan0
systemctl enable wpa_supplicant
systemctl start wpa_supplicant

/* Network Troubleshooting 
   No Route to Internet Sites 
   Set DNS- Server in resolv.conf
*/
echo "nameserver 1.1.1.1" >> /etc/resolv.conf\
echo "nameserver 8.8.8.8" >> /etc/resolv.conf\

Printer

Download ur printers driver on vendors Site and follow the instruction. I use cups to configure my printer and system-printer…

apt install system-config-printer cups

//Cups
systemctl enable cups-browsed.service
systemctl start cups-browsed.service

//controll if cups-browser running
netstat-tulpn |grep 631
//or
ss -antpl |grep 631 

Open ur Browser http://localhost:631 search an configure ur printer

Scanner

Download ur driver on vendors Site and follow the instructions. I use a GUI „Xsane“ for scanning but u can also scan from console

apt install libsane sane xsane

Check Snapshot

snapper list

Next: customizing, software, backups

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 .