Sponsored Content
The Lounge What is on Your Mind? I just ordered a Mini-Box with no fan! Post 302527682 by KenJackson on Saturday 4th of June 2011 11:55:00 AM
Old 06-04-2011
I got it! I installed ArchLinux, which is another distro I've had my eye on for some years because of their rolling update feature.

I actually did order a fan with it, which I wasn't planning to use, but the BIOS allows me to set it's speed and I can't hear it at 50% , so I'm leaving it powered at that speed.

That tiny, cheap Atom processor performs remarkably! I'm not compiling on it, just surfing the web, doing email and sshing to other machines, but I can't tell I don't have a much more powerful processor.
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

merging two file in an ordered way

actually, it seems somewhat confusing.. let me clearify it i want a file having all the attributes produced by ls -lc command. i want to add one more thing i.e. time of last access to a file attribute. so how can i merge these two things in a single file in a columnar way. i tried with these... (2 Replies)
Discussion started by: raku05
2 Replies

2. BSD

Fan control

Hi all, Is there any way that I can get some control over th fan in my Evo N400C laptop running OpenBSD 4.0? Right now the fan is running constantly and it woulf be nice if it could be quiet sometime. (1 Reply)
Discussion started by: Timmy66
1 Replies

3. Hardware

Fan Tray for Sunfire T2000

Recently the rear fan assembly of one of our T2000 servers went faulty. I could replace it immediately with the one from a currently powered off standby machine. But now this one has to be replaced. So I got a quote from our supplier who charges EUR 776 for a new spare part or EUR 405 (all... (0 Replies)
Discussion started by: hergp
0 Replies

4. Solaris

Fan failure

would Solaris 10 shutdown automatically if both CPU fans fail? (7 Replies)
Discussion started by: orange47
7 Replies

5. Hardware

How to remove fan from cpu fan chassis?

hi all, kindly help in this matter. Can i check anyone has any experience in removing the CPU fan from its chassis? my fan is spoilt and i wish to replace with other type. See picture below.. http://zone11.codemicroinc.netdna-cdn.com/large_1054367.jpg ---------- Post updated at 05:15 PM... (6 Replies)
Discussion started by: lchunleo
6 Replies

6. Hardware

How to replace the fan in the HP J6000?

Hi all, it is me again..now my HP J6000 fan is spoilt. Based on the error, i suspected it is Fan 1 in the power supply, however there is 3 fans in the power supply, how do i know which is Fan 1? Thanks for your response regards (2 Replies)
Discussion started by: lchunleo
2 Replies

7. Solaris

Sun v215 Fan Speed

Hi all, I made some calculations and it seems that fans are working more than they supposed to keep the internals at the specified values. Is there a way to adjust this ? I have 2 approaches ; -from ALOM sc|ok prompt -from Solaris 10 or -from a HW Switch I am pretty sure that... (5 Replies)
Discussion started by: y33t
5 Replies
MINICPAN(1p)						User Contributed Perl Documentation					      MINICPAN(1p)

NAME
minicpan - uses CPAN::Mini to create or update a local mirror VERSION
version 1.111008 SYNOPSIS
minicpan [options] Options -l LOCAL - where is the local minicpan? (required) -r REMOTE - where is the remote cpan mirror? (required) -d 0### - permissions (numeric) to use when creating directories -f - check all directories, even if indices are unchanged -p - mirror perl, ponie, and parrot distributions --debug - run in debug mode (print even banal messages) -q - run in quiet mode (don't print status) -qq - run in silent mode (don't even print warnings) -c CLASS - what class to use to mirror (default: CPAN::Mini) -C FILE - what config file to use (default: ~/.minicpanrc) -h - print help and exit -v - print version and exit -x - build an exact mirror, getting even normally disallowed files -t SEC - timeout in sec. Defaults to 180 sec --offline - operate in offline mode (generally: do nothing) --log-level - provide a log level; instead of --debug, -q, or -qq DESCRIPTION
This simple shell script just updates (or creates) a miniature CPAN mirror as described in CPAN::Mini. CONFIGURATION FILE
By default, "minicpan" will read a configuration file to get configuration information. The file is a simple set of names and values, as in the following example: local: /home/rjbs/mirrors/minicpan/ remote: http://your.favorite.cpan/cpan/ exact_mirror: 1 "minicpan" tries to find a configuration file through the following process. It takes the first defined it finds: o Use the value specified by "-C" on the command line o Use the value in the "CPAN_MINI_CONFIG" environment variable o Use ~/.minicpanrc o Use CPAN/Mini/minicpan.conf If the selected file does not exist, "minicpan" does not keep looking. You can override this process with a "config_file" method in your subclass. See "CPAN::Mini" for a full listing of available options. TO DO
Improve command-line options. SEE ALSO
Randal Schwartz's original article, which can be found here: http://www.stonehenge.com/merlyn/LinuxMag/col42.html AUTHORS
o Ricardo SIGNES <rjbs@cpan.org> o Randal Schwartz <merlyn@stonehenge.com> COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2011-12-23 MINICPAN(1p)
All times are GMT -4. The time now is 03:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy