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 […]

Categories
Technical

Well-known security identifiers in Windows operating systems

This article was previously published under Microsoft’s Q243330 Summary A security identifier (SID) is a unique value of variable length that is used to identify a security principal or security group in Windows operating systems. Well-known SIDs are a group of SIDs that identify generic users or generic groups. Their values remain constant across all […]