Fulltext results:
- rmdir for OSX @info:mac
- mmand line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash function to remove directories together with
- Generate a Test Key @info:cryptography:openssl
- ====== Generate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey... ate request. This is typically used to generate a test certificate or a self signed root CA. The extensi
- How To Create a Moveable VM with VirtualBox @blog:2010
- --device 1 --type dvddrive --medium emptydrive test ! -z "${RAM}" && ${VBOX} -q modifyvm "${VM_NAME}"
- Simulating slow network connections with trickle @blog:2014
- sh> trickle -d 512 /usr/bin/firefox -no-remote -P test </code> More informations can be found on these