• Home
  • Publications
  • FAQ
  • Contact Tarah Wheeler
  • About

Tarah Wheeler

Category: Uncategorized

Uncategorized

Yes, there was a hidden epic cryptographic puzzle story inside my book, “Women In Tech.”

admin / July 11, 2020

And the champions just received their solid silver medals for solving the series. EDIT: the writeup in Techdirt by Mike Masnick was lovely. Five Years Later, Team Solves Puzzles In Women In Tech Book I wrote a book called Women…

Continue Reading→

Linux, Scripting, Uncategorized

Your private ssh keys do not copy over with a sudo dolphin! You must use bash in Kubuntu.

tarah / August 15, 2013

I’m glad I keep good backups. When backing up your Kubuntu box, do not just drag and drop one home folder from a hard disk to another hard disk. Your ssh keys will not be copied over, even though you…

Continue Reading→

Uncategorized

An update to the bash script that takes a parameter:

tarah / August 31, 2010

#!/bin/bash book=$1 [[ -z $book ]] && { echo “No argument supplied, exiting!”; exit 1; } [[ ! -e $book ]] && { echo “Can’t find a file with the name $book, exiting”; exit 1; } title=${book%.*} bookcounter=0 linecounter=0 sed…

Continue Reading→

Posts pagination

« Previous 1 2 3

I mostly post on Mastodon, not Twitter. Find me here: https://infosec.exchange/@Tarah

Tarah Wheeler

About

Tarah Wheeler is an information security executive, AI researcher specializing in natural language processing, social data scientist in international...

Read More→

Find me here

Follow on FacebookFollow on TwitterFollow on LinkedInFollow on InstagramFollow on YouTubeFollow on Github
Copyright © 2023 Tarah Wheeler. All rights reserved.