Sponsored Content
Full Discussion: Unix-based operating systems
Operating Systems Linux Fedora Unix-based operating systems Post 302363461 by jp2542a on Tuesday 20th of October 2009 10:35:52 AM
Old 10-20-2009
My take on your questions:

1. There is no such thing as "plain old unix". There are variants on a theme.
And why buy when all the great ones are free. You buy when you want more support than you get from reading man pages and asking question in places like this.

2. I'd suggest you get solaris, open solaris, or CentOS and run it on you pc.
Solaris is more mature. CentOS is probably the best of the Linux types. After all, it's built on Redhat source Smilie I run both types on a variety of systems. I'd would install both on your PC.

3. Keep the stable system stable. If you are doing dev work, then you can expect things to go strange sometimes. So keep the Mac running stable and try out the other systems on your PC.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between UNIX operating system and Unix Open Server

Hi, I recently joined this forum and new to UNIX. Is there any difference between UNIX operating system and UNIX open server? Please explain. (1 Reply)
Discussion started by: Manjit
1 Replies

2. News, Links, Events and Announcements

Modern Operating Systems: Tanenbaum

Chapters on Linux and Unix: http://www.prenhall.com/divisions/esm/app/author_tanenbaum/custom/mos2e/ Slides, figures, code, lots of goodies on-line! CHAPTER 10 CASE STUDY 1: UNIX AND LINUX 671 10.1. HISTORY OF UNIX 672 10.1.1. UNICS 672 ... (1 Reply)
Discussion started by: Neo
1 Replies

3. Filesystems, Disks and Memory

Operating Systems??

We are currently running two servers each with remote file systems mounted on each other. They need upgrading from Solaris 2.6 to 8. Does anyone know if there is a problem with having one server running Solaris 2.6 and the other v8?? Until we have time to upgrade them both. (2 Replies)
Discussion started by: hesmas
2 Replies

4. UNIX for Advanced & Expert Users

Opinions on db operating systems Wanted

I am interested in hearing anyones opinions on what OS they would choose to run a MySQl db and the reasons why, of course. I have a task to build a db server for a project that will be very busy if things work as the creative minds think that it will. I am running a FreeBSD box right now on... (0 Replies)
Discussion started by: smtpgeek
0 Replies

5. Shell Programming and Scripting

Unix Operating Systems Information Document

Hi all, I prepared a document on UNIX OS. Its an humble attempt to share my knowledge. Please review the document attached and correct if any mistakes and any suggestions to make it more useful and any troubleshooting information if needed to add. Please help in making the document to add... (2 Replies)
Discussion started by: gurukottur
2 Replies

6. UNIX for Advanced & Expert Users

Where the operating systems are going

Dear administrators I want to post the following question and, honestly, I don't know in which forum to post it since its general meaning. my question is: Where the operating system are going? Microkernel, monolithich or hybrid ? Because this question involves more forums at the same but... (2 Replies)
Discussion started by: Puntino
2 Replies

7. UNIX for Dummies Questions & Answers

unix Operating Systems 5

Hi :) I have unix Operating Systems 5 I need working for user logout befor 10 minutes,In the case that he is not active :o what do I do? :rolleyes: (4 Replies)
Discussion started by: fakhwork
4 Replies

8. Programming

Does the assembler output differ between operating systems ?

The assembly code generated by assembler, from a C-source code depends on the CPU architecture underlying it, eg x-86 . Then does the assembler output of a simple C-source code (containing common function-calls of both windows and linux) differ between Operating Systems ? (1 Reply)
Discussion started by: vishwamitra
1 Replies

9. Google Chrome OS

Do we need many Operating Systems?

we have windows linux- redhat ubuntu -or more i don't know unix- solares snow-lepord and recently chrome what do you think well when i sow that all has extentions like exe -dsb i felt scared (1 Reply)
Discussion started by: Anna Hussie
1 Replies
ASMC(4) 						   BSD Kernel Interfaces Manual 						   ASMC(4)

NAME
asmc -- device driver for the Apple System Management Console (SMC) SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device asmc Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): asmc_load="YES" DESCRIPTION
The asmc driver controls the Apple System Management Console (SMC for short) found on Intel Apple systems. The SMC is known to be found on the following systems: o MacBook o MacBook Pro o Intel MacMini o Mac Pro o MacBook Air o Intel iMac With this driver, you can configure your keyboard backlight brightness, check temperatures of several sensors, check the speed of the inter- nal fans and check the status of the Sudden Motion Sensor. Variables related to the SMC control and inspection are exported via sysctl(3) under the device tree dev.asmc. KEYBOARD BACKLIGHT
On MacBook Pro systems, you can control the keyboard brightness by writing a value to the dev.asmc.%d.light.control sysctl MIB. The following sysctl MIBs contains the raw value returned by the left and right light sensors: dev.asmc.%d.light.left or dev.asmc.%d.light.right. TEMPERATURES
The number of temperature sensors and their description varies among systems. You can inspect the temperature sensors on your system by traversing the dev.asmc.temp sysctl MIB. All values are in degrees celsius. SYSTEM FANS
The dev.asmc.fan.%d sysctl tree contains the leaf nodes speed, safespeed, minspeed, maxspeed and targetspeed. Each of these leaf nodes rep- resent the current fan speed, the safest minimum fan speed, the mininum speed and the maximum speed respectively. All values are in RPM. SUDDEN MOTION SENSOR
The Sudden Motion Sensor (SMS for short) is a device that detects laptop movement and notifies the operating system via an interrupt. The sysctl MIBs present under dev.asmc.sms all relate to the SMS. The most interesting usage of this device is to park the disk heads when the laptop is moved harshly. First, you need to install ataidle(8) (ports/sysutils/ataidle) and then configure devd(8) the following way: notify 0 { match "system" "ACPI"; match "subsystem" "asmc"; action "/usr/local/sbin/ataidle -s X Y"; }; Do not forget to change the X and Y values in the command above. Also, please note that parking the disk heads too many times can dramatically reduce your hard drive's life span. Do not rely solely on the SMS to protect your hard drive: good care and common sense can increase your hard drive's life. SEE ALSO
ataidle(8) (ports/sysutils/ataidle), devd(8), sysctl(8) HISTORY
The asmc driver first appeared in FreeBSD 8.0. AUTHORS
Rui Paulo <rpaulo@FreeBSD.org> (Google Summer of Code project). BUGS
Support for the latest models was never tested and is most likely not fully working. BSD
July 27, 2009 BSD
All times are GMT -4. The time now is 10:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy