We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdccc8c commit c13a7c4Copy full SHA for c13a7c4
bashrc/oneline_cmd
@@ -197,3 +197,9 @@ ps aux | awk '{if($1=="root") print $(NF-1)}'
197
#127.0.0.1:6379> config set maxclients 10000
198
#127.0.0.1:6379> monitor
199
200
+# rpm usage
201
+# rpm -qa --nosignature | grep elastic # skip signature query
202
+# rpm -e -vv --nosignature elasticsearch-1.5.2-1 # skip signature uninstall
203
+# cd /var/lib/rpm && rm -rf __db* # rm lock file for rpm no respose.
204
+# rpm -ivh -vv --force --nosignature elasticsearch-1.5.1.rpm
205
+
0 commit comments