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

Tarah Wheeler

Author: tarah

Linux

Triple booting Linux distros with a mix of GRUB2 and GRUB legacy, Part 1

tarah / September 6, 2010

I’ve been experimenting with other distros. I just got a 2TB internal Western Digital Caviar Black, and there’s just too much room there NOT to create nine partitions and get my distro freak on. I know, Kubuntu baybee, but it’s…

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→

Scripting

Get emailed a portion of classic literature each day.

tarah / August 11, 2010

Ok, so I am feeling guilty over not reading enough GOOD books. So, I devised a cunning plan whereby I am emailed a portion of a classic book each day. I started with the Iliad. I know that I’ll clear…

Continue Reading→

Android

Simple tip to make Android easy to access…

tarah / July 21, 2010

…via your home wifi server. (1) Install On Air from the Android Market. (2) Ensure that your home wifi is accessible through your phone’s Settings menu. (3) In On Air, set your preferences to “use the same 4-digit code”. (4)…

Continue Reading→

Posts pagination

« Previous 1 2 3 4

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.