Skip to content

Instantly share code, notes, and snippets.

@dlamblin
dlamblin / swisscom_Internet-Box_os-licenses.html
Last active July 25, 2018 17:27
Open Source Licences page of Swisscom Internet Box 2
Open Source License List (not included at https://www.swisscom.ch/en/residential/help/device/open-source.html)
<div class="base-content">
<div class="text description"> <span class="translation-string">Swisscom adopts a careful approach to the open source software used in its products. Use the links below to access the websites of the open source software components used. For more information and open source contact details of the Internet-Box software suppliers go to <a href="http://www.swisscom.ch/opensource">here</a>.</span> </div>
<div class="license-container">
<div class="license-name"> <a href="/static/licenses/AP/stargatev2/avahi-LICENSE.txt" target="_blank">avahi</a> </div>
<div class="license-site"> <a href="https://github.com/lathiat/avahi/releases/tag/v0.6.32" target="_blank">https://github.com/lathiat/avahi/releases/tag/v0.6.32</a> </div>
</div>
<div class="license-container">
<div class="license-name"> <a href="/static/licenses/AP/stargatev2/dbus-COPYING.t
@dlamblin
dlamblin / extract_deb_filelist.sh
Created October 26, 2017 07:10
Extract a deb's files on Mac OS with tar
tar -xOf $1 data.tar.xz |tar -tv