From 001bfd5f2b6890cafd209de4ea360927d4dd8a55 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 23 Feb 2013 15:55:49 +0100 Subject: minikrebs is now a submodule --- minikrebs | 1 + minikrebs/profiles/rickroller_bare/doc/README.md | 24 ---------------------- .../profiles/rickroller_bare/doc/videoconvert | 7 ------- 3 files changed, 1 insertion(+), 31 deletions(-) create mode 160000 minikrebs delete mode 100644 minikrebs/profiles/rickroller_bare/doc/README.md delete mode 100644 minikrebs/profiles/rickroller_bare/doc/videoconvert (limited to 'minikrebs/profiles/rickroller_bare/doc') diff --git a/minikrebs b/minikrebs new file mode 160000 index 00000000..8fd46a7e --- /dev/null +++ b/minikrebs @@ -0,0 +1 @@ +Subproject commit 8fd46a7e3258bff753c42dc43fecfbbc853a685c diff --git a/minikrebs/profiles/rickroller_bare/doc/README.md b/minikrebs/profiles/rickroller_bare/doc/README.md deleted file mode 100644 index bcf721c6..00000000 --- a/minikrebs/profiles/rickroller_bare/doc/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Rickroller Profile - -The purpose of the profile is to create an access point where every connection -is rewritten to rickroll. - -This is the bare profile, providing a basic installation of the rickroller but -everything fits into the 4mb of flash memory of the krebsplug. - -As video autostarting is quite difficult at mobile victims to acchieve, -a short gif with rick dancing plus the first minute of its famous song will be -served by the httpd. - -The dnsmasq will resolve every domain request to the plugs ip-address - - -# Rickroll Loop - -8.8 --> 17.3 ; startup loop -26.3 --> 34 ; were no strangers to love, you know the rules and so do i -26.3 --> 42.6 ; ... gotta make you understand -?? --> ?? ; refrain - -# Honorable Mentions -http://www.finnie.org/2011/08/13/mobile-rickroll-appliance-6-0-released/ diff --git a/minikrebs/profiles/rickroller_bare/doc/videoconvert b/minikrebs/profiles/rickroller_bare/doc/videoconvert deleted file mode 100644 index e514b85a..00000000 --- a/minikrebs/profiles/rickroller_bare/doc/videoconvert +++ /dev/null @@ -1,7 +0,0 @@ -# To be supported by android: -ffmpeg -i rick720p.mp4 -ss 8.8 -t 8.5 -strict -2 -s 320x240 -vcodec mpeg4 -acodec aac -ac 1 -ar 16000 -r 13 -ab 32000 -aspect 3:2 output-video.mp4 - - -# audio convert -ffmpeg -i rick720p.mp4 -ss 7 -t 45 -ac 1 -ar 16000 -ab 64k -vn -acodec libvorbis rick.ogg -ffmpeg -i rick720p.mp4 -ss 7 -t 45 -ac 1 -ar 16000 -ab 64k -vn rick.mp3 -- cgit v1.2.3