dconf - Simple tool for manipulating a dconf database
dconf read KEY dconf list DIR dconf write KEY VALUE dconf reset [-f] PATH dconf compile OUTPUT KEYFILEDIR dconf update dconf watch PATH dconf dump DIR dconf load DIR dconf help [COMMAND]
The dconf program can perform various operations on a dconf database, such as reading or writing individual values or entire directories. This tool operates on dconf directly, without using gsettings schema information. Therefore, it cannot perform type and consistency checks on values. The gsettings(1) utility is an alternative if such checks are needed. The DIR arguments must be directory paths (starting and ending with '/'), the KEY arguments must be key paths (starting, but not ending with '/') and the PATH arguments can be either directory or key paths. The OUTPUT argument must the location to write a (binary) dconf database to and the KEYFILEDIR argument must be a .d directory containing keyfiles. VALUE arguments must be in GVariant format, so e.g. a string must include explicit quotes: "'foo'". This format is also used when printing out values. Note that dconf needs a D-Bus session bus connection to write changes to the dconf database.
read Read the value of a key. list List the sub-keys and sub-directories of a directory. write Write a new value to a key. reset Reset a key or an entire directory. For directories, -f must be specified. compile Compile a binary database from keyfiles. The result is always in little-endian byte order, so it can be safely installed in 'share'. If it is used on a big endian machine, dconf will automatically byteswap the contents on read. update Update the system dconf databases. watch Watch a key or directory for changes. dump Dump an entire subpath to stdout. The output is in a keyfile-like format, with values in GVariant syntax. load Populate a subpath from stdin. The expected format is the same as produced by dump. help Display help and exit. If COMMAND is given, display help for this command.
DCONF_PROFILE This environment variable determines which dconf profile to use. See dconf(7).
dconf(7), gsettings(1), dconf-editor(1)
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.