buy UDMA5, fixed-type CF card HERE
buy CF-to-IDE44 adapter HERE
[read] CF cards comparsion:
http://www.hjreggel.net/cardspeed/cs_udmacf.html
buy UDMA5, fixed-type CF card HERE
buy CF-to-IDE44 adapter HERE
[read] CF cards comparsion:
http://www.hjreggel.net/cardspeed/cs_udmacf.html
execute
sudo chmod u+s /usr/bin/chvt sudo chmod u+s /bin/fgconsole
it allows regular user to run chvt (change virt. terminal)
in /etc/power/suspend.d
#!/bin/sh
# And remember which console we’re on
fgconsole >/tmp/saved-fg-console
# Change away from X, otherwise it’ll blow up when we POST the video interface
chvt 12
in /etc/power/resume.d
#!/bin/sh
CONSOLE=`cat /tmp/saved-fg-console`
rm /tmp/saved-fg-console
chvt $CONSOLE
/opt/wicd/autoconnect.py
—————————-
Make sure you make the file executable
sudo chmod +x /etc/power/suspend.d/suspend_me.sh
sudo chmod +x /etc/power/resume.d/resume_me.sh
——– also check this
# skaczemy na konsolę chvt 1 # zapis stanu karty vbetool vbestate save > /tmp/state # spać! echo -n mem > /sys/power/state # tu jesteśmy już po przebudzeniu # przeklejone z jakiejś szwabskiej strony, działa, nie ruszamvbetool post; #erzeugt zwar einen segmentation fault, aber ohne geht es nicht # odtwarzamy stan karty sprzed zaśnięcia vbetool vbestate restore < /tmp/state # powrót do grafiki chvt 7 ------check this https://wiki.ubuntu.com/DebuggingKernelSuspend https://wiki.ubuntu.com/UnderstandingSuspend pm-utils powersaved
and “wifi not working”
http://ubuntuforums.org/showthread.php?t=461294
http://www.linuxforums.org/misc/using_top_more_efficiently_3.html
main
208.67.222.222
alternate
208.67.220.220
from s
First kill the Beryl. See how big a difference that makes.
Next, for safety’s sake, check your dmesg and /var/log/messages to make sure you don’t have a physical problem (like a bad sector on your drive). I’d then run top and sort by memory usage (shift-m) and keep that running in the background. I’d disable all unecessary services (like httpd).
Don’t expect much for bling on that system if you actually want to get work done. I was on a 586 laptop with 128M ram for a while and XFCE was the solution. I however, did have to do some things to trim down ram usage that I didn’t have to do on a machine since I was running a 200Mhz slackware server. A very good start is to look up suggestions for increasing battery life on a linux laptop–basically, doing things like disabling syslog and any other services (updatedb, beagled) that constantly access your disk in the background help a lot. I also saved a lot of ram by turning off scrollback buffers in my rxvt’s and xterms. Gnome-Term gobbles *titanic* amounts of ram for a shell, and if you go transparent-background with it, that’s the bed you made. Ram ain’t free.
The next most important thing is habits: if you’re used to browsing with a 36 tabs open in firefox, you’re going to swap constantly. You might look into firefox settings like “free memory on minimize”. Other browsers might actually use less ram than FF, check that out. Thunderbird and Evo take *titanic* ram if you’ve got dozens of accounts and thousands of messages. Squirrelmail was the fastest way to read my mail on my cut-down laptop, actually.
Other ways of managing ram is to–once you’ve cut down the services you don’t actually need, configure the ones you use to have short connection timeouts and not to start a bazillion copies. Like Amavis and SpamAssassin and imapd. You can force these to run just one process and not 10, because you’ve prolly only got one other person accessing your server.
I’ve had problems with Beryl pegging my CPUs on 1.7Ghz laptop, I finally just gave it up. I couldn’t get the cpu scaling to reduce the clocking because something in Beryl was polling, which chewed my battery real quick. So I just gave that up. I love Beryl, but it doesn’t actually help me work faster (even tho I’d like to think it does). The same theory goes for desktop applets…gkrellm and docklet thingies spend cycles, too. Go back to top and see what’s hogging your system.
I’m surprised that I was so productive for so long with a 200Mhz with 256M ram. I lived out of fvwm2 and had like eight desktops filled with rxvt windows (but just one browser session) almost all the time. I also had a dedicated modem line. That rocked!
copy/pasted from Ubuntu Performance Guides
I recently did a switch of Windows to Ubuntu and then upgraded to Fiesty Fawn (7.04) earlier this week. I must say, Ubuntu rocks but has it’s drawbacks. I hate to give Windows any credit when it comes to better performance, but unfortunately out of the box, a Windows XP system for example does perform faster than a default install of Ubuntu. That does not mean Ubuntu cannot be tweaked to boost performance to surpass Windows.
We’ve compiled a list of resources that can be used to improve performance on your Ubuntu operating system.
If you’d like to contribute to this list, please add in comment field. Thanks!!!
Related Articles:
Ubuntu Q&A for Absolute Beginners
Top 10 Ubuntu Tips
Windows Desktop Software and The Linux Alternatives
based on this article (in Polish)
1. plug in your ethernet cable and be sure that you have connection to the internet
2. enable restricted driver for your wi-fi card
click APPLICATIONS > system > “Restricted Drivers Manager”
for “Firmware for Broadcom 43xx chipset family”
put the tick in “enabled” field
Close “Restricted Drivers Manager” and restart computer
3. uninstall network manager
sudo apt-get --purge remove network-manager
4. install wicd
sudo apt-get install wicd
5. edit /etc/network/interfaces
sudo mousepad /etc/network/interfaces
delete/comment (#) everything except:
auto loiface lo inet loopback
6. save and restart (just to be sure) ![]()
7. open WICD (under APPLICATIONS > internet) and configure your wifi connection
I like my computer to be fast.
I realize that I don’t need fast computer. I just need fast software.