Browse Source

2022

master
Alexei Bezborodov 3 years ago
parent
commit
d0d137f37c
  1. 1
      FireFox_AddOn_Gesture
  2. 6
      ImportantProgram
  3. 3
      InstallHeaders
  4. 3
      gen_password
  5. 10
      install.sh
  6. 1
      mouse_gestures.txt
  7. 7
      pdf_contrast_correct.bash
  8. 3
      to_djvu

1
FireFox_AddOn_Gesture

File diff suppressed because one or more lines are too long

6
ImportantProgram

@ -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

3
InstallHeaders

@ -0,0 +1,3 @@
#!/bin/bash
sudo apt-get install linux-headers-`uname -r`

3
gen_password

@ -0,0 +1,3 @@
#!/bin/bash
openssl rand -base64 10

10
install.sh

@ -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

1
mouse_gestures.txt

File diff suppressed because one or more lines are too long

7
pdf_contrast_correct.bash

@ -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

3
to_djvu

@ -0,0 +1,3 @@
for i in *JPG; do bmptopnm $i > pnm/$i.pnm; done
for i in *; do c44 -dpi 300 -slice 60+7+7 $i $i.djvu; done
djvm -c new.djvu *.djvu
Loading…
Cancel
Save