Month: February 2020
Russell’s paradox
In the foundations of mathematics, Russell’s paradox (also known as Russell’s antinomy), discovered by Bertrand Russell in 1901, showed that some attempted formalizations of the naïve set theory created by Georg Cantor led to a contradiction. The same paradox had been discovered in 1899 by Ernst Zermelo but he did not publish the idea, which remained known only to David Hilbert, Edmund Husserl, and other members of the University of Göttingen. At the end of the 1890s Cantor himself had already realized that his definition would lead to a contradiction, which he told Hilbert and Richard Dedekind by letter.
According to naive set theory, any definable collection is a set. Let R be the set of all sets that are not members of themselves. If R is not a member of itself, then its definition dictates that it must contain itself, and if it contains itself, then it contradicts its own definition as the set of all sets that are not members of themselves.
Principia Mathematica
The Principia Mathematica (often abbreviated PM) is a three-volume work on the foundations of mathematics written by Alfred North Whitehead and Bertrand Russell and published in 1910, 1912, and 1913. In 1925–27, it appeared in a second edition with an important Introduction to the Second Edition, an Appendix A that replaced ✸9 and all-new Appendix B and Appendix C. PM is not to be confused with Russell’s 1903 The Principles of Mathematics. PM was originally conceived as a sequel volume to Russell’s 1903 Principles, but as PM states, this became an unworkable suggestion for practical and philosophical reasons: “The present work was originally intended by us to be comprised in a second volume of Principles of Mathematics… But as we advanced, it became increasingly evident that the subject is a very much larger one than we had supposed; moreover on many fundamental questions which had been left obscure and doubtful in the former work, we have now arrived at what we believe to be satisfactory solutions.”
Hilbert’s program
In mathematics, Hilbert’s program, formulated by German mathematician David Hilbert in the early part of the 20th century, was a proposed solution to the foundational crisis of mathematics, when early attempts to clarify the foundations of mathematics were found to suffer from paradoxes and inconsistencies. As a solution, Hilbert proposed to ground all existing theories to a finite, complete set of axioms, and provide a proof that these axioms were consistent. Hilbert proposed that the consistency of more complicated systems, such as real analysis, could be proven in terms of simpler systems. Ultimately, the consistency of all of mathematics could be reduced to basic arithmetic.
Gödel’s incompleteness theorems, published in 1931, showed that Hilbert’s program was unattainable for key areas of mathematics. In his first theorem, Gödel showed that any consistent system with a computable set of axioms which is capable of expressing arithmetic can never be complete: it is possible to construct a statement that can be shown to be true, but that cannot be derived from the formal rules of the system. In his second theorem, he showed that such a system could not prove its own consistency, so it certainly cannot be used to prove the consistency of anything stronger with certainty. This refuted Hilbert’s assumption that a finitistic system could be used to prove the consistency of itself, and therefore anything else.
Removing Short Line Above Headings in Twenty Nineteen
h1:not(.site-title)::before, h2::before{ display:none; }
Source: Removing Short Line Above Headings in Twenty Nineteen | WordPress.org
Geekcreit® AC 60-500V 0-100A D18 Square LED Digital Dual Display Voltmeter Ammeter Voltage Gauge Current Meter Sale | Shopping UK – Banggood Mobile
Hardening and Security Guidance — ownCloud 9.1 Server Administration Manual 9.1 documentation
Enable HTTP Strict Transport Security¶
While redirecting all traffic to HTTPS is good, it may not completely prevent man-in-the-middle attacks. Thus administrators are encouraged to set the HTTP Strict Transport Security header, which instructs browsers to not allow any connection to the ownCloud instance using HTTP, and it attempts to prevent site visitors from bypassing invalid certificate warnings.
This can be achieved by setting the following settings within the Apache VirtualHost file containing the <VirtualHost *:443>
entry:
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains"
</IfModule>
Source: Hardening and Security Guidance — ownCloud 9.1 Server Administration Manual 9.1 documentation
Opera Forcing HTTPS | Opera forums
opera://net-internals/#hsts
File is locked – how to unlock – FAQ – ownCloud Central
Manually disable locking state:
- put ownCloud in maintenance mode: edit
config/config.php
and change this line:
'maintenance' => true,
- Empty table
oc_file_locks
: Use tools such as phpmyadmin or connect directly to your database and run:
DELETE FROM oc_file_locks WHERE 1
- disable maintenance mode (undo first step).
Source: File is locked – how to unlock – FAQ – ownCloud Central
File permission issues with shared folders under Virtual Box (Ubuntu Guest, Windows Host) – Unix & Linux Stack Exchange
Mounting VirtualBox shared folders in data directory
Virtualbox shared folder permissions
https://stackoverflow.com/questions/26740113/virtualbox-shared-folder-permissions