Increase ulimit
value with vim
to improve FPS for Wine games that utilise esync
.
Continue reading Improve Wine Framerate for Esync Games by Increasing `ulimit`
Increase ulimit
value with vim
to improve FPS for Wine games that utilise esync
.
Continue reading Improve Wine Framerate for Esync Games by Increasing `ulimit`
Case: Added new colour schemes to ~/.vim/colors
but Vim not registering when testing with :colo
+ space
+ ctrl+d
from within the editor.
Case: Installing a package with pip install <package_name>
fails. Part of the output looks like: imageloader.c:1:10: fatal error: Python.h: No such file or directory
Continue reading Running `pip install` fails with fatal `error: Python.h: No such file or directory`
Case: Updating a Linux Mint 20 installation successfully, rebooting and receiving a pop-up message: Error: The volume "boot" has only 54 MB disk space remaining.
Continue reading Ubuntu/Mint Error: The Volume boot is low on space
Case: After a fresh install of Linux Mint 20.3 on an XFS-partitioned drive, GRUB boots to a command prompt for no apparent reason.
Note: Issue appears to be distro-agnostic.
Q: How to Enable Shared Folder on Virtualbox for Linux Guest?
A: sudo adduser $USER vboxsf
Q: How to add a script to Linux start via terminal?
A:
crontab -e
@reboot /path/to/script
src: https://askubuntu.com/questions/814/how-to-run-scripts-on-start-up
Q: nmap scanning only 1000 ports
A:
By default, Nmap scans the most common 1,000 ports for each protocol.
[..] you can specify
-p-
to scan ports from 1 through 65535.
Case: Running Ubuntu 20.04 w/ Python 3.8 (python3
executable). Installing a script with pip install
returns a warning that the path of the script is not present as an environment variable:
WARNING: The script undervolt is installed in '/home/<username>
/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Continue reading Python 3 PIP Warning: Consider adding this directory to PATH
Case: Running ssh-keygen
prompts “Enter file in which to save the key”. Entering a custom location returns “no such file or directory” error.
Continue reading SSH-keygen Returns Error on Key Creation “No Such File or Directory”