The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
626 views

Default Keyboard for new users in Windows 7

I just installed Windows 7 and I want all users signing in to the computer to see the Language Bar customized with the following three languages: "English (American)" "French (Standard)" "Chinese ...
3
votes
3answers
2k views

Preloading programs and files into ram? (Windows 7)

Now that I have 12 gigs of ram in my PC I'd like to make the most of it and minimize the disk access of the application/game I'm using while I use it so I'm wondering if there are some ways to preload ...
1
vote
1answer
623 views

GNOME/KDE Linux entirely in RAM?

I'd like to have very responsive linux but I also like modern, elegant and functional desktops like gnome or kde, not the lightweight ones like xfce or lxde. Once I tried PuppyLinux and was impressed ...
1
vote
1answer
432 views

Ubuntu Maverick vs Preload

Does it make sense to use "preload" service in Ubuntu Maverick? I have it installed and running with no errors in /var/log/preload.log. I don't like waiting much for applications to start when I ...
4
votes
3answers
759 views

Is it possible to preload JVM to make starting of little one-shot java applications faster?

Expected algorithm: You start JVM without actual application (only telling it to load some jars), it loads and listens a socket and waits in a background. When you start the application ...