make synaptics touchpad tapping settings permanent
Continue readingCategory: kali
Kali 2021.01 – add keyboard layout via terminal
setxkbmap localectl reboot
Continue readingUbuntu: Create user directory afterwards
If you create an new user with useradd without using the option -m there will be created no home directory Create user without -m Create home directory manually by copying the template of /etc/skel Set owner of /home/testuser Set GECOS-field / comment after user was created When creating a user
Continue readingLinux: set hostname using hostnamectl
To set the hostname of a linux system run the following command in a terminal session Reboot system
Continue readingUbuntu: Mount Windows-Share on startup
Install cifs-utils Create directory to use as mount point for the Windows share Mount Windows share manually using terminal If supported use Version 3.0. Otherwise use a supported version (For example: vers=2.0) Mount Windows share on startup using /etc/fstab Create file with credentials Set correct permissions so that no unauthorized
Continue readingKali Linux – Oracle VirtualBox VM – Panels flickering
Disable 3D Acceleration Click virtual machine –> go to Settings –> Display Uncheck “Enable 3D Acceleration”
Continue readingKali Linux: metasploit – initial setup – database setup
Before running metasploit framework on kali you should first setup the msfdb (database) Start postgresql-service Set up database (msfdb) If you want to make postgresql automatically run on system startup enable it by executing the following command Start metasploit
Continue reading