If you change your self to use a technology, you become a slave to those that own that technology.
#ownyourtech
If you change your self to use a technology, you become a slave to those that own that technology.
#ownyourtech
…that I want live in. Not waiting for the future…
#!/usr/local/bin/perl
my @lt = localtime(time);
my $dte = sprintf “%04d%02d%02d%02d%02d%02d”, $lt[+5]+1900, $lt[4]+1, @lt[3,2,1,0];
my $path=”/var/logs”;
$file=”$path/file-$dte”;
print “$file \n”;
This a project is for a friend was concerned about how much water was in her cistern. I decided to use a rangefinder to measure the water level and then email this value. I also 3D printed a case for the Raspberry Pi.
This is currently a work in progress.
Materials
Ultrasonic Rangefinder
Rasperry Pi + Arduino + Powered USB Hub
Todo:
Put this in a batch file
rem Take ownership
takeown /f C:\Windows\System32\GWX /r /d yrem Set Permission
icacls C:\Windows\System32\GWX\* /grant %USERNAME%:FRem Kill process
taskkill /f /im gwx.exe
taskkill /f /im GWX.exeRem Remove Folder
rd /S /q C:\Windows\System32\GWX
This reminds me of Raconteur from Daniel Suarez’s book “Kill Decision”. The future is here !
NeuralTalk and Walk from Kyle McDonald on Vimeo.
Need to see which daemons are listening for connection requests on a *nix machine ?
“sockstat -4l” for IPv4, and “sockstat -l” for IPv4 and IPv6.
How do I not know this ?!
It even recognizes when you want to nest a function within another function. For people who aren’t Excel masters, this should greatly speed up spreadsheet work.