In this video I go over how to use the parallel port to control LEDs and relays using a C application on Linux. Source Code Link:
https://github.com/williamhlane/ParC.git
Source Code:
#include
#include
#include
#define PortAddress (0x0378)
int main()
{
int number;
printf("Enter the value for the pins you'd like to activate.");
scanf("%d", &number);
if (ioperm(PortAddress, 1, 1))
{
printf("ioperm(%x) failed. Are you root?", PortAddress);
return 1;
}
outb(number, PortAddress);
return 0;
}
In this video I show video clips of Douglas Valentine, Thomas Szasz, Richard Moore, Jeffrey Schaler, Michael Barden, Alex Jones in an attempt to put the clips in an order where the Phoenix Program can be compared to what people are calling "gang stalking" it also attempts to expose Psychiatry for what it really is. In Northern Nevada and in Northern California this criminal behavior has subverted the rule of law and is destroying society in a way and with methods that normally associated with the USSR/GDR or other communist countries. The people who engage in this are actively creating crimes and using psychological tactics to destroy others and they also teach their children to do so as well, these are deceptive people, the scum in society and are actively destroying it.
LINKS:
https://www.douglasvalentine.com/
https://www.bitchute.com/video/Piic67yJJ5x6/
https://youtu.be/eCyWh_zdvRA?si=rvSLIGn02_bo9X0D
cchr.org
https://www.bitchute.com/video/vbe2uFFfyJN3/
https://barredin.us/
https://www.youtube.com/watch?v=SvpkLvxsspg
Miss Angel got to take an exciting trip down Orr Springs road from Ukiah California to Mendocino California, coughed up some sand on the beach in Fort Bragg California, visited some graves in Willits California and passed out in Ukiah Calfornia.
This is a fictional writing project I started many years ago that I plan to finish, my life has been derailed over the past few years but despite the people who wish me ill I am getting it back and over the next few years I plan on finishing this project. This is a preview and it only is the first four pages.
In this video I use bVNC free to remote desktop from an Andriod phone to a Ubuntu Mate VNC vino server. This is a method for witch to remote desktop from a phone to a Linux machine.
Prerequisite to this video: https://rumble.com/v2y6bcu-vino-and-vinagre-vnc-remote-desktop-ubuntu-mate-23.04.html