8 changed files with 28 additions and 6 deletions
File diff suppressed because one or more lines are too long
@ -1,6 +0,0 @@
|
||||
#!/bin/bash |
||||
sudo apt-get install deluge mc audacious easystroke xneur tuxguitar \ |
||||
tuxguitar cheese gnome-rdp geany wine compiz emerald git-core gcc g++ \ |
||||
linux-headers-`uname -r` openssh-server xrdp flashplugin-installer \ |
||||
q4wine |
||||
|
@ -0,0 +1,3 @@
|
||||
#!/bin/bash |
||||
sudo apt-get install linux-headers-`uname -r` |
||||
|
@ -0,0 +1,10 @@
|
||||
#!/bin/bash |
||||
sudo aptitude install chromium-browser gimp geany geany-plugins screen \ |
||||
gcc virtualbox-qt virtualbox-ext-pack icewm idesk dillo links2 smtube \ |
||||
vlc mpv mc openssh-server mplayer-gui texstudio volumeicon-alsa \ |
||||
p7zip-full git falkon ffmpeg remmina remmina-plugin-rdp xrdp \ |
||||
remmina-plugin-vnc nmap gparted lxterminal redshift stellarium \ |
||||
minetest widelands chromium-browser-l10n winehq-stable sshfs encfs\ |
||||
pcmanfm xclip clang clang-4.0 clang-3.9 gitg gitk git-cola \ |
||||
texlive-full pwgen mmv cheese gxneur xneur tuxguitar audacious \ |
||||
deluge easystroke |
File diff suppressed because one or more lines are too long
@ -0,0 +1,7 @@
|
||||
#!/bin/bash |
||||
|
||||
mkdir tmp |
||||
convert -density 300 $1 tmp/output-%03d.jpg |
||||
convert tmp/output*.jpg -normalize -threshold 60% tmp/final-%03d.jpg |
||||
# convert tmp/output*.jpg -level 0% tmp/final-%03d.jpg |
||||
convert tmp/final*.jpg new_$1 |
Loading…
Reference in new issue