Today, we’re going to do some splunking within the deep, dark place which is your browser history. In order to obtain the data for this tutorial from Google Chrome, go to ~/Library/Application Support/Google/Chrome/Default on a Mac/Linux computer or %LocalAppData%\Google\Chrome\User Data\Default on a Windows PC. Run the following SQLite command to obtain a text file in reverse chronological order: (Mac/Linux) sqlite3 History "select datetime(last_visit_time/1000000-11644473600,'unixepoch'),url from urls order by last_visit_time desc" > ~/hist.
Welcome to my blog
Hello. I am AppleCrazy obviously a pseudonym, and I’m a high school student from the Bay Area who likes to explore and tinker with code. I’ve completed a few projects, and am doing a few more right now. This is a place for me to share interesting things, publish project postmortems, and do some general reflection of the general state of things. At the time of this writing, this blog is using the Hugo static site generator.