Go to /data/system/ and delete all files with extension .key and with locksettings in their name
- password.key
- pattern.key
- locksettings.db-wal
- locksettings.db-shm
- locksettings.db
| #/etc/pam.d/chrome-remote-desktop | |
| auth required pam_unix.so | |
| account required pam_unix.so | |
| password required pam_unix.so | |
| session required pam_unix.so | |
| #/opt/google/chrome-remote-desktop/chrome-remote-desktop |
Go to /data/system/ and delete all files with extension .key and with locksettings in their name
/etc/httpd/conf/httpd.conf
Uncomment Include conf/extra/httpd-vhosts.conf
/etc/httpd/conf/extra/httpd-vhosts.conf
Put virtualhost configs here
chmod o+x $HOME
| { | |
| "basics": { | |
| "name": "Abhishek Kumar Keshri", | |
| "label": "Undergraduate Student", | |
| "picture": "https://raw.githubusercontent.com/2kabhishek/2kabhishek.github.io/master/images/me.jpg", | |
| "summary": "I am a final year engineering student with a soft spot for Open Source Software, Linux and CLI. I am familiar with most of the tech stacks used in the industry today and am always learning new things.", | |
| "website": "https://2kabhishek.github.io", | |
| "email": "[email protected]", | |
| "location": { | |
| "city": "Rampurhat", |
| #Remove Apps except store: | |
| Get-AppxPackage -AllUsers | where-object {$_.name notlike *store*} | Remove-AppxPackage | |
| #Remove windows apps: | |
| Get-AppxPackage -allusers | Remove-AppxPackage | |
| #Restore Store: | |
| Add-AppxPackage -register "C:\\Program Files\WindowsApps\Microsoft.WindowsStore_11703.1001.45.0_x64__8wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentMode | |
| #Restore all apps : |
Create new folder with name GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
| #Virtualbox Fix, if not working post-install | |
| sudo /sbin/rcvboxdrv setup |
| #Replace X with the proper letter from lsblk or be doomed | |
| sudo dd if=/path/to/your/file.iso of=/dev/sdX bs=4M status=progress |
| #Local time, useful for dual-booters | |
| sudo timedatectl set-local-rtc 1 |