Hi-Point Firearms Forums banner
21 - 39 of 39 Posts

· Premium Member
Joined
·
1,577 Posts
I need to cancel macafee and go a different direction. I wish this thread was around a few weeks ago before my anti virus auto renewed for a year.
Do deep research into who owns the anti-malware suites you look at. Most are eventually owned by either the Chinese or Russian government (through “private” ownership of people who used to be high up in their government secret or military services).

Even McAfee is now owned by an “investment” company that was created by a foreign citizen in the US.
 

· Premium Member
Joined
·
22,833 Posts
Dagnabbit!
 

· Premium Member
Joined
·
8,974 Posts
If you have an older computer a lot of the new AV suites are way to resource intensive and slow it way down... Who makes a simple anti virus without all the add on crap I end up never using? Stripped down protect me form viruses on downloaded files and emails. I don't need site suggestions, I know how to tell a suspect site from a valid one, I don't need something watching every keystroke(AVG is bad for this!) etc etc etc etc...
 

· Premium Member
Joined
·
3,836 Posts
If you have an older computer a lot of the new AV suites are way to resource intensive and slow it way down... Who makes a simple anti virus without all the add on crap I end up never using? Stripped down protect me form viruses on downloaded files and emails. I don't need site suggestions, I know how to tell a suspect site from a valid one, I don't need something watching every keystroke(AVG is bad for this!) etc etc etc etc...
Just use Microsoft's built in one & have it scan at night.
 

· Premium Member
Joined
·
8,974 Posts
Avast slows this computer down way to far.... even with as much disabled as I can(file and email protection only) the rest sits in there running anyway
 

· Registered
Everything I can get my hands on!
Joined
·
482 Posts
Avast slows this computer down way to far.... even with as much disabled as I can(file and email protection only) the rest sits in there running anyway
Another free program worth getting is Glary Utilities. Run the one click maintenance daily and it clears a bunch of crap out and helps speed your computer up. It's the only utility I've come across like that that doesn't try to load you up with ads and spyware.
 

· Premium Member
Joined
·
8,974 Posts
Just get Linux and don't worry about it. There Ive soolved the issue
I have it as dual boot... but a lot of the software I use is Windoze only... and it won't run in a virtual machine because it calls on the hardware.
 

· Premium Member
Joined
·
3,836 Posts
I have it as dual boot... but a lot of the software I use is Windoze only... and it won't run in a virtual machine because it calls on the hardware.
WINE's not a help? I managed to get my Army CAC reader working in a VM after some work, bit tricky, now I only use the VM to get to DOD websites and to run an old copy of Adobe Acrobat.
 

· Administrator
Joined
·
28,425 Posts
WINE's not a help? I managed to get my Army CAC reader working in a VM after some work, bit tricky, now I only use the VM to get to DOD websites and to run an old copy of Adobe Acrobat.
MilitaryCAC.com has everything you need. I ended up writing a script to install the individual certs into the linux cert store but you can do it manually.

Peace favor your sword,
Kirk
 

· Premium Member
Joined
·
3,836 Posts
MilitaryCAC.com has everything you need. I ended up writing a script to install the individual certs into the linux cert store but you can do it manually.

Peace favor your sword,
Kirk
I found it very difficult, and could not get the CAC reader to work natively under Linux, but that may be b/c DoD websites require Chrome or Microsoft browsers. Once I got the VM installed, it worked consistently, and happily still have the reader but my CAC has been disabled, waiting on Kansas to get my records updated so I can go get a Retired ID.
 

· Administrator
Joined
·
28,425 Posts
I found it very difficult, and could not get the CAC reader to work natively under Linux, but that may be b/c DoD websites require Chrome or Microsoft browsers. Once I got the VM installed, it worked consistently, and happily still have the reader but my CAC has been disabled, waiting on Kansas to get my records updated so I can go get a Retired ID.
I never had any problem getting it to work with Firefox. The hitch is always to make sure to install all the certs, including the latest, because the latest CAC may have a newer cert. My would loop through all the cert files in the directory and then them to the correct cert database. There's one for firefox and one for the linux OS .

