Telnet HTTP GET

Telnet and manually post the http get request \> telnet localhost 80 12GET /index.htm HTTP/1.1 host: localhost

Get System Downtime

Determine your Powershell exectuion policy 1Get-ExecutionPolicy Change your Powershell exectuion policy if restricted 1Set-ExecutionPolicy RemoteSigned Script to get system downtime 1234567891011121314151617181920212223242526272829303132333435363738[timespan]$downTime = New-TimeSpan -start 0 -end 0 [timespan]$totalDownTime = New-TimeSpan …

Determine Disk Size of Tables

To see the disk size of database tables in MSSQL: 12345678910111213141516171819202122SELECT     t.NAME AS TableName,     p.rows AS RowCounts,     SUM(a.total_pages) * 8 AS TotalSpaceKB,     …

Android Backups with ADB

1adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|nosystem] [<packages…>] -f : the path of the *.ab file that will be saved on your computer. This file is a compressed file …

Black Speech Resources

Linguistics: http://logik.li/black_speech/orkish_and_the_black_speech Dictionary: http://logik.li/black_speech/shadowlandian/dictionary

JDeveloper Change Java Location

To change the Java location that JDeveloper uses. 1). Locate the file E:\oracle\product\11.2.0\client32\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf 2). Open the file in Notepad 3). Remove the line that starts with SetJavaHome 4). Save the …

War Drums

War drums sound bytes War Drums Sample 1 War Drums Sample 2