This works with thumb, SD, microSD, SSDs, and hard drives. UNIX was intentionally written to use terse commands “ls”, “su”, “cd”… So, why the F do I want to type “sudo ” before every root command on my personal machine? …

Enable and Disable Thumb Drive Write Protection Read more »

1. From the Services menu, select OpenVPN The OpenVPN page loads 2. In the Certificate Authorities and Keys section, click the Generate root/host certificates button A Generate root/host certificates page loads 3. Enter ALL the fields and select a 2048, …

Enable IPFire OpenVPN and Windows Client Setup Read more »

Let me guess, you’re using GCC5 and not 4.92 or less. If you’re getting this error: dynamic_fmt.o: In function `DynamicFunc__crypt_md5_to_input_raw_Overwrite_NoLen’: /home/dave/wksp/john/src/dynamic_fmt.c:4989: undefined reference to `MD5_body_for_thread’ dynamic_fmt.o: In function `DynamicFunc__crypt_md5′: /home/dave/wksp/john/src/dynamic_fmt.c:4425: undefined reference to `MD5_body_for_thread’ dynamic_fmt.o: In function `DynamicFunc__crypt_md5_in1_to_out2′: /home/dave/wksp/john/src/dynamic_fmt.c:4732: undefined …

John-The-Ripper Jumbo 1.8.0 compile/make Fails in Fedora 25, GCC5 Read more »

Lets make this easy and switch up to root: $ su – Password: Install the following files: dnf install samba samba-common samba-client system-config-samba dnf install policycoreutils-python-utils Configure SELinux to enable read/write access to shared dirs: semanage fcontext -a -t samba_share_t …

Enable Samba on Fedora 24 Read more »

Eagle CAD complains of missing libraries > sh eagle-lin64* Ensure the following libraries are available: libssl.so.1.0.0 => not found libcrypto.so.1.0.0 => not found The fix: # cd /usr/lib64 # ln -s libssl.so.10 libssl.so.1.0.0 # ln -s libcrypto.so.10 libcrypto.so.1.0.0