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

Tarah Wheeler

Gaming, Programming

The IDE Wars: NetBeans or Eclipse for Java Software Development

tarah / May 24, 2011

I’ve been working on several applications for a few years; some are ready or released into the wild. I’ve used NetBeans and Eclipse to develop one application in particular; I’ve written an Earthdawn dice roller application. Earthdawn is like Dungeons…

Continue Reading→

Android, Hacks, Linux

How to SSH into your home computer to access media files, documents, processes, or anything else you might need

tarah / December 8, 2010

I wanted access to my home machine so I could access any files I want. Dropbox is pretty awesome, but if you’ve forgotten to put something in your Dropbox folder, you’ll be in deep trouble. (1) Run “sudo apt-get install…

Continue Reading→

Linux, Scripting

How to batch scan using Xsane

tarah / October 12, 2010

If you’re like me, you can’t throw important documents away, but there’s no easy way to scan old records, tax documents, and all the crap you’re supposed to save for 7 or 10 years…or however long taxes are supposed to…

Continue Reading→

Linux

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

tarah / September 28, 2010

Instructions on how to multi-boot with a mix of legacy and 2. DISCLAIMER: this method erases your entire hard drive and repartitions it. If you are uncomfortable mucking about with partition tables, go look at some beginner resources and tutorials…

Continue Reading→

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 … 4 5 6

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.