This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://www.sqlite.org/sqlite-autoconf-3070603.tar.gz | |
l | |
find / -name sqlite* | |
tar -xvf sqlite-autoconf-3070603.tar.gz | |
l | |
cd sqlite-autoconf-3070603/ | |
l | |
./configure | |
l | |
make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1088 whereis jenkins | |
1089 cd /usr/lib | |
1090 rm -rf jenkins | |
1091 zypper se jenkins | |
1092 zypper rm jenkins | |
1093 whereis jenkins | |
1094 ps -ef | grep 8080 | |
1095 cd /var/lib/ | |
1096 m -rf jenkins/ | |
1097 rm -rf jenkins/ |