This code snippet adds the cert files into the Linux OS certstore. Extract the cert files from the zip and then run this bash code within that directory.
Code:
#!/bin/bash
for CERTIFICATE_FILE in DOD*.cer
do
    /usr/bin/certutil -A -d /etc/pki/nssdb -n $(basename $CERTIFICATE_FILE) -t CT,C,C -i $CERTIFICATE_FILE
done
This code snippet adds the cert files into the Firefox certstore. Same as above, run it in the directory that has the extracted .cer files.
Code:
#!/bin/bash

################################################################################
# Firefox-install-DoD-certificates
#
#      Author: Kirk Lawson
#        Date: 18 Feb 2021
# Description: This script will insert the DoD certificates into Firefox so that
#              the user can use their CAC to connect to DoD web sites.
#    Required: It's assumed that this is a Linux installation.  The script
#              searches for the file "cert8.db" to identify what directory
#              mozilla puts its certificate database in.  Note, new firefox
#              versions are using "cert9.db" as well and may not have "cert8.db"
#              Most will.  This script should be run as the user.  It expects
#              to have all of the DoD certificates in the directory which it
#              is being run from.  The certs are currently being downloaded as
#              on zip file: AllCerts.zip  It can be downloaded from the DoD.
################################################################################


# Find the .mozilla directory which contains file "cert8.db"  It is assued that
# this file exists.  It might be replaced with "cert9.db"
certDB=$(find $HOME/.mozilla* -name "cert8.db");
certDir=$(dirname ${certDB});

# Echo out the cert to be installed so user can see progress and what its doing.
echo "Installing $certDir"

# Loop through all files in current directory matching "D*.cer"  It is assumed
# that all DoD cert files will match "DoD*.cer" or "DOD*.cer"  As looping
# through, use certutil (a mozilla utility) to insert the cert into mozilla /
# firefox database in above identified directory.
for CERTIFICATE_FILE in D*.cer
do
    echo $CERTIFICATE_FILE
    /usr/bin/certutil -A -n "$CERTIFICATE_FILE" -t "TCu,Cuw,Tuw" -i "$CERTIFICATE_FILE" -d sql:"${certDir}"
done
This should be all it takes to get the certs in the right place. Beyond that, it's just a matter of getting the SmartCard reader drivers and stuff. cackey or coolkey, libcrypto, pksc11, etc.

Peace favor your sword,
Kirk
 

· Premium Member
Joined
·
8,974 Posts
WINE's not a help? I managed to get my Army CAC reader working in a VM after some work, bit tricky, now I only use the VM to get to DOD websites and to run an old copy of Adobe Acrobat.
Won't allow direct hardware calls, then the program crashes... nobody has gotten it to work right. That program vendor is working on a linux port over but running into the same issue, getting the hardware calls to work right. Program that does ham radio digital modes so direct access to the sound card, system clock, and USB port to the radio required. Precise timing of signals to 1/10 second is required... I transmit 30 seconds then receive 30 etc etc until the contact completes. Dealing with signals that the human ear can't even pick out and I have sensitive hearing for that kind of thing.

Example of a stronger 2 meter(144mhz) morse code station being received via moon bounce

 

· Premium Member
Joined
·
3,836 Posts
Neat stuff. I flirt w/ Ham radio periodically but never taken the plunge. I always run into the problem that modern commercial bandwidth is much, much cheaper, easier to access, and use. I'm 2/3 of the way through Ham Radio for dummies and haven't touched it in a month, despite buying for myself and giving my brother a cheap Baofeng for Christmas.
 

· Premium Member
Joined
·
8,974 Posts
Neat stuff. I flirt w/ Ham radio periodically but never taken the plunge. I always run into the problem that modern commercial bandwidth is much, much cheaper, easier to access, and use. I'm 2/3 of the way through Ham Radio for dummies and haven't touched it in a month, despite buying for myself and giving my brother a cheap Baofeng for Christmas.
Ham radio doesn't have to be super expensive, and unlike the internet it is hard to shut it down! Lot of digital KB to KB chat modes get used now along with a weak signal digital mode that gets way to much use but is just a quick contact no chatting mode... only appeal to me is making a new DX contact or US state... I prefer SSB and talking to people LOL
 
21 - 39 of 39 Posts
Top