This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:bookworm-slim | |
CMD ["/backup.sh"] | |
RUN apt-get update && apt-get install -y git git-lfs && \ | |
git lfs install && \ | |
groupadd -g 1000 git && \ | |
useradd -u 1000 -d /git/ -s /usr/bin/bash -g git -c "git" git && \ | |
cp -Rp /root/ /git/ && chown -R 1000:1000 /git/ && \ | |
apt-clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2010;top;Arcade Fire;The Suburbs;https://listen.tidal.com/album/4235480;/media/images/music/arcade_fire_the_suburbs.jpg | |
2010;top;Arnaud Fleurent-Didier;La reproduction;https://listen.tidal.com/album/3256681;/media/images/music/arnaud_fleurentdidier_la_reproduction.jpg | |
2010;top;Interpol;Interpol;https://listen.tidal.com/album/23303850;/media/images/music/interpol_interpol.jpg | |
2010;top;Jenny Wilson;Hardships!;https://listen.tidal.com/album/5651088;/media/images/music/jenny_wilson_hardships.jpg | |
2010;top;Karen Elson;The Ghost Who Walks;https://listen.tidal.com/album/3820208;/media/images/music/karen_elson_the_ghost_who_walks.jpg | |
2010;top;LCD Soundsystem;This Is Happening;https://listen.tidal.com/album/3821703;/media/images/music/lcd_soundsystem_this_is_happening.jpg | |
2010;top;MGMT;Congratulations;https://listen.tidal.com/album/3553722;/media/images/music/mgmt_congratulations.jpg | |
2010;top;Midlake;The Courage of Others;https://listen.tidal.com/album/57510893;/media/images/music/midlake_the_courage_of_others.jpg | |
2010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2016 Thiago Kenji Okada <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0xfffffd7ffeb9f1fe, pid=4228, tid=98 | |
# | |
# JRE version: 6.0_45-b06 | |
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode solaris-amd64 compressed oops) | |
# Problematic frame: | |
# V [libjvm.so+0x99f1fe] JVM_ConstantPoolGetFloatAt+0x2be | |
# |