Bluetooth keyboard not reconnecting

I had this exact issue with my Keychron K3. It would connect just fine, but as soon as I would switch it to another Bluetooth device, it wouldn’t reconnect to my Linux computer. I found many different solutions on-line, but they all would end in fail ๐Ÿ™ ๐Ÿ™ ๐Ÿ™ Then I found this on github, … Read moreBluetooth keyboard not reconnecting

Processes

Dynamic real-time view of processes: Search processes by name: List processes by user: Scroll the process list vertically and horizontally and search & kill processes: (apt install htop) Kill process by name without allowing process to do cleanup or restart Kill process by PID without allowing process to do cleanup or restart

NFS

NFS Server Install NFS server: Display current NFS shares on server: Edit server NFS configuration: Share example: Read only access to an entire subnet: Read & write access to an entire subnet: Export โ€œNFS tableโ€ (this is necessary after NFS edit) : Restarts NFS to apply changes: NFS Client Share mounting examples: terminal: fstab:

Samba

Samba provides file and print services on Linux for Windows computers. To install Samba: The configuration file for Samba is located at /etc/samba/smb.conf, edit samba configuration: Share example: Password protected share example: System user’s password must be added to Samba: For changes to take effect, you must restart samba: (stop, start)

Tested on Ubuntu & Pop OS