export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/library
分类: 未分类
Exception in thread “ajp-apr-8010-exec-53” java.lang.OutOfMemoryError: PermGen space
win2008:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\Tomcat\Parameters\Java
继续阅读Exception in thread “ajp-apr-8010-exec-53” java.lang.OutOfMemoryError: PermGen space
一张很好笑的图

How to install Java in Kali Linux
直接下JDK,里面包含Jre
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
原装openjdk在
/usr/lib/jvm
Uncompress archive
Now you uncompress and move the whole uncompressed folder to /opt (optional) directory.
tar -xzvf /root/jdk-7u79-linux-x64.tar.gz mv jdk1.7.0_79 /opt cd /opt/jdk1.7.0_79
Install and register binaries
This step registers the downloaded version of Java as an alternative, and switches it to be used as the default:
update-alternatives --install /usr/bin/java java /opt/jdk1.7.0_79/bin/java 1 update-alternatives --install /usr/bin/javac javac /opt/jdk1.7.0_79/bin/javac 1 update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /opt/jdk1.7.0_79/jre/lib/amd64/libnpjp2.so 1 update-alternatives --set java /opt/jdk1.7.0_79/bin/java update-alternatives --set javac /opt/jdk1.7.0_79/bin/javac update-alternatives --set mozilla-javaplugin.so /opt/jdk1.7.0_79/jre/lib/amd64/libnpjp2.so
Testing your installation
First of all, close your browser and re-open. You won’t believe how many users actually forgets to do this step and later complains Java ain’t working. I’d advise to bookmark this site to be able to reopen these instructions quickly, or simply copy these into a leafpad / vi / text-editor.
To check the version of Java you are now running
java -version
To check the browser plugin just click Do I have Java?
This should take you to Oracles Java website and you will see a confirmation message.
Hackbar with cookie injection
Hats off to original author “arschloch”.
Original version:https://addons.mozilla.org/en-US/firefox/addon/hackbar1/?src=api
Feature of my release:
1.Fixed a bug which makes all popup menu transparent.
2.Add cookie inject feature.
Thx to original author again.
kali安装nvidia驱动和cuda
kali tips
Useful Commands: OS, Networking, Hardware, Wi-Fi
Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
Hardware: Recommended 802.11 Wireless Cards
Search: https://www.kali.org/search/
Documentation: http://docs.kali.org/ (Offline PDF version)
Bugs Reporting & Tool Requests: https://bugs.kali.org/
Kali Tool List, Versions & Man Pages: http://tools.kali.org/
转:开启TCP BBR拥塞控制算法
stager自动迁移进程
转自:https://community.rapid7.com/thread/3822
What you are experiencing is common on systems in the wild (I see it more often in VM environments). Basically, the process you’re exploiting is not stable enough to keep a shell open, and as you seem to already know, you need to migrate into another process ASAP in order to keep your shell. Instead of set PrependMigrate true try:
set InitialAutoRunScript migrate -f
I have had better experiences with this method than with the PrependMigrate method.
nap_
Linux卸载阿里云服务、云盾、安骑士
Linux类型系统
下载 http://update.aegis.aliyun.com/download/uninstall.sh
执行下列命令:chmod +x uninstall.sh
sh uninstall.sh (Debian为./uninstall.sh)
rm /usr/sbin/aliyun-service
rm lib/systemd/system/aliyun.service
控制面板卸载:
安骑士 ->设置 ->安装安骑士
不过官方提供的自动卸载好像并没有什么卵用