Skip to content

Instantly share code, notes, and snippets.

@TannerFilip
TannerFilip / resume.json
Created September 30, 2022 05:57
resume.json
{
"meta": {
"lastModified": "2022-09-30"
},
"basics": {
"email": "hidden@hidden.com",
"name": "Tanner Filip",
"location": {
"city": "Cedar Rapids, IA"
},
We can't make this file beautiful and searchable because it's too large.
Watching Los Angeles possible hostage situation very closely. Active barricaded suspect. L.A.P.D. working with Federal Law Enforcement.
Troy Balderson of Ohio is running for Congress against a Nancy Pelosi Liberal who is WEAK on Crime & Borders. Troy is the total opposite and loves our Military Vets & 2nd Amendment. EARLY VOTING just started with Election Day on August 7th. Troy has my Full & Total Endorsement!
Brian Kemp who is running for Governor of Georgia and has my full endorsement is campaigning tonight with VP @mike_pence. Brian is very strong on Crime and Borders LOVES our Military Vets and the 2nd Amendment. He will be a GREAT Governor!
Brian Kemp who is running for Governor of Georgia and has my full endorsement is campaigning tonight with @MikePenceVP. Brian is very strong on Crime and Borders LOVES our Military Vets and the 2nd Amendment. He will be a GREAT Governor!
No Collusion No Obstruction - but that doesn’t matter because the 13 Angry Democrats who are only after Republicans and
@TannerFilip
TannerFilip / index.md
Last active January 2, 2018 03:31
money stuff

Credit score resources

A lot of sites will give you a credit score. Most people don't know you have multiple scores. FICO tends to be used more than VantageScore, but some say that's changing. They're all worth paying attention to, but FICO is likely to be the one a creditor will pull when you apply for loans and stuff. Each service below has different features, you can find them on their respective websites.

FICO

I've only found one that gives you a FICO score.

This is the one I tend to use the most, simply because FICO is used more than VantageScore. That said, this is only one FICO score from one beauru, Experian. It's pretty basic. Sign up, answer some questions, and you'll get your score. No bells and whistles, but it gets the job done.

VantageScore

@TannerFilip
TannerFilip / doc.md
Last active November 10, 2016 15:40
Ricoh "Server Connection Failed" solution

Issue: "Server connection failed" upon attempting to scan to email

Steps to reproduce:

  1. Select "Address book" button
  2. Select "Search address book", press "OK"
  3. Choose desired user, press "OK"
  4. Press "B/W Copy" or "Color Copy"

Expected result

  • Scanning should succeed, and user should recieve email containing image
package { "sudo":
ensure => installed
}
package { "zsh":
ensure => installed
}
package { "tcsh":
ensure => installed
@TannerFilip
TannerFilip / rkhunter_mailer.sh
Created June 29, 2013 23:41
Script to run rkhunter and mail (via smtp) the results.
#!/bin/sh
email="you@example.com" #Your email address
( echo "To:" $email
echo "From: from@example.com"
echo "Subject: rkhunter $(date)"
) >> rkhunter_out.txt
( rkhunter --versioncheck
rkhunter --update
rkhunter --check --nocolor --sk
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Leo McArdle's promises if Bernie Sanders wins the presidential election:
- - watch no american sports for a whole year
- - get a tattoo of 'FEEL THE BERN' across my forehead
- - eat at mcdonalds every day for a month
- - only drink shitty american beer for the REST OF MY LIFE
-----BEGIN PGP SIGNATURE-----
Traceback (most recent call last):
File "adbfuzz.py", line 377, in <module>
main()
File "adbfuzz.py", line 45, in main
fuzzInst = ADBFuzz(cfgFile)
File "adbfuzz.py", line 91, in __init__
self.maxLogSize = self.cfg.getint('main', 'maxLogSize')
File "/usr/lib/python2.6/ConfigParser.py", line 340, in getint
return self._get(section, int, option)
File "/usr/lib/python2.6/ConfigParser.py", line 337, in _get
tanner@tanner-laptop:~/ADBFuzz$ python2.6 adbfuzz.py helloworld.cfg run
Traceback (most recent call last):
File "adbfuzz.py", line 377, in <module>
main()
File "adbfuzz.py", line 45, in main
fuzzInst = ADBFuzz(cfgFile)
File "adbfuzz.py", line 90, in __init__
self.runTimeout = self.cfg.getint('main', 'runTimeout')
File "/usr/lib/python2.6/ConfigParser.py", line 340, in getint
return self._get(section, int, option)
$wgGroupPermissions['*']['read'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['createaccount'] = false;