Friday, July 4, 2014

Sysdig

Sysdig is an open source Linux system troubleshooting tool that captures system state and activity from a running Linux instance.  Sysdig captures system calls and other system level events using a Linux kernel facility called tracepoints, which means much less overhead than strace.  It then “packetizes” this information, so that you can save it into trace files and filter it, a bit like you would do with tcpdump.

To install it, use the following command:

curl -s https://s3.amazonaws.com/download.draios.com/stable/install-sysdig | sudo bash

http://www.sysdig.org/

Monitoring applications

Below are links to several monitoring applications.  Some are based on Nagios, while some offer both free and paid versions.

http://www.fullyautomatednagios.org/

http://omdistro.org/

http://www.centreon.com/

http://www.opsview.com/

ELSA

ELSA is a centralized syslog framework built on Syslog-NG, MySQL, and Sphinx full-text search. It provides a fully asynchronous web-based query interface that normalizes logs and makes searching billions of them for arbitrary strings as easy as searching the web. It also includes tools for assigning permissions for viewing the logs as well as email based alerts, scheduled queries, and graphing.

https://code.google.com/p/enterprise-log-search-and-archive/

Perl Tutorial Course for Windows

The link below is to a tutorial for Perl using Windows.

https://www.gossland.com/perlcourse/default/index

Script Browser for Windows PowerShell ISE

Script Browser is an add-on for the Windows PowerShell ISE that embeds a special pane directly into the ISE to allow searching through the script samples available in the TechNet Script Center.

http://www.microsoft.com/en-us/download/details.aspx?id=42525&WT.mc_id=rss_alldownloads_all

script_browser_ise_1

script_browser_ise_2

script_browser_ise_3

Ammyy Admin

Ammyy Admin is a remote access utility for Windows.  It is free of charge for non-commercial use.

ammyy_admin

http://www.ammyy.com/en/

RackTables

RackTables is an free application for server room asset management. It helps document components such as hardware assets, network addresses, space in racks, and network configurations.

http://racktables.org/

Tuesday, July 1, 2014

Bittorrent Sync

Bittorrent Sync is a free syncing tool for computers and mobile devices.  The installation is rather standard.

bittorrent_sync_1

If this is the initial installation, select the standard setup.

bittorrent_sync_2

Select the sync folder.

bittorrent_sync_3

Use the default secret value or use your own.  A secret is a key that connects different devices and joins them together.  The application will automatically generate a secret to ensure their uniqueness.  After a folder is added to BitTorrent Sync, the secret is stored in its advanced preferences and can be accessed by right-clicking on a folder in the 'Folders' tab.

There are 3 types of Secrets: master (full access) secret, read only secret for one-way sync and one-time secrets (both full access and read-only). Read only and one-time secrets may be generated only for folders operated by master secrets.

bittorrent_sync_4

bittorrent_sync_5

bittorrent_sync_6

bittorrent_sync_7

The local client has several tabs available.

bittorrent_sync_8

A few default files and folders are present under the sync folder.

bittorrent_sync_9

When you add a new folder to BitTorrent Sync, a number of hidden files/folder are automatically created in the folder.  The purpose of each are as follows:

.SyncID = A file containing the unique, internal "ID" of the folder. This file should not be manually modified, or deleted. If you do, the folder will no longer be recognized in BitTorrent Sync.
.SyncIgnore = A user editable file allowing you to "exclude" certain files/sub folders for being sync'd
.SyncArchive = BitTorrent Sync, by default, won't actually delete any of your files/folders. If a corresponding file/folder is deleted on another device, it will simply be "moved" into the .SyncArchive folder on all other devices, rather than being permanently deleted. (In Sync pre v1.1.40, this folder was named .SyncTrash and was later renamed to .SyncArchive as this folder now stores both local files deleted on remote devices, as well as "versioned" files)
.!Sync files = Temporary files created by BitTorrent Sync when receiving incoming data transfers. Once a file is fully received, it is then renamed to have its .!Sync extension removed i.e. "file.mp3" will become "file.mp3.!Sync" on receiving devices until all data for the file is fully received, at which point it will be renamed back to "file.mp3".
.SyncOld = Usually contains a backup of a file when that file gets transferred to your device partially from another location. After the transfer is successful, the .syncold file gets moved to .SyncArchive folder (if allowed in settings).

From v1.1.30 onwards, deleted files are kept in .SyncArchive (or .SyncTrash pre v1.1.40) for a default period of 30 days, after which they will be automatically removed.   You can change this default period by adjusting the advanced "sync_trash_ttl" setting.

The secret value can be obtained by right-clicking on the sync folder within the client.

bittorrent_sync_10

The option of connecting a mobile device will display a QR code to allow for easy configuration.

bittorrent_sync_11

bittorrent_sync_12

bittorrent_sync_13

If you are concerned about security, BitTorrent Sync provides opportunity to regularly generate new Secrets for a folder, or replace an existing secret with your own Base64 string more than 40 characters long. The new folder secret should be re-entered on all the devices in sync.

Syncing happens in real time. In addition, as a fall back, BitTorrent Sync also rescans files/folders every 10 minutes by default. If you're running BitTorrent Sync 1.1.12 (or later), you can now configure this interval via the advanced "folder_rescan_interval" setting (default value is "600" (seconds) = 10 minutes)

The main listening port can be found under the Preferences tab.

bittorrent_sync_14

Several additional UDP ports will be present as well.

bittorrent_sync_15

IOMeter

IOMeter is an open source tool originally developed by Intel that remains the  simplest and best means of generating load on a system for performance analysis.  The utility can be used to test network storage array performance.

http://www.iometer.org/

Wifislax

Wifislax is Slackware-based live CD with an extensive collection of tools for performing wireless connection analyses and related security tests, although it can equally serve as a general-purpose desktop Linux distribution with a choice of KDE or Xfce desktops.  Wifislax has the integration of various unofficial network drivers into the Linux kernel, thus providing out-of-the-box support for a large number of wired and wireless network cards.

http://www.wifislax.com/

VyOS

VyOS is a community fork of Vyatta, which is a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality.

http://vyos.net