New pages
(newest | oldest) View (newer 20 | older 20) (20 | 50 | 100 | 250 | 500)
- 12:26, 12 August 2019 Minecraft can't find server on local LAN (hist) [2,795 bytes] MacFreek (Talk | contribs) (Created page with ";Problem: Can't find server on local LAN ;Cause: on MacOS, Java uses IPv6 by default for service discovery, but the server is only announced over IPv4. ;Solution: Force Java...")
- 03:44, 22 May 2019 XS4ALL Fiber (hist) [9,818 bytes] MacFreek (Talk | contribs) (Created page with "I have XS4All glasvezel, and want to terminate these on my own equipment, instead of the standard Fritz!Box 5490. This page explains some of the technical details. === Fiber...") originally created as "XS4ALL Glasvezel"
- 21:58, 11 November 2018 Copper cable (hist) [7,410 bytes] MacFreek (Talk | contribs) (Created page with "=== Cable Diameter Standards === {| ! Area (metric) !! Diameter !! American Wire Gauge !! Ampacity !! Typical Use ! |- | 0.08 mm² || 0.32 mm || AWG28 || 0.8 A || Wires insid...") originally created as "Cable diameters"
- 17:36, 10 March 2018 Mercurial basics (hist) [1,082 bytes] MacFreek (Talk | contribs) (Created page with "Mercurial is version control software, similar to Git. There are two main differences: ;Mercurial does not allow changing of the history:Well, it does (if you enable one of...")
- 21:26, 27 October 2017 Lego train tracks geometry (hist) [1,279 bytes] MacFreek (Talk | contribs) (Created page with "=== Width === The width of sleepers is 8 studs. There are 4 studs between the tracks. {| | ○ || ◼︎ || ○ || ○ || ○ || ○ || ◼︎ || ○ || |} === Straight Tra...")
- 01:13, 23 September 2017 Encoding Normalization (hist) [5,905 bytes] MacFreek (Talk | contribs) (Created page with "What to do if you are stuck with a file with non-printable ASCII characters. Well, you normalise the content, by either removing or converting unwanted characters. What to do...")
- 17:54, 31 August 2017 Handling Disk Failures (hist) [18,644 bytes] MacFreek (Talk | contribs) (Created page with "The best way to deal with disk failures it to assume they will happen and be prepared. See Reliable data storage for best practises. If you have multiple disks in a mirro...")
- 14:10, 16 July 2017 Git Configuration (hist) [433 bytes] MacFreek (Talk | contribs) (Created page with "This is my (system wide) git configuration: === ~/.gitconfig === [github] user = macfreek token = 112233445566778899aabbccddeeff00 [user] name...")
- 17:05, 7 January 2017 WiPy (hist) [7,783 bytes] MacFreek (Talk | contribs) (Created page with "[https://www.pycom.io/ Pycom] is a Dutch company that produces small electronic boards. The boards are: * Based on the ESP32 SoC, which is fairly powerfull for a small breadb...")
- 22:32, 18 March 2016 Screenshots on OS X (hist) [1,312 bytes] MacFreek (Talk | contribs) (Created page with "== Screenshot to a File == === Screenshot of a portion of the screen === 1. Press ⌘-⇧-4 (command-shift-4) 2. Make a selection of the screen === Screenshot of a window =...")
- 15:58, 22 November 2015 SMTP configuration (hist) [36,762 bytes] MacFreek (Talk | contribs) (Created page with "== Mail Server Configuration == I run my own mail servers, and use the following software: SMTP incoming: postfix SMTP submission: postfix IMAP: dovecot (version 2) SASL aut...")
- 00:23, 24 October 2015 FreeBSD kernel cross-compiling (hist) [5,833 bytes] MacFreek (Talk | contribs) (Created page with "== Cross-Compiling FreeBSD on faster computer == This is a short tutorial, detailing how I compiled a FreeBSD kernel on a faster amd64 computer (the ''compile system''), and ...")
- 20:36, 11 September 2015 Hadoop (hist) [5,686 bytes] MacFreek (Talk | contribs) (Created page with "== Hadoop Clusters == === HortonWorks Sandbox === To get started, install the [http://hortonworks.com/products/hortonworks-sandbox/ HortonWorks HDP Sandbox] and run Hadoop o...")
- 00:42, 22 June 2015 Game Distribution Platforms (hist) [5,276 bytes] MacFreek (Talk | contribs) (Created page with "Documenteer digital distribution platforms: I am aware of the following online videogame distribution platforms: These platforms allow you to create an account, buy a game, ...")
- 02:02, 14 June 2015 Getting a X509 certificate (hist) [15,552 bytes] MacFreek (Talk | contribs) (Created page with "{{Unfinished}} By default, most servers use two certificates: * One for the HTTPS (web) server * One for the IMAPS (mail) server For private servers, these are often two ...")
- 03:04, 1 June 2015 Virtualization (hist) [2,699 bytes] MacFreek (Talk | contribs) (Created page with "== Terminology == A hypervisor runs on the physical hardware. The hypervisor allocates (hardware) resources to different virtual machines, each containing a guest operating s...")
- 11:41, 16 May 2015 Reliable data storage (hist) [4,749 bytes] MacFreek (Talk | contribs) (Created page with "This page lists a few best practices for reliable data storage. == Risks == === Biggest Risks === ;Human error:I lost most data using plain old stupidity by accidentally de...")
- 11:12, 25 April 2015 Graph properties (hist) [2,473 bytes] MacFreek (Talk | contribs) (List of properties and graphs.)
- 14:57, 1 March 2015 Passing Methods in C++ (hist) [2,488 bytes] MacFreek (Talk | contribs) (Created page with "It is possible to storage a pointer to a method or function, and pass this as an argument to other methods and functions. This is useful for callback mechanisms. === Pointer-...")
- 18:39, 21 January 2015 Webbrowser Comparison (hist) [7,160 bytes] MacFreek (Talk | contribs) (Created page with "This page only briefly lists my personal preferences and quirks. For a more factual comparison, please consult one of the more [https://en.wikipedia.org/wiki/Comparison_of_web...")