Skip to content

Releases: yjin4-at-uofh/Dockerfiles

Theme files for xubuntu (ubuntu 20.04) dockerfile ver 1.4

11 Jan 03:43
Compare
Choose a tag to compare

Themes files

This is the theme file bundle for the xfce4 customized desktop. In the current xubuntu, we are using this bundle for adding extra themes. It contains such add-ons:

Basic theme pack

Windows-style theme pack

The (bug fixed) tag means that I have fixed the bugs in the original works. The bug issue could be referred here

The zipped bundle would be extracted to /usr/share to take effect. To create the icons cache, we have performed the gtk-update-icon-cache in dockerfiles.

Other plugins

  • CodeBlocks Chinese laungage support: CodeBlocks.mo.

Extensions for Jupyter Lab dockerfile ver 1.1

16 Jan 18:23
Compare
Choose a tag to compare

Packages

This release contains extra extensions for Jupyter Lab. Because the previous useful souces are not available, we have to use the archived packages here to install them:

Tier Extension J-lab1 J-lab2 J-lab3
1 jupyterlab-language-pack-zhCN 📦

Note

In the above list, we use the following symbols to represent:

  • ✅: the package is available for the specific Jupyter Lab version.
  • ☑️: the package is available, but not working with python<=3.5. If using the compatible mode, it would not be installed.

Others

pip-20.3.4

This is a backup for pip installation script. Since pip-21.0, the python<=3.5 would not be supported. To solve this problem, an online solution is switching from the original pip script to the 2.7 version:
https://bootstrap.pypa.io/2.7/get-pip.py

Since we do not know what will happen in the future, I decide to make a copy of pip-20.2.4 and pip-20.3.4. Both of them still support python<=3.5. This release is used as backup storage of these historical scripts.

TigerVNC 1.11 backups.

10 Jan 21:52
Compare
Choose a tag to compare

This release is used for the backup of the TigerVNC 1.11, because some of the packages may be removed by the official team in the future.

  • For Ubuntu 20.04:
    • tigervncserver_1.11.80+20210616git9ec1f360-1ubuntu1_amd64.deb
    • tigervncserver_1.11.80+20201228git2a0eabec-1ubuntu1_amd64.deb
  • For Ubuntu 18.04: tigervncserver_1.11.0-1ubuntu1_amd64.deb
  • For Ubuntu 16.04: tigervncserver_1.10.1-1ubuntu1_amd64.deb

There is also a tigervncserver file (vncserver), which is removed in TigerVNC releases since 1.11.

  • Used by >=1.11.80+20210616: vncserver_1.11.80+20210616git9ec1f360-1ubuntu1_amd64
  • Otherwise: vncserver

SimpleScalar tool for building xubuntu-simplesc image

02 Dec 08:41
Compare
Choose a tag to compare

SimpleScalar tool for building xubuntu-simplesc image

This file is the simple scalar tool for building the corresponding image. You do not need to Download it particularly, because the docker file would pull it automatically if you enable the installing script by making BUILD_SIMPLESC=1, which is also the default option.

Guides

Here we provides some guides. Except the Project guide, the other guides could be found on http://www.simplescalar.com/docs.html

Note that ALL GUIDES (except Project Guide) and THE TOOLS ARE PROTECTED BY THE FOLLOWING LICENSE. PLEASE DO NOT DO HARMS TO THE COPYRIGHT.

Here is the license:

SimpleScalar Ô Tool Suite
© 1994-2003 Todd M. Austin, Ph.D. and SimpleScalar, LLC
All Rights Reserved.
THIS IS A LEGAL DOCUMENT
BY DOWNLOADING SIMPLESCALAR,
YOU ARE AGREEING TO THESE TERMS AND CONDITIONS.

No portion of this work may be used by any commercial entity, or for any commercial purpose, without the prior, written permission of SimpleScalar, LLC ([email protected]). Nonprofit and noncommercial use is permitted as described below.

  1. SimpleScalar is provided AS IS, with no warranty of any kind, express or implied. The user of the program accepts full responsibility for the application of the program and the use of any results.

  2. Nonprofit and noncommercial use is encouraged. SimpleScalar may be downloaded, compiled, executed, copied, and modified solely for nonprofit, educational, noncommercial research, and noncommercial scholarship purposes provided that this notice in its entirety accompanies all copies. Copies of the modified software can be delivered to persons who use it solely for nonprofit, educational, noncommercial research, and noncommercial scholarship purposes provided that this notice in its entirety accompanies all copies.

  3. ALL COMMERCIAL USE, AND ALL USE BY FOR PROFIT ENTITIES, IS EXPRESSLY PROHIBITED WITHOUT A LICENSE FROM SIMPLESCALAR, LLC ([email protected]).

  4. No nonprofit user may place any restrictions on the use of this software, including as modified by the user, by any other authorized user.

  5. Noncommercial and nonprofit users may distribute copies of SimpleScalar in compiled or executable form as set forth in Section 2, provided that either: (A) it is accompanied by the corresponding machine-readable source code, or (B) it is accompanied by a written offer, with no time limit, to give anyone a machine-readable copy of the corresponding source code in return for reimbursement of the cost of distribution. This written offer must permit verbatim duplication by anyone, or (C) it is distributed by someone who received only the executable form, and is accompanied by a copy of the written offer of source code.

  6. SimpleScalar was developed by Todd M. Austin, Ph.D. The tool suite is currently maintained by SimpleScalar LLC ([email protected]). US Mail: 2395 Timbercrest Court, Ann Arbor, MI 48105.

Copyright © 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.

BY USING OR FOLKING THIS REPOSITORY FOR SIMPLESCALAR SOFTWARE ("simplesim-3v0e.tgz"), YOU ARE CONSENTING TO BE BOUND BY AND BECOME A PARTY TO THIS AGREEMENT AS THE "LICENSEE." IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, YOU MUST SELECT THE BUTTON INDICATING THAT YOU DECLINE, YOU MUST NOT INSTALL OR USE THE PRODUCT, AND YOU DO NOT BECOME A LICENSEE UNDER THIS AGREEMENT.

Theme files for xubuntu-tf dockerfile

20 Aug 10:15
Compare
Choose a tag to compare

Theme files for xubuntu-tf dockerfile

This is the theme file bundle for the xfce4 customized desktop. In current xubuntu and xubuntu-tf, we are using this bundle for adding extra themes. It contains such add-ons:

  • Backgrounds: japan, modern, star and landscape;
  • Icons: Adwaita-Xfce, Arc-X, DarK, Numix, Paper and Suru;
  • Themes: Adwaita-dark, Arc-Manjaro, Arc-Red, Daloa, DarK, Greybird and X-Arc.

The zipped bundle would be extracted to /usr/share to take effect. To create the icons cache, we have performed the gtk-update-icon-cache in dockerfiles.