New pages
(newest | oldest) View (newer 250 | older 250) (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...")
- 05:53, 7 November 2014 Domotics (hist) [17,969 bytes] MacFreek (Talk | contribs) (Created page with "This page lists some very general information that I found when I wanted to get started with home automation, ''domatica'' in Dutch. Since I live in the Netherlands, this equi...")
- 23:02, 28 October 2014 Flush DNS Cache (hist) [2,084 bytes] MacFreek (Talk | contribs) (Created page with "== Flush DNS Cache == {{Main|Flush DNS Cache}} You can explicitly flush your DNS cache. On Mac OS up to 10.5.1: lookupd -flushcache On Mac OS 10.5.2 to 10.6: dscacheut...")
- 12:34, 14 October 2014 Netgear ProSafe Configuration (hist) [2,599 bytes] MacFreek (Talk | contribs) (Created page with "I have four managed Netgear ProSafe switches at home. This is a list of steps I've taking to configure the switches. Security > Management Security > User Configuration > Ch...")
- 00:09, 6 September 2014 FreeBSD Networking (hist) [441 bytes] MacFreek (Talk | contribs) (Created page with "To start a interface (this will start whatever is configured in rc.conf, like a DHCP client): service netif start em0 To bring down a interface (this will remove routes, et...")
- 21:22, 31 August 2014 DHCP Client Script Examples (hist) [6,797 bytes] MacFreek (Talk | contribs) (Created page with "A DHCP client overrides <tt>/etc/resolv.conf</tt>. If this is undesired, this is the solution for FreeBSD: Create a file called <tt>/etc/dhclient-enter-hooks<tt> and add this...") originally created as "Keep resolv.conf Static"
- 11:27, 30 August 2014 FreeBSD Problems (hist) [8,129 bytes] MacFreek (Talk | contribs) (Created page with "This page contains miscellaneous problems I've encountered. I list them here, or [https://forums.freebsd.org/search.php?author_id=29648 post them at the FreeBSD forum], in hop...")
- 23:24, 22 August 2014 FreeBSD 9 Packages (hist) [7,524 bytes] MacFreek (Talk | contribs) (Created page with "{{Outdated|January 2009|January 2012|comment=FreeBSD 10 made significant changes to the packaging infrastructure, which is documented at FreeBSD Packages.}} The well-writ...")
- 22:46, 30 May 2014 Disjoint Path Finding (hist) [4,335 bytes] MacFreek (Talk | contribs) (Created page with " File:Bhandari-0.svg File:Bhandari-1.svg File:Bhandari-2.svg File:Bhandari-3.svg File:Bhandari-4.svg File:Bhandari-5.svg File:Suurballe-0.svg [[Fi...")
- 11:24, 18 May 2014 Internet Packet (hist) [7,130 bytes] MacFreek (Talk | contribs) (Created page with "This is how a typical data packet on the Internet (TCP/IP over Ethernet) looks like for IPv6: {| style="background-color:#ffffff; border-collapse: collapse;" cellpadding="1" ...")
- 21:42, 4 May 2014 Python Comprehension (hist) [444 bytes] MacFreek (Talk | contribs) (Created page with "Python has very readable list and dict generators, called comprehensions: === List === l = [item for item in sequence] Or combined with a filter: l = [item for item in s...")
- 23:35, 16 March 2014 Touch and mouse with hover effects in a web browser (hist) [6,450 bytes] MacFreek (Talk | contribs) (First draft)
- 11:13, 26 February 2014 Chrome and Keychain bug (hist) [1,108 bytes] MacFreek (Talk | contribs) (Created page with "===Problem=== Every time Google Chrome starts, it asks for numerous passwords in the keychain. For example: <blockquote>Google Chrome wants to use your confidential informati...")
- 13:08, 10 January 2014 Python related bugs (hist) [1,340 bytes] MacFreek (Talk | contribs) (Created page with "Here are some bug reports and feature requests I've reported to Python-related software ===SMTPlib=== ===Python Documentation=== Searching the Python documentation does n...")
- 18:06, 28 December 2013 Grep, Awk and Sed (hist) [980 bytes] MacFreek (Talk | contribs) (Created page with "Grep, awk and sed are small UNIX tools for simple matching and reformatting of text lines. Grep matches regular expressions; awk is a simple programming languages (it precedes...")
- 23:41, 27 December 2013 Opinion:Software Licenses (hist) [1,660 bytes] MacFreek (Talk | contribs) (Created page with "I prefer to keep my licenses as simple as possible. I use creative commons for non-software distribution, and either the [http://opensource.org/licenses/BSD-2-Clause 2-clause ...") originally created as "Software Licenses"
- 00:34, 26 August 2013 Python setuptools (hist) [6,154 bytes] MacFreek (Talk | contribs) (Created page with "The most common way to distribute Python modules is using [https://pypi.python.org/pypi '''PyPI''', the Python Package Index] (formerly known as the Cheese shop). The tool to...")
- 13:03, 19 August 2013 Context Suppression in Python Exceptions (hist) [4,067 bytes] MacFreek (Talk | contribs) (Created page with "It is sometimes useful to catch one exception and raise another exception. For example, a higher software layer may not care where exactly an algorithm fails, but merely that ...")
- 22:39, 7 August 2013 NTP (hist) [1,624 bytes] MacFreek (Talk | contribs) (Created page with "NTP is the Network Time Protocol. For details about the protocol, see [https://en.wikipedia.org/wiki/Network_Time_Protocol Wikipedia], the [http://www.eecis.udel.edu/~mills/n...")
- 00:27, 15 July 2013 USB Power (hist) [4,856 bytes] MacFreek (Talk | contribs) (Created page with "==USB power== ===Micro-USB as a standard charger=== Nowadays, (nearly) all consumer devices can be carged using a USB cable, often using a micro-USB cable. This is [https:/...") originally created as "USP Power"
- 11:38, 25 April 2013 Convert Subversion to Git (hist) [405 bytes] MacFreek (Talk | contribs) (Created page with "Image you have a Subversion repository called myproject at http://subversion.org/myproject and like to migrate it to gitosis@git.org:myproject.git, you can execute the followi...")
- 21:24, 9 January 2013 PDF documents (hist) [10,927 bytes] MacFreek (Talk | contribs) (Structure of a PDF document)
- 14:09, 16 November 2012 Git Passwords in the Keychain (hist) [8,311 bytes] MacFreek (Talk | contribs) (Created page with "Git often accesses remote repositories, and requires authentication to push (and something pull) the data. It can be annoying if git asks for your password each time you push ...")
- 15:38, 10 November 2012 TextMate 2 (hist) [6,282 bytes] MacFreek (Talk | contribs) (Created page with "== TextMate 2 == TextMate is a text editor for Mac OS X, geared towards programmers (it only supports plain text, without layout). TextMate version 2 is currently in beta. H...")
- 00:53, 28 October 2012 Quorum.to (hist) [4,570 bytes] MacFreek (Talk | contribs) (Created page with "{{Opinion}} ===First Experience=== I first heard from quorum.to when running my mail hosts through DNS BL lists ([http://www.blacklistalert.org/ Blacklist Alert], [http://mu...")
- 10:36, 25 September 2012 Yum (hist) [724 bytes] MacFreek (Talk | contribs) (Created page with "== RPM == RPM (orginally: Red Hat Package Manager) is a low level package manager distributed by Red Hat and Fedora. RPM is comparable (and precedes) dpkg on Debian distribu...")
- 14:52, 19 September 2012 JavaScript Classes (hist) [6,877 bytes] MacFreek (Talk | contribs) (Created page with "Javascript 1 (Ecma-262, editions 3 or 5) is an object-oriented language that does '''not''' support classes. Instead, Javascript is ''prototype'' based, which gives many of th...")
- 15:56, 3 September 2012 Sound Level (hist) [11,651 bytes] MacFreek (Talk | contribs) (Created page with "Article: Sound and Noise Levels The amount of noise is often measured in dBA, but this turns out to be a not-so-precise unit of measurement. The amount of noise highly depend...")
- 01:02, 31 August 2012 FreeBSD 9 with ZFS bootdisk (hist) [11,107 bytes] MacFreek (Talk | contribs) (Created page with "A large part of this tutorial is based on the excellent [http://www.aisecure.net/2012/01/16/rootzfs/ tutorials by George Kontostanos]. == ZFS on root disk == First of all, c...")
- 13:13, 21 August 2012 NAS Hardware Selection (2012) (hist) [31,888 bytes] MacFreek (Talk | contribs) (Created page with "===Requirements=== In 2012, my current storage server (NAS) was running full, so I wanted to buy a replacement server. I now have 4(!) external disk drives connected to my ma...") originally created as "Lower Power NAS (2012)"
- 17:30, 13 August 2012 Mounting a USB stick with VirtualBox (hist) [6,910 bytes] MacFreek (Talk | contribs) (Created page with "I used VirtualBox to create a bootable USB key with FreeBSD using VirtualBox on my Mac. Here are a few issues I ran into. === USB2 is not supported by VirtualBox === Virtual...") originally created as "Mounting a USB Bootstick with VirtualBox"