Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Firewalld

Just trying to enable nginx on Fedora 20 yum install nginx systemctl enable nginx.service service nginx start # or the new way systemctl start nginx At this point I still can't connect with a remote computer so need to figure out how enable the firewall to allow port...

(Almost) Universal File Format Convertor unoconv

Sometimes you want to batch convert office files from say .doc to .docx to bring yourself into the 2010's but you can't find a format convertor. LibreOffice has an application known as unoconv Which is very cool unoconv -l & # start the listener # convert a Word...