Out of the box, these were the default locations of “My Music”, etc.: I didn’t like that, however, because that means applications may clutter up my home directory. Already, iTunes had created /home/tyler/iTunes for its own use. I wanted it to use /home/tyler/iTunes instead, though, so I did: By going to winecfg / Desktop integration, …
Tyler / Research interests – WhyNotWiki
< Tyler Tyler / Research interests edit (Category edit) [–] Category:Tyler / Research interests Tyler / Research interests Aliases: Tyler / Things I’d like to research, Tyler / Things I’d like to learn about, Tyler / Things I’d like to study I like ideas. I’m like an idea sponge. I also like words. I could easily …
System administration – WhyNotWiki
Keep your configuration files in a revision control repository! [Subversion (category)] Tracking, auditing and managing your server configuration with Subversion in 10 minutes (http://rudd-o.com/archives/2006/03/14/tracking-auditing-and-managing-your-server-configuration-with-subversion-in-10-minutes/). Retrieved on 2007-05-11 11:18. [rudd-o@amauta2 ~]# svn checkout file:///var/preserve/config/trunk/ /etc [rudd-o@amauta2 /etc]# svn add * Tools http://www.cfengine.org/ Cfengine – an adaptive system configuration management engine freshmeat.net: Project details for Nwu (http://freshmeat.net/projects/nwu/?branch_id=63516&release_id=222700). …
Problems – WhyNotWiki
Popularity perpetuation edit (Category edit) Aliases: What’s popular becomes even more popular, Self-perpetuation of popularity, Popularity perpetuation tendency, The amplification of popularity, Popularity polarization, Popularity permanency, Popularity establishment, Popularity amplification loop See also: Deviancy amplification spiral, He who comes first wins This is a big, unfortunate, difficult problem, in my opinion. (Not strictly popularity; also includes …
My computer – WhyNotWiki
My computer edit (Category edit) . Article Metadata: F:\My computer Software 2007-11-18: Resized my Windows partition (C:) When I installed Windows, I had made the mistake of installing Windows to a partition with only 4 GB. I figured that would be plenty for Windows (I had a separate 20 GB partition for Programs and a 150 …
Make – WhyNotWiki
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=44;filename=rules.diff;att=1;bug=402104 +ifeq ($(DEB_HOST_ARCH),amd64) + CFLAGS = -m32 + ifneq ($(shell test -e /usr/lib32/libSDL.so && echo ok),ok) + MAKE_LINKS = mkdir -p lib \ + && ln -sf /usr/lib32/libSDL-1.2.so.0.11.0 lib/libSDL.so \ + && ln -sf /usr/lib32/libpng12.so.0.15.0 lib/libpng.so + LDFLAGS = -L../lib + endif +else + CONFIGURE_LIBAO = –enable-libao +endif
Linux-powered – WhyNotWiki
Page Discussion View source History Linux-powered edit (Category edit) GP2X [Console gaming systems (category)] http://gp2x.co.uk/emulatorwhite.html. Retrieved on 2007-05-11 11:18. It can play games. It can play your Movies. It can play your music. It can view photos. It can read Ebooks. It runs on just 2 AA batteries – And it can do all this in …
GNU/Linux / Sources – WhyNotWiki
< GNU/Linux http://www.chimeric.de/ http://ubuntu-tutorials.com http://wp.uberdose.com/ http://flipsidereality.com/blog/category/nix/ http://www.burtonini.com/blog/ http://h3g3m0n.wordpress.com/ http://tuxtoday.wordpress.com/ This blog is dedicated to free and open source software, and also freely licensed media, such as music, movies and e-books. I’m no expert, but I would like to contribute with the knowledge that I do have. – Johan. http://aplawrence.com/index.html “Information and Resources for Unix and …
GNU/Linux / Sound – WhyNotWiki
Page Discussion View source History < GNU/Linux http://linux.dsplabs.com.au/lsof-grep-snd-how-to-free-a-linux-sound-device-p25/. Retrieved on 2007-05-11 11:18. … One may ask how to find out which program, or programs, have gained access to the audio device? That is where a little knowledge of Linux tools, and especially the lsof utility, comes in handy. Since we know where in the /dev …
GNU/Linux / Finding files – WhyNotWiki
< GNU/Linux Finding all files that aren’t named __ Say you want a list of all files and directories that are not named .svn… You might think that the command to do this would simply be: > find . \( -type d -name .svn -prune \) But that pretty much does the exact opposite of …