Useful when you don't want to pull the LibreOffice suite:
$ unzip -qc "$1" ppt/slides/slide*.xml | grep -oP '(?<=<a:t>).*?(?=</a:t>)'
Useful when you don't want to pull the LibreOffice suite:
$ unzip -qc "$1" ppt/slides/slide*.xml | grep -oP '(?<=<a:t>).*?(?=</a:t>)'
QA Engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 999999999 beers. Orders a lizard. Orders -1 beers. Orders a sfdeljknesv.
via https://github.com/minimaxir/big-list-of-naughty-strings via https://www.sempf.net/post/On-Testing1.aspx
"The price for securing your network is eternal vigilance and also your soul." "Whose soul? We're sysadmins." "Oh, right. End users. Hang on, I have a jar of them under my desk. Let me get one out for you."
"blocking an SSH port for a Linux user is like taking a mouse away from a Windows user"
via http://www.linuxjournal.com/content/one-port-rule-them-all via http://www.rutschle.net/tech/sslh.shtml
browser.fullscreen.autohide => false
Gimme MOAR SPACE!
Pro: no need to setup a DNS server to test virtualhosts Con: keep in mind that all "fake" hosts will point to 127.0.0.1!
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost
127.0.0.1 host.localdomain host
127.0.0.1 sub.host.localdomain sub.host
::1 localhost.localdomain localhost
/etc/httpd/conf/httpd.conf
/etc/apache2/apache2.conf
Include /home/albert/.httpd/*.conf