One for all,all for one.

2014年2月27日 星期四

remove all docker images

›
# docker rmi `docker images -q -notrunc` -q only show numeric IDs -notrunc Don't truncate output     References : How does one...

remove all uncomited docker container

›
# docker rm `docker ps --no-trunc -a -q` -q only show numeric IDs --no-trunc Don't truncate output       References : How to...
2014年2月26日 星期三

Python dynamic get class property

›
>>> class foo(): ... bar = 1 ... >>> foo.bar 1 >>> foo.__dict__['bar'] 1         References : ...

Python dynamic get variable

›
for i in range(1, 5): print globals ()[ 'somevar_%s' % i ] References : Convert sqlalchemy row object to python dict - ...

SQLAlchemy get table primary_key name

›
pri_key = (list(TabelClass.__table__.primary_key)[0]).name References : zzzeek : SQLAlchemy

BackTrack / Kali penetration test tools

›
ParolaPass - The Password Generator Find Host IP - Finds the IP address of a website. (找不到專案網頁,但有另一個在線服務 http://just-ping.com ) DDOS Tool...

add Backtrack / Kali repositories to Debian / Ubuntu

›
Backtrack # Debian / Ubuntu deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://32.repos...
1 則留言:
‹
›
首頁
查看網路版
技術提供:Blogger.