Sie sind auf Seite 1von 3

1 history

2 vim-tiny
3 csh
4 tcsh
5 sudo apt-get install vim
6 gvim
7 sudo apt-get install vim-gtk3
8 gvim &
9 gvim systemStatusLog.txt
10 ll
11 gvim .viminfo &
12 gvim .dmrc &
13 top
14 gvim /etc/sysctl.conf &
15 mkdir softwares
16 pwd
17 ls
18 chmod a+rx softwares/
19 sudo apt install openjdk-9-jre
20 ls
21 gvim systemStatusLog.txt &
22 gvim softwareInstallTips.txt &
23 java-version
24 top
25 cd
26 mkdir designPatterns
27 chmod a+rx designPatterns/
28 gvim helloWorld.cpp
29 g++ helloWorld.cpp
30 ls
31 ./a.out
32 rm a.out
33 mv helloWorld.cpp designPatterns/.
34 cd designPatterns/
35 ls
36 g++ -o hello helloWorld.cpp
37 ls
38 file hello
39 nm hello
40 objdump hello
41 objdump -s hello
42 mv ../Downloads/Andrew-Koening-and-Barbara-E.-Moo-Accelerated-C++.pdf .
43 ls
44 mv ../Downloads/lecture-notes.pdf .
45 mv ../Downloads/LinkedListBasics.pdf .
46 mv ../Downloads/c++.pdf .
47 mv ../Downloads/10.1.1.133.922.pdf .
48 mv ../Downloads/Code-design.pdf .
49 cd ..
50 mkdir prolog
51 chmod a+rx prolog/
52 mv Downloads/E3-Prolog.pdf prolog/.
53 mv Downloads/2014-15-major-sol.pdf prolog/.
54 mv Downloads/chp%3A10.1007%2F978-3-319-13314-0_7.pdf prolog/.
55 eclipse &
56 top
57 startx
58 reboot
59 sudo apt-get install gnome-panel
60 sudo mv ~/.Xauthority ~/.Xauthority.backup
61 reboot
62 dconf reset -f /org/compiz
63 dconf reset -f /org/compiz/
64 setsid unity
65 sudo rm -fr ~/.cache/compizconfig-1
66 sudo rm -fr ~/.compiz
67 startx
68 sudo rm -rf ~/.Xauthority
69 sudo rm -rf ~/.config/autostart
70 sudo apt-get install --reinstall ubuntu-desktop unity compizconfig-settin
gs-manager upstart
71 sudo dconf reset -f /org/compiz/
72 sudo apt-get remove --purge fglrx*
73 export DISPLAY=:0.0
74 startx
75 reboot
76 dconf reset -f /org/compiz/
77 setsid unity
78 ccsm
79 sudo service lightdm stop
80 reboot
81 mv ~/.Xauthority.backup ~/.Xauthority
82 sudo reboot
83 startx
84 sudo service lightdm stop
85 rm ~/.config/dconf/user
86 sudo service lightdm start
87 cd /usr/bin
88 gnome-terminal.real
89 file gnome-terminal.real
90 ./gnome-terminal.real
91 rm -rf /home/tauseef/.config/compiz-1/compizconfig
92 logout
93 ls /home/tauseef/.config/compiz-1/*
94 ls /home/tauseef/.config/compiz-1/
95 reboot
96 sudo apt-get install --reinstall ubuntu-desktop compizconfig-settings-man
ager upstart
97 ccsm
98 sudo apt-get install unity
99 sudo apt-get remove unity
100 sudo apt-get install unity
101 DISPLAY=:0 ccsm &
102 reboot
103 sudo service lightdm restart
104 sudo apt-get install --reinstall ubuntu-desktop
105 sudo apt-get install --reinstall unity
106 sudo apt-get update
107 sudo apt-get install --reinstall ubuntu-desktop
108 sudo apt-get install --reinstall unity
109 sudo service lightdm restart
110 sudo rm -rf .cache/*
111 reboot
112 DISPLAY=:0 compiz --replace
113 \
114 unity --replace
115 dconf reset -f /org/compiz/
116 unity --reset-icons &disown
117 whoami
118 sudo apt-get update
119 sudo apt-get install --reinstall ubuntu-desktop
120 sudo apt-get install --reinstall unity
121 reboot
122 gsettings reset org.compiz.core:/org/compiz/profiles/unity/plugins/core/
active-plugins
123 reboot
124 ls /var/backups/
125 ll /var/backups/
126 date
127 ls
128 mkdir unityCrash
129 cd unityCrash/
130 touch backupList.txt
131 ll /var/backups/ > backupList.txt
132 cat backupList.txt
133 cp /var/backups/dpkg.status.2.gz .
134 ls
135 man gzip
136 gzip -d dpkg.status.2.gz
137 ls
138 l
139 ll
140 cp /var/lib/dpkg/status /var/lib/dpkg/status.unityCrash
141 sudo cp /var/lib/dpkg/status /var/lib/dpkg/status.unityCrash
142 cp dpkg.status.2 /var/lib/dpkg/status
143 sudo cp dpkg.status.2 /var/lib/dpkg/status
144 dpkg -l | grep ii
145 dpkg -l | grep ii | awk '{print "apt-get --reinstall -y install", $2}' >
/tmp/reinstall && sh /tmp/reinstall
146 dpkg -l | grep ii | awk '{print "sudo apt-get --reinstall -y install", $2
}' > /tmp/reinstall && sh /tmp/reinstall
147 sudo poweroff
148 cd .mozilla/
149 cd firefox/
150 ls
151 cd Crash\ Reports/
152 ls
153 ll
154 cd events/
155 ls
156 cd ..
157 ls
158 cd ..
159 ls
160 cd u4k9pnui.default/
161 ls
162 ls bookmark*
163 ll bookmark*
164 history
165 history > ~/attemptToRevive.txt

Das könnte Ihnen auch gefallen