How to use iMacros to fill form from spreadsheet or csv file. Starting from column 2 and looping though each row. You'll need to change the "URL GOTO" to match the website you're trying to auto fill with iMacros. You'll also want to change the "SET !DATASOURCE" to the CSV file name that you saved your data. Here's a sample iMacros script that fills an online form from a csv … [Read more...]
How to Upgrade To mySQL 5.7 on Ubuntu 14
Ubuntu 14.04 LTS doesn't allow for MySQL 5.7 via the base repository. You must tell apt-get where to grab the latest version of MySQL. Here's a cheat sheet on what to do and the order you need to do it in. But before I get into how I upgraded MySQL on my Ubuntu server, I'm going to tell you why I needed 5.7. MySQL 5.7 has some new triggers I'd like to use for logging CRUD, good … [Read more...]
How to configure a packet capture in the Cisco ASA
So you want to learn how to capture packets with the Cisco ASA? Are you looking for some easy to follow instructions to assist with capturing packets? We then you're in the right place! Here you will learn how to set up a packet capture in the cisco ASA and view them via the CLI or via a web browser. I'll also explain how to save the ASA packet capture in a .pcap file and view … [Read more...]
Install OpenOpt Framework on Ubuntu
Quick walk through explaining the step by step process on how to install OpenOpt on Ubuntu 14 LTS - … [Read more...]
Sample iMacros Script to Fill Drop Down List
Here's a sample iMacros script to fill a drop down list from an external source such as csv or excel. As you can see the website we're form filling used wordpress PODS. VERSION BUILD=8300326 RECORDER=FX TAB T=1 SET !DATASOURCE ORGANZTN.csv SET !LOOP 2 'Increase the current position in the file with each loop SET !DATASOURCE_LINE {{!LOOP}} SET !ERRORIGNORE YES URL … [Read more...]