Xperf is an utility to obtain performance details within Windows. Xperf123 is a GUI interface for Xperf. The Xperf executable is not included with this tool and must be downloaded separately.
Wednesday, August 8, 2012
Tuesday, August 7, 2012
OSFMount
OSFMount allows you to mount local disk image files (bit-for-bit copies of a disk partition) in Windows with a drive letter. This application supports .ISO as well as VMWare’s Image format of .VMDK.
Monday, August 6, 2012
Hundred Zeros.com
Hundred Zeros.com lists the currently available free ebooks from Amazon for the Kindle service.
Friday, August 3, 2012
Metasploitable
Metasploitable is an intentionally vulnerable Linux virtual machine. This VM can be used to conduct security training, test security tools, and practice common penetration testing techniques.
Wednesday, August 1, 2012
Find files and folders within Linux via terminal session
Several options are available within Linux to find files or folders. The locate command is different than the find command in that it uses a previously built database. The database is updated periodically via a cron job, but it can be updated manually by the sudo updatedb command.
The –b option allows search criteria to be specified.
The which command returns the absolute path of the executable that is called when a command is issued. The default only displays the first matching executable; the –a option all matching entries.
The whereis command returns where the binary, source, and man page files for a command are located.
https://www.networkworld.com/article/3657592/using-whereis-whatis-and-which-to-find-out-about-commands-on-linux.html
Wednesday, July 11, 2012
How to enable or disable the GUI interface with Windows Server 2012
One disadvantage of Server Core with versions prior to Windows Server 2012 was an option was not available to switch back and forth; once a server was configured to use Server Core, it had to be re-installed to restore the GUI. Windows Server 2012 introduces the option to enable or disable the GUI with a reboot. A few different methods are available, but below are the PowerShell commands to accomplish the task.
Either line below will remove the GUI from a non-Core installation of Windows Server 2012. A reboot will be required.
Remove-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Either line below will restore the GUI with a Core configuration. A reboot again will be required.
Add-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
NAS4Free
NAS4Free is an embedded Open Source Storage NAS (Network-Attached Storage) distribution based on FreeBSD. This project is a continuation of FreeNAS 7 series project. FreeNAS 8 is based on nanoBSD where as NAS4Free is based on FreeBSD 9.x, hence the name change.
NAS4Free supports sharing across Windows, Apple, and UNIX-like systems. It includes ZFS v28, Software RAID (0,1,5), disk encryption, S.M.A.R.T / email reports etc. with the following protocols: CIFS (samba), FTP, NFS, TFTP, AFP, RSYNC, Unison, iSCSI (initiator and target), UPnP, and Bittorent which is all highly configurable by its web interface. NAS4Free can be installed on Compact Flash/USB/SSD key, Hard disk or booted from a LiveCD with a small USB key for configuration storage.
wiki.nas4free.org
Tuesday, July 10, 2012
Microsoft .NET Framework Repair Tool
This tool detects and tries to fix some frequently occurring issues with the setup of or with updates to the Microsoft .NET Framework.
http://www.microsoft.com/en-us/download/details.aspx?id=30135&WT.mc_id=rss_alldownloads_all
Calibre
Calibre is a free and open source e-book library management application developed by users of e-books for users of e-books. It has the option of converting from different file formats as well as syncing with some e-readers.
https://www.howtogeek.com/this-tool-lets-me-turn-any-website-into-an-ebook/
Monday, July 9, 2012
Active Directory Replication Status Tool
The Active Directory Replication Status Tool (ADREPLSTATUS) analyzes the replication status for domain controllers in an Active Directory domain or forest. ADREPLSTATUS displays data in a format that is similar to REPADMIN /SHOWREPL * /CSV imported into Excel but with significant enhancements.
http://www.microsoft.com/en-us/download/details.aspx?id=30005&WT.mc_id=rss_alldownloads_all