Linux: Keep An Eye On Your System With Glances Monitor
avatar

 

 

This is a simple to install script which will make monitoring you system in real-time very easy.

 

Source: Linux: Keep An Eye On Your System With Glances Monitor

Posted in Linux | Leave a comment

Populate a Binary Database Field Using a Local File
avatar

You can run the following SQL statement to populate a binary database field using a local file.

UPDATE <table>
SET <field> = (SELECT BulkColumn from Openrowset( Bulk ‘<full file path accessible by the server>’, Single_Blob) as <field name>)
WHERE <where condition>

Posted in Development | Tagged , | Leave a comment

Bug in OpenSSH Opens Linux Machines to Password Cracking Attack
avatar

Critical vulnerability in OpenSSH Opens Linux Machines to Password Cracking Attack

Source: Bug in OpenSSH Opens Linux Machines to Password Cracking Attack

Posted in Hacks | Leave a comment

Basic 3D using libGDX | blog.xoppa.com
avatar

This tutorial guides you in using the basics of the 3d api LibGDX offers.

Source: Basic 3D using libGDX | blog.xoppa.com

Posted in Development | Leave a comment

Disable Java Third Party Offers – Java.com
avatar

Disable Java Third Party Offers

Posted in Guides | Leave a comment