IT/Misc: Difference between revisions
< IT
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) No edit summary |
Walttheboss (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
[[File:HackingWiFiInitialCommands.png|thumb]] | [[File:HackingWiFiInitialCommands.png|thumb]] | ||
== Mouse left click four arrows == | ==Mouse left click four arrows== | ||
For some strange reason the kernel is not working nicecly on 22.04 on some computers | For some strange reason the kernel is not working nicecly on 22.04 on some computers | ||
The mouse cannot left click and instead becomes the four arrow moving icon. | The mouse cannot left click and instead becomes the four arrow moving icon. | ||
sudo modprobe -r psmouse | Running the command below will remove the mouse and then it automatically reattaches. | ||
<code>sudo modprobe -r psmouse</code> | |||
from [https://unix.stackexchange.com/questions/369097/mouse-left-click-stops-working here] | |||
<br /> | <br /> |
Latest revision as of 11:41, 7 September 2022
Notes
Here are things that we have not categorized yet.
Finding WiFi passwords
Here is when you want to find the password stored on a computer.
sudo cat connectionName.nm
Mouse left click four arrows
For some strange reason the kernel is not working nicecly on 22.04 on some computers
The mouse cannot left click and instead becomes the four arrow moving icon.
Running the command below will remove the mouse and then it automatically reattaches.
sudo modprobe -r psmouse
from here