Ubuntu Pastebin

Paste from alexxxxxxxxxx at Wed, 4 Feb 2015 22:33:39 +0000

Download as text
 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
30
31
32
alessandro@alessandro-X550EP:~$ history
    1  sudo aticonfig --initial -f
    2  sudo update-pepperflashplugin-nonfree
    3  exit
    4  su
    5  sudo update-alternatives --config java
    6  sudo update-alternatives --config javac
    7  sudo update-alternatives --config javaws
    8  mkdir -p /opt/google/chromium/plugins
    9  cd /opt/google/chromium/plugins
   10  ln -s /usr/local/java/jrel.7.0/lib/amd64/libnpjp2.so
   11  exit
   12  su
   13  sudo -s
   14  exit
   15  sudo apt-get install icedtea-plugin
   16  sudo apt-get install openjdk-7-jre icedtea-7-jre-jamvm icedtea-netx
   17  exit
   18  dpkg -l|grep jdk
   19  dpkg -l|grep tea
   20  dpkg -l|grep jre
   21  dpkg -l|grep java
   22  exit
   23  dpkg -l|grep jdk
   24  dpkg -l|grep tea
   25  dpkg -l|grep jre
   26  dpkg -l|grep java
   27  exit
   28  dpkg -l|egrep 'flash|gnash|swf|spark'
   29  exit
   30  history
alessandro@alessandro-X550EP:~$ 
Download as text