Simple color buttons.
A Pen by Steven Hagen on CodePen.
$ cd ~/.config/ExpanDrive | |
alter file ExpanDrive7.ExpanDriveLicense | |
<key>in_trial</key> | |
<string>true</string> | |
to | |
<key>in_trial</key> | |
<string>false</string> |
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 |
<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> |
<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> |
<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> |
A Pen by Steven Hagen on CodePen.
A Pen by Steven Hagen on CodePen.
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. |