Category: DS
rtl8723be wifi on HP Stream 11″ – Arch / Ubuntu .. others ..
There are two antennas on this card (rtl8723be). Default drivers limit the power & range dramatically. The same card is used in many notebooks from HP and Lenovo. Getting within … Read More
Arch pacman -Syu :::: exclude kernel
To avoid having pacman -Syu update the kernel or other packages, add them to the IgnorePkg list. Edit: nano /etc/pacman.conf Set as individual entries, or comma separated list: IgnorePkg = … Read More
Eclipse IDE – OSX Install – error Java JVM incompatible version – cannot install.
IF Running the ECLIPSE INSTALLER – a dialog is presented: Incompatible JVM “Version 1.6.x of the JVM is not suitable for this product. Version 1.7.0 or greater is required” Check … Read More
PyCharm OSX – Git – path to Git executable is not valid
Error: Can’t start Git: /usr/bin/git Probably the path to Git executable is not valid. RUN: 1sudo git –version on command line. It will ask you to agree to the git … Read More
Aspera error code 05: Insufficient permissions
SOURCE: https://support.asperasoft.com/hc/en-us/articles/216126778-Error-code-5-51-insufficient-permissions Description Errors 5 and 51 are FASP error codes that refer to insufficient permissions of transfer users. Transfer users must have permission to access their docroot and the … Read More
http status codes 3xx
source: https://en.wikipedia.org/wiki/URL_redirection HTTP status codes 3xx In the HTTP protocol used by the World Wide Web, a redirect is a response with a status codebeginning with 3 that causes a browser to display a different page. If a … Read More
cron – what’s going on?
Source: http://aplawrence.com/Unixart/crontab_not_running.html Check the last time cron was run: 1 # ls -lut /etc/init.d/cron Is cron still running: 1ps -el | grep cron Has cron looked at its files lately?: 1# … Read More