Chris Jenks presented at this weekend’s Circle City Con in Indianapolis, IN. Chris is a graduate from Eastern Michigan University with a Bachelor of Science in Information Assurance. He works full time doing security audits, firewall design, network consulting, and troubleshooting. His Raspberry Pi WIDs was published in the Linux Journal in December 2014, and […]
Category Archives: Linux
Linux-based clock radio
An open-source Linux-based clock radio from SpriteMods: Ofcourse, a nice PCB with a powerful processor and a nice display only is scrap without the software: especially in this case, it pretty much defines what the device does. While developing the hardware, I already had made the decision to go with Linux and OpenWRT as an OS, as that’s […]
GrrCON 2014: Home grown Linux
In this presentation from GrrCON 2014, author Dr. Phil Polstra discusses how to develop your own Linux distro. Phil has assembled his distro known as The Deck which is useful on the Beagleboard and Beaglebone Black boards.
Monitoring Android traffic with Wireshark
Ever wonder what data is being sent out by your Android device? Here’s a post from LinuxJournal outlining how to monitor your device’s WiFi traffic. The technique involves setting up a man-in-the-middle Wireless Access Point (WAP) on your Ubuntu Linux box, then connecting your Android device via WiFi to this point. Wireshark is then run […]
Linux Foundation offers free online course
Jerry Cooperstein, PhD, Training Program Director at The Linux Foundation has announced the opening of their free online course, Introduction to Linux (Course number LFS101x). The course is self-paced and should take between 40-60 hours to complete. We’d love to hear how you’re enjoying the course and we’d love to hear when you complete it! […]
NSA XKeyscore tool targets Linux users
Apparently the US NSA believes that users of Linux in general, and readers of online ezine Linux Journal in particluar are extremists. According to this article on the NDR.de Panorama blog, internet users whose searches contained terms related to the TAILs (The Amnesic Incognito Live System) software program or Linux Journal had their internet traffic […]
Linux security tip: moving your /boot partition to removable media
Today threats to your data can come from many quadrants. It’s not enough to protect against malicious online attacks; there’s the very real threat of government confiscating and examining the electronic devices carried by international travelers, and even planting spyware. In this post from “The Doctor”, we’re shown one way to mitigate this threat, which […]
Analysing 433 Mhz transmitters with RTL-SDR
Yashin has posted this tutorial at ArcanumX demonstrating how to read and decode 433 MHz digital data transmissions. “I intend to demonstrate how the RTL-SDR can be used to sniff 433 Mhz transmitters. These are pretty cheap and can be found in a lot of appliances including alarm sensors. This post is also intended to […]
Free online course: Introduction to Linux
“The Linux Foundation, the nonprofit organization dedicated to accelerating the growth of Linux and collaborative development, has announced it is building a Massive Open Online Course (MOOC) program with edX, the nonprofit online learning platform launched in 2012 by Harvard University and Massachusetts Institute of Technology (MIT). More than 31 universities have partnered with edX […]
Hak5 video: quadcopter with WiFi enabled Linux computer and RTL-SDR
What happens when you send up a quadcopter equipped with a Linux box, WiFi and an RTL-SDR dongle? Darren and company from Hak5 decided to find out. Their project used the SDR to receive ADS-B signals from aircraft hundreds of miles away. The Hak5 team took a quadcopter up on top of a high mountain, […]
Tutorial: solid state drives and Linux
Solid state drives (SSD) are gaining in popularity, particularly as components costs and machine form factors continue to shrink. In this article from Linux Journal online magazine, Brian Trapp gives an in depth presentation on the current state of SSD’s and their advantages and disadvantages in various Linux related operations.
AnalysIR adds LIRC export format
The AnalysIR crew note that users of the USB IR Toy may be interested in a new feature they just announced allowing export to LIRC format. This opens up Raspberry Pi & most Linux systems… You can get IR Toy v2 for $22.05, including world wide shipping. Via the forum.
GrrCON 2013 – Pwnage from the Skies!
At the GrrCON 2013 conference last Fall, Philip Polstra presented on the use of the AirDeck Linux based aero mobile pen testing device. This presentation will introduce the AirDeck which is the latest extension to The Deck penetration testing and forensics program. The Deck made its US debut at GrrCON 2012. The Deck is a […]
Ham Radio Linux LiveDVD Ver. 14 supports RTL-SDR, HackRF and more
Andy, amateur radio operator KB1OIQ, has released the Version 14 of his Ham Radio Linux LiveDVD containing programs focused on amateur radio and SDR operations. This is a remastered version of Ubuntu Linux. As of version 13, there are 32-bit and 64-bit versions available, as well as an image for the PengPod 1000. This version […]
Linux SteamOS beta available for download
SteamOS is the currently-in-beta Linux-based operating system that will power Valve’s new gaming-PCs-turned-consoles. While the Steam crew has been busy readying 300 beta Steam Machines, they’ve taken the time to release the code for download by Linux enthusiasts. As they describe it, SteamOS Beta is the first public release of our Linux-based operating system. The […]
Advanced Hard Drive Caching Techniques
Petros Koutoupis at Linux Journal posted detailed information regarding hard drive caching techniques. Users of traditional hard drives who’ve been considering a switch to a solid state drive (SSD) should find this particularly interesting. Petros describes, Even today, the consumer SSD cannot compare to the capacities provided by the magnetic hard disk drive (or HDD), […]
SkyJack open source drone hacking project
SamyKamkar developed this seriously cool project to wrest control of civilian drones away from their owners. SkyJack is a drone engineered to autonomously seek out, hack, and wirelessly take full control over any other drones within wireless or flying distance, creating an army of zombie drones under your control. Using a Parrot AR.Drone 2, a […]
Decoding FLEX pagers using RTL-SDR and Linux
Superkuh2 demonstrates how to decode FLEX pager radio traffic. He uses gr-pager and zarya’s implementation of it on the Linux platform with the RTL-SDR dongle. This script runs at a 250 KS/s sample rate and decodes one 12.5 KHz channel only. Internally it uses gnuradio’s optfir to generate low pass taps stopping at 12.5 KHz […]
FreeMat: another MATLAB replacement
MATLAB is software tool providing a high-level language and interactive environment for numerical computation, visualization, and programming. It is not open source and has a costly licensing structure making it impractical for the casual experimenter. There are free open source alternatives, one of which is FreeMat. “FreeMat is an interpreted matrix-oriented development environment for engineering […]
Arduino announces new Arduino Yun board
The Arduino crew has announced the Arduino Yun. This latest addition to the Arduino family is a “combination of a classic Arduino Leonardo (based on the Atmega32U4 processor) with a Wifi system-on-a-chip running Linino (a MIPS GNU/Linux based on OpenWRT). We embedded the Linux machine directly on the PCB of the Arduino Leonardo and we […]