Categories
Software Technical

Kismet – Fate or Luck (or both)

Kismet is an 802.11 layer 2 wireless network detector, sniffer and intrusion detection system (IDS). Kismet works with almost any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11a,g, and 802.11n traffic. Kismet Features: 802.11b, 802.11g, 802.11a, 802.11n sniffing Standard PCAP file logging (Wireshark, Tcpdump, etc) Client/Server modular architecture Multi-card and channel […]

Categories
How-To Software Technical

Firefox + Cache + Ram

Playing around with using ram-risk configurations lately I decided to attempt to store cache data my web browser (Firefox) in memory rather than on the conventional location (my hard-drive). So by following these simple steps I was able to accomplish just this, and here are the steps I took Create a location where you would […]

Categories
How-To Technical

swapoff, swapon…

pre.cjk { font-family: “DejaVu Sans”,monospace; }p { margin-bottom: 0.08in; } I have been playing a bit with running programs even virtual machines in memory. What I have noticed is that when all physical RAM is used, my Linux OS (Ubuntu) will move excess memory into SWAP. This is normal, but…. I am attempting to keep […]

Categories
Software Technical

And there I found htop…

So I had been looking for something to give me system stats about memory being used and CPU usage.  I have usedthe program ‘top’ over the years, and then today I tested out the program hTop (htop). Htop is an interactive system-monitor process-viewer written for Linux. It is designed to replace the Unix program top. […]

Categories
Technical

Monitor your Ubuntu System with saidar

saidar is a curses-based application to display system statistics. Statistics include CPU, processes, load, memory,swap, network I/O and disks I/O along with their free space. saidar utilizes libstatgrab library. libstatgrab is a library that provides cross platform access to statistics about the system on which it’s run. It’s written in C and presents a selection […]

Categories
News Software

Raw Hard Disk (dd) Images As VMDK Virtual Disks

Written in Java and is designed to be OS independent. raw2vmdk creates an appropriately structured VMDK file that refers to the raw image, which can then be mounted by VMware. It is extremely simple to use and provides the required results in seconds. This is a new tool, so if you have any feedback please do […]