forked from aVolpe/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
facu.sh
29 lines (24 loc) · 802 Bytes
/
facu.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!bin/bash
rm ~/.proxy_status
echo "WITH PROXY" > ~/.proxy_status
echo "Matando kopete"
killall "kopete"
echo "Cambiar a modo proxy"
. ~/scripts/to_proxy.sh proxy &
echo "Configurar monitores"
. ~/scripts/configure_monitor.sh IZQ
#. ~/scripts/configure_monitor.sh dual VGA2 1680x1050 IZQ
echo "Limpiar jboss"
ruby ~/scripts/limpiar_standalone.rb
echo Entrando a eclipse
nohup ~/IDE/luna/eclipse/eclipse & > /dev/null
echo Iniciando chrome
nohup google-chrome 'http://www.gmail.com/' 'http://www.stackoverflow.com' &
#echo Iniciando kopete
#cp ~/.kde4/share/config/kopeterc_withavolpe ~/.kde4/share/config/kopeterc
#proxychains4 kopete
#pidgin &
#sudo service postgresql start
yakuake-session -t 'WIKI' -q -e vim ~/.dropbox/Dropbox/wiki/index.wiki
rm ~/.last_dir
nohup sh ~/Downloads/Spark/Spark &