Skip to content

Instantly share code, notes, and snippets.

View ylluminate's full-sized avatar

ylluminate ylluminate

View GitHub Profile
@ylluminate
ylluminate / default.txt
Created June 25, 2016 20:47
Default Password for Telnet to Night Owl FS500 (DVR08-53A)
# For anyone that would like root access via telnet to their old Night Owl device, the login is:
Username: root
Password: 123456
@ylluminate
ylluminate / # nano - 2016-11-24_23-24-25.txt
Created November 25, 2016 04:25
nano (homebrew/dupes/nano) on macOS 10.12.1 - Homebrew build logs
Homebrew build logs for homebrew/dupes/nano on macOS 10.12.1
Build date: 2016-11-24 23:24:25
@ylluminate
ylluminate / # nano - 2016-11-25_00-32-11.txt
Created November 25, 2016 05:35
nano (homebrew/dupes/nano) on macOS 10.12.1 - Homebrew build logs
Homebrew build logs for homebrew/dupes/nano on macOS 10.12.1
Build date: 2016-11-25 00:32:11
@ylluminate
ylluminate / # ncurses - 2016-11-25_01-41-30.txt
Created November 25, 2016 06:42
ncurses (homebrew/dupes/ncurses) on macOS 10.12.1 - Homebrew build logs
Homebrew build logs for homebrew/dupes/ncurses on macOS 10.12.1
Build date: 2016-11-25 01:41:30
@ylluminate
ylluminate / # nano - 2016-11-25_01-43-13.txt
Created November 25, 2016 06:46
nano (homebrew/dupes/nano) on macOS 10.12.1 - Homebrew build logs
Homebrew build logs for homebrew/dupes/nano on macOS 10.12.1
Build date: 2016-11-25 01:43:13
@ylluminate
ylluminate / convert_currency.rb
Created September 11, 2012 23:05
Use Google calculator to convert currency in Ruby
require 'faraday'
require 'faraday_middleware'
require 'json'
# Debug:
# require "pry"
country_code_src = "USD"
#!/usr/bin/env ruby
require 'net/http'
def convert_currency(from_curr, to_curr)
doc = Net::HTTP.get('www.google.com', "/finance/converter?a=1&from=#{from_curr}&to=#{to_curr}")
regexp = Regexp.new("(\\d+\\.{0,1}\\d*)\\s+#{to_curr}")
regexp.match doc
$1.to_f
end
@ylluminate
ylluminate / perfectelementary.bash
Created June 17, 2017 00:16
HowTo Install the perfect Elementary-OS
#Download Elementary OS from here:
#http://sourceforge.net/projects/elementaryos/files/stable/
#First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
#Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
@ylluminate
ylluminate / ! README.txt
Last active March 17, 2024 04:35
Own your DVR (Mfgs: Swann, Lorex, Night Owl, Zmodo, URMET, kguard security, etc.; models: DVR04B, DVR08B, DVR-16CIF, DVR16B, etc.)
See the original post for the source of this code:
http://console-cowboys.blogspot.com/2013/01/swann-song-dvr-insecurity.html