VirtualBox API
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://www.virtualbox.org/sdkref/interface_i_mouse.html
Use External Downloader for Firefox
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
FlashGot -> Aria 2/uget/wget
uget -> aria2
Install Firefox in Debian
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
you have to update your script based on the DE being used. but first check whether a desktop file created in GNOME can be used in Xfce or not.
# download latest …Tools for Audio Analysis
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
pyAudioAnalysis
pyAudioAnalysis is a Python library covering a wide range of audio analysis tasks.
ModuleNotFoundError: No Module Named _Ctypes in Python 3.7
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Issue
The error message "Modulenotfounderror: No Module Named _Ctypes" is thrown when intalling packages in Python 3.7.
Cause
libffi-dev is needed to cleanly build Python 3.7.
Solution
- Remove Python …