Category: Uncategorized
-
Gateway Process and the Law of One
While I’ve read the Law of One years ago, I can’t say I got much out of it. But I wanted to link up to it and the Gateway process. The Gateway process I found rather interesting even though I’ve not gone through them. When the CIA make a classified assessment then you know your…
-
Quantum Fiber, Archer BE550, Pi Ubuntu, Apache2, Lets encrypt
I’ve been running my old WordPress site on AWS’s LightSail for years now, but now that AWS is charging for IPv4 addresses the cost has doubled and I’m tired of paying for it. So this weeks project has been to transfer my diditalsos.com to digitalsos.net and get it running on a raspberry Pi. More challenging…
-
Is NASA using entangled particle quantum communication?
I’m only halfway through this but it seems to shatter my previous assumptions on what NASA is doing. https://astroengineer.wordpress.com/2010/04/07/a-curiosity-of-spirit-full-document/ AstroEngineer’s Blog The stories of my slow path to awakening. Home About Guide to Anonymous & Evidenceless Internet Preface I am publishing this story somewhat hastily in response to the hue and cry on the Above Top…
-
OpenVPN ConfigQuery
Just a quick note on setting the security for OpenVPN. To disable the older cyphers you can use QueryConfig in the command line. For our AWS Ec2 instance I simply used this line: Then confirm with: Finally restart the service:
-
netdom join Error 53, Error 2, DNS is correct. Windows 2012 R2 doesn’t like /ou
We have been using a script for years that will join a Windows system to our domain. Now with 2012 R2 it never executed. And this was not a DNS issue. Ping your DC’s with the friendly name from the system first and if they resolve you are good. At first I thought was an…
-
JDBC connector to MSSQL 2014
YAFD (Yet another fucking developer) that needs to use java to connect to YAFDB (Yet Another Fucking DataBase). So start off and install Oracle java JRE 8 on your sql server. Then go here and get the latest Microsoft JDBC Driver, 4.2 http://www.microsoft.com/en-us/download/details.aspx?id=11774 Go to your control Panel –> System and Security –> System. Click…
-
s3fs install on CentOS AmazonEC2
In an attempt to determine the feasibility of creating an FTP server that is FUSe backed using S3 amazon storage I ran into issues of package dependence. This is the list of packages I had to install: sudo yum install curl-devel automake fuse fuse-devel libcurl-devel gcc-c++ openssl-devel libxml2-devel gcc After that the readme at https://github.com/s3fs-fuse/s3fs-fuse…