User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 06:33, 5 April 2011 (diff | hist) . . (-4) . . m User:Mattx86/qwn:Enabling ccache (current)
- 04:33, 5 April 2011 (diff | hist) . . (+492) . . N User:Mattx86/qwn:Enabling ccache (Created page with "''"ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C,...")
- 04:22, 5 April 2011 (diff | hist) . . (+40) . . m User:Mattx86 (current)
- 03:30, 5 April 2011 (diff | hist) . . (+337) . . m APKBUILD Reference (→subpackages: added note about split functions with hyphens)
- 04:08, 24 March 2011 (diff | hist) . . (+67) . . m User:Mattx86/qwn:Enabling APK Caching (current)
- 04:06, 24 March 2011 (diff | hist) . . (+178) . . N User:Mattx86/qwn:Enabling APK Caching (Created page with "Create the cache directory and symlink: {{Cmd|mkdir -p /var/cache/apk ln -s /var/cache/apk /etc/apk/cache}} Next, update apk in order to initialize the cache: {{Cmd|apk update}}")
- 03:55, 24 March 2011 (diff | hist) . . (+45) . . User:Mattx86
- 10:42, 15 March 2011 (diff | hist) . . (+709) . . N User:Mattx86/qwn:Renaming a network interface (Created page with "Supppose I had an interface named <code>eth3</code> and I want to rename it as <code>neweth3</code>. Start out by specifying: {{Cmd|auto neweth3 iface neweth3 inet static}} Fol...") (current)
- 10:28, 15 March 2011 (diff | hist) . . (+53) . . User:Mattx86
- 10:26, 15 March 2011 (diff | hist) . . (+1,114) . . N User:Mattx86/qwn:Switching from Alpine Standard/Mini to Alpine VServer (Created page with "<pre> Switching from Alpine Standard/Mini to Alpine VServer ----------------------------------------------------- # apk add linux-vserver util-vserver # vi /boot/extlinux.conf ...") (current)
- 10:26, 15 March 2011 (diff | hist) . . (+78) . . User:Mattx86
- 10:24, 15 March 2011 (diff | hist) . . (-1) . . m User:Mattx86/qwn:Install x86-2.1.5 and Upgrade to x86 64-edge (current)
- 10:24, 15 March 2011 (diff | hist) . . (+1,276) . . N User:Mattx86/qwn:Install x86-2.1.5 and Upgrade to x86 64-edge (Created page with "The eventual goal with this document is to show how to upgrade a production 32-bit Alpine Linux installation to 64-bit. <pre> Installing Alpine 2.1.5 and upgrading to Edge 64-bi...")
- 10:16, 15 March 2011 (diff | hist) . . (+93) . . User:Mattx86
- 10:07, 15 March 2011 (diff | hist) . . (+124) . . m Configure Networking (Added note, stating that the loopback configuration must appear first in the interfaces configuration.)
- 12:27, 26 January 2011 (diff | hist) . . (+174) . . m User:Mattx86/Bash Profile (current)
- 11:40, 26 January 2011 (diff | hist) . . (+139) . . User:Mattx86/Bash Profile
- 07:58, 25 January 2011 (diff | hist) . . (0) . . m User:Mattx86
- 07:58, 25 January 2011 (diff | hist) . . (+18) . . m User:Mattx86
- 07:41, 25 January 2011 (diff | hist) . . (+1,809) . . N User:Mattx86/tmux config (Created page with "The following is the <code>~/.tmux.conf</code> file I use: <pre> # Basic settings bind z source-file ~/.tmux.conf # Reload tmux config (Ctrl+b, z) set -g history-limit 1000 set...") (current)
- 07:37, 25 January 2011 (diff | hist) . . (+32) . . m User:Mattx86 (Added link to my 'tmux config' page)
- 01:09, 18 January 2011 (diff | hist) . . (-4) . . m APKBUILD Reference (→install)
- 01:05, 18 January 2011 (diff | hist) . . (+98) . . m APKBUILD Reference
- 08:55, 17 January 2011 (diff | hist) . . (+2) . . m APKBUILD Reference (→pkgname)
- 08:50, 17 January 2011 (diff | hist) . . (0) . . m APKBUILD Reference (→Variables)
- 06:16, 17 January 2011 (diff | hist) . . (-6) . . m APKBUILD Reference
- 06:13, 17 January 2011 (diff | hist) . . (0) . . m APKBUILD Reference (→install)
- 06:08, 17 January 2011 (diff | hist) . . (+3,542) . . APKBUILD Reference (WIP: Aggregating important information from the "Creating an Alpine package" page)
- 04:22, 17 January 2011 (diff | hist) . . (+102) . . APKBUILD Reference (Moved "Subpackages Example" into the "Examples" section, expanded TOC for "Examples" section, moved a few a note or two, updated some wording)
- 03:59, 17 January 2011 (diff | hist) . . (-502) . . APKBUILD Reference (Absorbed "Subpackages" section into the "subpackages" variable description)
- 02:34, 17 January 2011 (diff | hist) . . (+502) . . APKBUILD Reference (Updated wording in "Subpackages Example" section and updated the description of the "md5sums" variable)
- 08:56, 13 January 2011 (diff | hist) . . (+2) . . m APKBUILD Reference (Inserted some line breaks; should be final edit for a while)
- 06:37, 13 January 2011 (diff | hist) . . (+69) . . m APKBUILD Reference (→arch: Updated info on determining use of noarch)
- 06:26, 13 January 2011 (diff | hist) . . (-26) . . m APKBUILD Reference (→arch: Updated wording)
- 06:15, 13 January 2011 (diff | hist) . . (+8) . . m APKBUILD Reference (→User-defined functions)
- 06:14, 13 January 2011 (diff | hist) . . (+22) . . m APKBUILD Reference (→package(): Updated information on metapackages)
- 04:16, 13 January 2011 (diff | hist) . . (+3) . . m APKBUILD Reference (→subpackages: updated wiki link to the main "Subpackages" section)
- 04:12, 13 January 2011 (diff | hist) . . (0) . . m APKBUILD Reference (→Functions: updated wording)
- 04:10, 13 January 2011 (diff | hist) . . (-6) . . m APKBUILD Reference (→package(): updated wording)
- 04:05, 13 January 2011 (diff | hist) . . (+83) . . m APKBUILD Reference (→User-defined functions: Added information to package() about metapackages)
- 04:02, 13 January 2011 (diff | hist) . . (+56) . . m APKBUILD Reference (→User-defined functions)
- 03:53, 13 January 2011 (diff | hist) . . (+282) . . m APKBUILD Reference (expanded TOC, updated some wording)
- 01:00, 13 January 2011 (diff | hist) . . (+7) . . m APKBUILD Reference (→Subpackages Example)
- 00:59, 13 January 2011 (diff | hist) . . (+94) . . m APKBUILD Reference
- 00:50, 13 January 2011 (diff | hist) . . (+3,037) . . APKBUILD Reference (revamped page)
- 03:31, 1 January 2011 (diff | hist) . . (+193) . . Creating an Alpine package (→source: revamped wording for source variable section (should be the final edit ;))
- 17:16, 31 December 2010 (diff | hist) . . (-1) . . m Creating an Alpine package (→source: updated the wording)
- 17:14, 31 December 2010 (diff | hist) . . (+4) . . m Creating an Alpine package (→depends & makedepends: added bullets to list of URLs)
- 17:10, 31 December 2010 (diff | hist) . . (+9) . . m Creating an Alpine package (→source: used the Note wiki template within the 'source' variable section)
- 17:04, 31 December 2010 (diff | hist) . . (+15) . . m APKBUILD Reference (updated wording for 'arch' variable)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)