Skip to content

Instantly share code, notes, and snippets.

View sdhagen's full-sized avatar

Steven Hagen sdhagen

  • Buffalo, NY
  • 09:24 (UTC -04:00)
View GitHub Profile
@sdhagen
sdhagen / crack.txt
Created March 9, 2024 12:03 — forked from yaroofie/crack.txt
ExpanDrive Linux Crack
$ cd ~/.config/ExpanDrive
alter file ExpanDrive7.ExpanDriveLicense
<key>in_trial</key>
<string>true</string>
to
<key>in_trial</key>
<string>false</string>
@sdhagen
sdhagen / password.txt
Created December 25, 2023 03:32 — forked from gabonator/password.txt
HiSilicon IP camera root passwords
Summary of passwords by sperglord8008s, updated November 1. 2020. For login try "root", "default", "defaul" or "root"
00000000
059AnkJ
4uvdzKqBkj.jg
7ujMko0admin
7ujMko0vizxv
123
1111
1234
@sdhagen
sdhagen / index.html
Created June 17, 2023 06:54
Ready to use buttons
<article>
<a href="#" class="btn">Hello</a>
<a href="#" class="btn red">World</a>
<a href="#" class="btn green">I'm a set</a>
<a href="#" class="btn yellow">Of sweet</a>
<a href="#" class="btn purple">Looking</a>
<a href="#" class="btn dark">Buttons</a>
<a href="#" class="btn light">Yay!</a>
<!-- with icons | weloveiconfonts.com -->
<span class="clearfix"></span>
@sdhagen
sdhagen / index.html
Created June 17, 2023 06:53
Single DIV LED Indicators 7 SCSS
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:600' rel='stylesheet' type='text/css'>
<body class="carbon-fiber">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1 class="text-center">LED Status Indicators</h1>
</div>
</div>
@sdhagen
sdhagen / index.html
Created June 11, 2023 02:35
[SDH Base Elements] Progress Bars (All) 02
<html>
<div class="demo-preview">
<p> div class="progress vertical"</p>
<div class="progress vertical dark">
<div role="progressbar" data-progress="90" class="progress-bar"></div>
</div>
<div class="progress vertical">
<div role="progressbar" style="height: 70%;" class="progress-bar progress-bar-secondary"></div>
</div>
@sdhagen
sdhagen / hsla-color-picker-hsla-rgba-plain-html-hex-2.markdown
Created May 22, 2023 00:40
HSLa Color Picker (HSLa/RGBa/Plain HTML Hex) [2]
@sdhagen
sdhagen / glass-blur-tiles.markdown
Created February 22, 2023 04:51
Glass blur tiles
@sdhagen
sdhagen / README
Created July 24, 2021 23:51 — forked from xbb/README
IDRAC6 Virtual Console Launcher
Use this as an example on how to start the virtual console without the need of Java Web Start or accessing it from the web interface.
You can use the user and password that you use for the web interface.
You need an old JRE... I used 1.7.0_80 from the Server JRE package, also I have tested successfully 1.7.0_79 with MacOS.
You don't need to install it, just extract it or copy the files in "jre" folder.
Open the viewer.jnlp file that you get by launching the virtual console from the web interface with a text editor.
Note the urls to the jar files. Download the main jar file avctKVM.jar and the libs for your operating system and architecture.
Extract the dlls (.so Linux, .jnilib MacOS) from the jar libs.
@sdhagen
sdhagen / black-checkbox-toggles-basic-css.markdown
Created April 22, 2021 23:30
Black Checkbox Toggles (Basic CSS)