Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts

Friday, June 16, 2017

Default Configuration file for OpenOffice

Default Configuration file for OpenOffice


Recently I posted an answer about Default Configuration file for OpenOffice on superuser. So this blog might help further more.

The default configutration/modification file is located at
%APPDATA%OpenOffice.org3user egistrymodifications.xcu
The file is in XML format and is written in one line, therefore difficult to read.
Search for
<item oor_path="/org.openoffice.Office.Writer/DefaultFont">
And you can find the default font value for OpenOffice Writer
Same way it works for Draw, Calc, Base, Math, Impress.
If you misconfigure the registrymodificaitons.xcu file, It can prevent OOo from starting up; just remove the file in such a situation. 


Read more »

Monday, May 8, 2017

Debug NGINX configuration

Debug NGINX configuration


Use this command to debug or test your NGINX configuration:

nginx -t -c /etc/nginx/nginx.conf


Read more »

Friday, April 7, 2017

DeaDBeeF save and reset configuration

DeaDBeeF save and reset configuration


Especially since the GUI is configurable, it may be useful to save the customized configuration or reset to default.

To save a certain configuration, backup the directory `/home/@user/.config/deadbeef`; to reset to defaults, delete that directory (it is absent by default).
Read more »