![](http://photos1.blogger.com/blogger/6223/1170/320/useful_mac.jpg)
Ecco come riuscire a recuperare del vecchio hardware per scopi utili. Quando si dice che gli utenti MAC sono avanti penso ci si riferisca anche a questo, o sbaglio ;) ?!?
Tra qualche anno non solo non sarà più un problema parcheggiare, ma neppure trovare uno spazio adeguato lungo le strade dove lasciare la propria autovettura. Un gruppo di ricercatori tedeschi - scrive il Daily Telegraph - sta mettendo a punto un innovativo dispositivo, applicabile su qualsiasi automobile, in grado di rilevare tramite onde radar i parcheggi liberi lungo i marciapiedi di una determinata area e, successivamente, di condurre in automatico le manovre per posteggiare l'auto....
Gentoo | ||||||
Gentoo Linux is a special flavor of Linux that can be automatically optimized and customized for just about any application or need. Extreme performance, configurability and a top-notch user and developer community are all hallmarks of the Gentoo experience. |
Slackware | |||||
Slackware Linux by Patrick Volkerding is an advanced Linux operating system, designed with the twin goals of ease of use and stability as top priorities. Including the latest popular software while retaining a sense of tradition, providing simplicity and ease of use alongside flexibility and power, Slackware brings the best of all worlds to the table. |
# this is a comment
# see CPUFREQD.CONF(5) manpage for a complete reference
[General]
pidfile=/var/run/cpufreqd.pid
poll_interval=2
enable_plugins= programs,acpi_ac,cpu,acpi_battery,acpi_temperature
verbosity=4
# enable_remote=1
# remote_group=root
[/General]
#[nforce2_atxp1]
#vcore_path=/some/path
#vcore_default=1500
#[/nforce2_atxp1]
#[sensors_plugin]
#sensors_conf=/some/file
#[/sensors_plugin]
[Profile]
name=ondemand_battery_on
minfreq=600000
maxfreq=1600000
policy=ondemand
[/Profile]
[Profile]
name=hight_conservative_battery_off
minfreq=600000
maxfreq=1600000
policy=conservative
[/Profile]
[Profile]
name=low_conservative_battery_off
minfreq=600000
maxfreq=1600000
policy=conservative
[/Profile]
##############################
# Battery On #
# Default governor: ondemand #
##############################
[Rule]
name=battery_on
ac=on
profile=ondemand_battery_on
[/Rule]
##################################
# Battery Off #
# Default governor: conservative #
# Battery capacity : hight #
##################################
[Rule]
name=battery_off_hight_capacity
ac=off
battery_interval=60-100
profile=hight_conservative_battery_off
[/Rule]
##################################
# Battery Off #
# Default governor: conservative #
# Battery capacity : low #
##################################
[Rule]
name=battery_off_low_capacity
ac=off
battery_interval=0-60
profile=low_conservative_battery_off
[/Rule]