New pages
From RpWiki
- 08:03, 17 March 2010 Useful bash commands (hist) [603 bytes] Rp (Talk | contribs) (New page: == Commands == === Change permissions on files and folders with find === find . -type f -exec chmod 664 {} \; find . -type d -exec chmod 755 {} \;)
- 14:47, 16 September 2009 Wiimahjongg (hist) [1,855 bytes] Rp (Talk | contribs) (New page: Wiimahjongg)
- 22:20, 5 January 2009 Copy WII backups (hist) [297 bytes] Rp (Talk | contribs) (New page: If you ever need to copy a already backuped wii game, just use dd and burn the resulting iso file. dd if=/dev/dvd of=/path/to/game.iso Afterwards burn the game.iso with your favorite b...)
- 11:12, 15 December 2008 Compile rtorrent on debian (hist) [311 bytes] Rp (Talk | contribs) (New page: Needed packages: sudo aptitude install autoconf libtool libsigc++-2.0-dev libssl-dev libncurses5-dev libncursesw5-dev libcurl4-openssl-dev cd libtorren* ./autogen.sh ./configure -...)
- 10:04, 17 November 2008 XFS optimization options (hist) [194 bytes] Rp (Talk | contribs) (New page: Here is an [http://everything2.com/index.pl?node_id=1479435 article] about tweaking the xfs file system. Here is the summary of this article: mkfs.xfs -l size=64 mount -o logbufs=8,no...)
- 07:05, 9 September 2008 Compiling (hist) [1,876 bytes] Rp (Talk | contribs) (New page: Here is some overview of compiling roarbar. ==Overview== roarbar has two main parts. * '''roarbar''' This contains the source of the main application which doesn't share any code to oth...)
- 07:05, 9 September 2008 Development (hist) [1,116 bytes] Rp (Talk | contribs) (New page: ==Overview== roarbar is designed to rely a lot on plug ins for functionality. So it's based on 3 components. * roarbar * roarbar_lib * plug ins ===roarbar=== The main application. ===roa...)
- 07:00, 9 September 2008 Roarbar (hist) [275 bytes] Rp (Talk | contribs) (New page: Roarbar was/is/should be a music player for linux/windows which should reproduce the most features of the windows player [http://www.foobar2000.org foobar2000] [http://sourceforge.net/pro...)
- 06:39, 9 September 2008 Rockbox (hist) [436 bytes] Rp (Talk | contribs) (New page: [http://www.rockbox.org/ Rockbox] is an open source firmware for mp3 players, written from scratch. It runs on a wide range of players. == Contributions == I was involved porting rockbox ...)
- 18:47, 4 September 2008 Irrlicht bullet (hist) [2,047 bytes] Rp (Talk | contribs) (New page: irrlicht_bullet This is a small test application using c++, Irrlicht 3d engine and the bullet physics engine. You can shoot cubes onto a pl...)
- 20:33, 3 September 2008 Pysync (hist) [743 bytes] Rp (Talk | contribs) (New page: Synchronization program focused on mp3's with a artist/album structure. Category:Python Category:Qt)
- 17:00, 20 August 2008 Compile Git on debian (hist) [1,160 bytes] Rp (Talk | contribs) (git compile guide)
- 14:43, 17 August 2008 LuaTest (hist) [770 bytes] Rp (Talk | contribs) (New page: This is a small test application using c++, qt and the lua scripting language. == Building == === Linux === On a debian based system try this to solve building dependencies (tested on ku...)