User contributions
From Sidvind
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:59, 4 May 2012 (diff | hist) N Git/Remove branch in public repository (Created page with " % git push REMOTE :BRANCH It means push nothing to BRANCH at REMOTE, effectively removing it. Category: git") (top)
- 13:51, 4 May 2012 (diff | hist) m Git/Fix public rebase (swap C1 and C2 as new C1 was made before C2.) (top)
- 13:50, 4 May 2012 (diff | hist) m Git/Fix public rebase (manually fixing graph so the unrelated branch isn't shown)
- 13:44, 4 May 2012 (diff | hist) m Git/Fix public rebase
- 13:44, 4 May 2012 (diff | hist) N Git/Fix public rebase (Created page with "After accidentally rebasing a commit that had been pushed to a public repository a merge is required. This makes the history look nasty (same commit message repeated twice and...")
- 11:07, 18 April 2012 (diff | hist) N Ubuntu/Version (Created page with " % lsb_release -d -s -c Ubuntu 11.10 oneiric Category:Linux") (top)
- 23:38, 16 April 2012 (diff | hist) N VirtualBox/Raw dd image (Created page with " VBoxManage convertfromraw src.iso dst.vdi Category:Linux") (top)
- 00:17, 27 March 2012 (diff | hist) N Netboot/OpenBSD (Created page with "{{Template:Netboot}} OpenBSD includes pxeboot-file which can be used. Get the files {{Filename|bsd.rd}} and {{Filename|pxeboot}}, rename {{Filename|bsd.rd}} to {{Filename|bsd}} ...") (top)
- 00:13, 27 March 2012 (diff | hist) Template:Netboot (top)
- 12:16, 22 March 2012 (diff | hist) Mount bind (redirect to new page) (top)
- 12:16, 22 March 2012 (diff | hist) Mount tmpfs (redirect to new page) (top)
- 12:15, 22 March 2012 (diff | hist) m Mount (don't need toc) (top)
- 12:14, 22 March 2012 (diff | hist) Mount
- 12:10, 22 March 2012 (diff | hist) N Mount (Move content)
- 12:06, 22 March 2012 (diff | hist) Main Page (top)
- 02:07, 16 March 2012 (diff | hist) m Unittest replacement function in library (top)
- 02:07, 16 March 2012 (diff | hist) m Unittest replacement function in library
- 15:16, 28 February 2012 (diff | hist) m MediaWiki:Sidebar (top)
- 15:15, 28 February 2012 (diff | hist) m Git hooks/Export on push (top)
- 15:15, 28 February 2012 (diff | hist) N Git hooks/Export on push (Created page with "<codebox filename="post-update" lang="bash"> #!/bin/sh # update GIT_WORK_TREE=/path/to/repo git checkout -f # update http access git update-server-info </codebox>")
- 22:12, 27 February 2012 (diff | hist) m MSVC/Solution layout (top)
- 16:40, 27 February 2012 (diff | hist) N MSVC/Solution layout (Created page with "* $(SolutionDir) ** $(Configuration) *** $(ProjectDir) **** intermediate files goes here *** output files goes here ** $(ProjectDir) *** project files goes here ** solution files...")
- 16:35, 27 February 2012 (diff | hist) m Main Page
- 15:31, 27 February 2012 (diff | hist) m MSVC/What I hate about MSVC (top)
- 14:48, 23 February 2012 (diff | hist) N Xorg user permissions (Created page with "To allow other users to use DISPLAY and open applications in X: xhost +local:USERNAME Category:xorg Category:linux") (top)
- 22:10, 6 February 2012 (diff | hist) MediaWiki:Common.css (top)
- 22:00, 6 February 2012 (diff | hist) MediaWiki:Common.css
- 19:21, 6 February 2012 (diff | hist) m Unittest replacement function in library
- 19:20, 6 February 2012 (diff | hist) N Unittest replacement function in library (Created page with "Suppose that you need to implement a replacement function, for instance <tt>be64toh</tt> which was added in glibc-2.9, to remain compatible with legacy system. Ofcourse you want ...")
- 18:58, 6 February 2012 (diff | hist) m Main Page
- 18:23, 6 February 2012 (diff | hist) N Category:Gcc (Created page with "Category:Linux-dev") (top)
- 18:23, 6 February 2012 (diff | hist) N GCC/Function alias (Created page with "Under gcc you can create function aliases using the attribute <tt>alias</tt>. uint64_t htobe64(uint64_t val) __attribute__((weak, alias ("_int_htobe64"))); This will create a...") (top)
- 18:12, 6 February 2012 (diff | hist) m Main Page
- 00:36, 2 February 2012 (diff | hist) m Extensions/Youtube (top)
- 00:27, 2 February 2012 (diff | hist) N Extensions/Youtube (Created page with "<codebox lang="php" filename="youtube.php"> <?php # YouTube Videos # # Tag: # <youtube>v</youtube> # Ex: # from url http://www.youtube.com/watch?v=WZpeeRSk-0A # <youtube>WZ...")
- 00:24, 2 February 2012 (diff | hist) m Youtube Rickroll Proxy (top)
- 00:19, 2 February 2012 (diff | hist) N Youtube Rickroll Proxy (Created page with "<youtube size="380x213" frame>_O6o5e-PpRs</youtube> Inspired by [http://www.ex-parrot.com/~pete/upside-down-ternet.html Upside-Down-Ternet] I created a similar setup which replac...")
- 20:49, 1 February 2012 (diff | hist) m Main Page
- 21:18, 30 January 2012 (diff | hist) Gentoo/Portage (top)
- 15:04, 30 January 2012 (diff | hist) N Gentoo/Portage (Created page with "= Environmental variables = == EXTRA_EMAKE == == EXTRA_ECONF == Pass extra flags to econf (configure): EXTRA_ECONF="--disable-silent-rules" emerge -v1 foobar")
- 14:59, 30 January 2012 (diff | hist) m Main Page
- 23:51, 29 January 2012 (diff | hist) m Xlib and GLX: Part 2 (top)
- 23:39, 29 January 2012 (diff | hist) m Xlib and GLX: Part 2
- 23:31, 29 January 2012 (diff | hist) m Xlib and GLX: Part 2
- 23:30, 29 January 2012 (diff | hist) m Xlib and GLX: Part 1 (top)
- 16:53, 29 January 2012 (diff | hist) m Xlib and GLX: Part 1
- 02:30, 28 January 2012 (diff | hist) N Netboot/Server (Created page with "{{Template:Netboot}} The first steps to have netbooting is making your DHCP server provide the additional options (where the TFTP server is located and what filename to use), ha...") (top)
- 15:17, 27 January 2012 (diff | hist) Libtool gdb (top)
- 15:08, 27 January 2012 (diff | hist) MediaWiki:Sidebar
- 15:08, 27 January 2012 (diff | hist) MediaWiki:Sidebar
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)