IT/Misc: Difference between revisions

From msgwiki
< IT
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
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


Line 15: Line 15:
<code>sudo modprobe -r psmouse</code>
<code>sudo modprobe -r psmouse</code>


from  
from [https://unix.stackexchange.com/questions/369097/mouse-left-click-stops-working here]
<br />
<br />

Revision as of 11:40, 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.

sudo modprobe -r psmouse

from here