New pages
From Sidvind
- 13:59, 4 May 2012 Git/Remove branch in public repository (hist) [115 bytes] EXt (Talk | contribs) (Created page with " % git push REMOTE :BRANCH It means push nothing to BRANCH at REMOTE, effectively removing it. Category: git")
- 13:44, 4 May 2012 Git/Fix public rebase (hist) [1,682 bytes] EXt (Talk | contribs) (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 Ubuntu/Version (hist) [69 bytes] EXt (Talk | contribs) (Created page with " % lsb_release -d -s -c Ubuntu 11.10 oneiric Category:Linux")
- 23:38, 16 April 2012 VirtualBox/Raw dd image (hist) [63 bytes] EXt (Talk | contribs) (Created page with " VBoxManage convertfromraw src.iso dst.vdi Category:Linux")
- 00:17, 27 March 2012 Netboot/OpenBSD (hist) [420 bytes] EXt (Talk | contribs) (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}} ...")
- 12:10, 22 March 2012 Mount (hist) [950 bytes] EXt (Talk | contribs) (Move content)
- 15:15, 28 February 2012 Git hooks/Export on push (hist) [182 bytes] EXt (Talk | contribs) (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>")
- 16:40, 27 February 2012 MSVC/Solution layout (hist) [300 bytes] EXt (Talk | contribs) (Created page with "* $(SolutionDir) ** $(Configuration) *** $(ProjectDir) **** intermediate files goes here *** output files goes here ** $(ProjectDir) *** project files goes here ** solution files...")
- 14:48, 23 February 2012 Xorg user permissions (hist) [126 bytes] EXt (Talk | contribs) (Created page with "To allow other users to use DISPLAY and open applications in X: xhost +local:USERNAME Category:xorg Category:linux")
- 19:20, 6 February 2012 Unittest replacement function in library (hist) [2,033 bytes] EXt (Talk | contribs) (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:23, 6 February 2012 GCC/Function alias (hist) [275 bytes] EXt (Talk | contribs) (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...")
- 00:27, 2 February 2012 Extensions/Youtube (hist) [3,201 bytes] EXt (Talk | contribs) (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:19, 2 February 2012 Youtube Rickroll Proxy (hist) [6,305 bytes] EXt (Talk | contribs) (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...")
- 15:04, 30 January 2012 Gentoo/Portage (hist) [671 bytes] EXt (Talk | contribs) (Created page with "= Environmental variables = == EXTRA_EMAKE == == EXTRA_ECONF == Pass extra flags to econf (configure): EXTRA_ECONF="--disable-silent-rules" emerge -v1 foobar")
- 02:30, 28 January 2012 Netboot/Server (hist) [2,519 bytes] EXt (Talk | contribs) (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...")
- 18:08, 25 January 2012 Subversion/Pre-commit prevent changes to directory (hist) [313 bytes] EXt (Talk | contribs) (Created page with "<codebox filename="pre-commit" lang="bash"> #!/bin/sh set -e set -o pipefail REPOS="$1" TXN="$2" if svnlook dirs-changed -t "${TXN}" "${REPOS}" | grep "^PATH/TO/BLOCK"; then ...")
- 18:41, 12 January 2012 Libtool gdb (hist) [790 bytes] EXt (Talk | contribs) (Created page with " libtool --mode=execute gdb PROGNAME")
- 02:11, 8 January 2012 Netboot\Windows (hist) [4,681 bytes] EXt (Talk | contribs) (Created page with "= Boot image = <codebox filename="bootstrap.bat" lang="dos"> @echo This will erase and overwrite disk 0 with WinPE bootloader. @echo Abort now if this isn't what you intend to d...")
- 04:05, 4 January 2012 Netboot Ubuntu (hist) [2,254 bytes] EXt (Talk | contribs) (Created page with "This shows how to setup serving of multiple ubuntu images over pxelinux netboot. = Prerequisites = * DHCP server (assuming dhcpd, but steps should be similar for other servers)...")