|
c******y 发帖数: 37 | 2 uname -r
cat /etc/release |
|
n*o 发帖数: 442 | 3 发 表 人:Po_Qi(窈窕淑女君子好好的 版面名称:Unix[2316]
文章提要:Solaris FAQ
源 发 站:中国科大BBS站(Tue, 02 Nov 1999 15:44:26)
7%
Solaris FAQ
问:Solaris能够运行在哪些平台上?
答:Solaris有两种版本,运行在以SPARC
CPU为平台的SUN工作站上的Sparc版和运行在 Intel
PC平台的Intel版,也称作X86版,在普通PC上需要安装Intel版。
问:常见的Solaris有哪些版本?
答:常见的Solaris主要有2.5, 2.6和Solaris 7. 在Solaris的命令提示符下使用
uname -a 命令可以列 |
|
x****s 发帖数: 318 | 4 Fro SGI IRIX, use hinv.
uname only gives os info. |
|
c*****t 发帖数: 1879 | 5 1. what kind of machine/OS is it? type
uname -a
to find out
2. If it is a Solaris machine, then autohome manages
/home directory is auto nfs mount of a directory
at somewhere else. Check /etc/autohhome. |
|
m*******m 发帖数: 182 | 6
What OS are you running? (What does `uname -a` report?)
What
is the content in /etc/syslogd.conf?
`man fstat` |
|
m*******m 发帖数: 182 | 7 No tanks (peace to the world! :)
Pre-build version probaly wont work, cuz there are share
objects involved.
They could be under different directories. In your case,
maybe there isnt
at all since you may not have the development package (cc
and others)
installed.
Find out what version of SunOS you are running. (`uname -a')
Try to locate 'cc'. It may be under /usr/ucb. And try to
build it again. |
|
n*o 发帖数: 442 | 8 uname --all
Solaris 2.6 == SunOS5.6
... |
|
j**t 发帖数: 439 | 9 How can I find the type of my processor? I used: uname -a, it displayed
IRIX64 name 6.5 04191225 IP27.
Which option should I use? |
|
m****m 发帖数: 165 | 10 Run sys-unconfig and answer yes to reconfigure your
networking.
If you are running Solaris 2.6, type 'uname -v' to see the
current kernel version, make sure the last 2 digits over 09.
Otherwise, you will not be able to boot up after
sys-unconfig. You need to download the latest kernel patch
for upgrading kernel (which you should do anyway).
After rebooting, when it asks your to join the network,
answer yes. For network services, answer 'none. Then just
following the instruction.
After reboot |
|
|
s******s 发帖数: 35 | 12 Unix用户如何在酒馆勾搭美眉!(少儿不益)
文章来源: 老鼓手 于 6/9/2001 9:14:00 AM:
find
talk
whoami
whatis
uname
quota
set
mv
whereis
unzip
strip
touch
finger
top
mount
compress
!!
more
yes
jobs
umount
sleep |
|
j***y 发帖数: 87 | 13 export PATH=/dept/..../`uname` |
|
m****f 发帖数: 32 | 14 How can I check the remote host parameters like memory size, speed of CPU,
size of hard drive, number of hard disks?
I used "uname -a" and it just showed the following information:
OSF1 something.myuniversityname.edu V4.0 1229 alpha
I think it means that the OS is OSF1, version 4.0 1229, and the CPU is
alpha. Nothing more about the remote host.
I wanna know more about it, any guru please? |
|
l*l 发帖数: 225 | 15 uname -a
or look at the machine you are using, they show have some logo on it:
HP HPUN
SUN Solaris/SUN OS
IBM AIX
SGI IRIX
Compaq OSF
Compaq Trye 64
SCO UNIX Ware
Apple MAC OS X
Other may be BSD like, Linux Like, Minix Like, .... |
|
|
o***z 发帖数: 133 | 17 这些东东用uname -a之类的命令不能得到吗
user可以用whoami或者$<($UID) |
|
j*c 发帖数: 97 | 18 good idea. but how to redirect the output of "uname" or "whoami" to
a scalar variable in perl? |
|
o***z 发帖数: 133 | 19 chomp($output=`uname -a`); |
|
o***z 发帖数: 133 | 20 i don't think exec or system can invoke a system call
`uname -a` can't either |
|
f*****r 发帖数: 229 | 21 In solaris: fpversion, uname -a |
|
m***m 发帖数: 67 | 22 for local machine can use "uname -n" |
|
|
s**s 发帖数: 242 | 24 sorry,username和password是应该在一行,
很久以前在学校曾用这方法偷email服务器上的流量:),
肯定是行得通的!
在我的机器上试了一下:
ftp.sh:
ftp -ni<<_EOF
open server
user uname passwd
dir
quit
_EOF
然后sh ftp.sh>log &
肯定没问题! |
|
W****n 发帖数: 141 | 25 uname -a
How can I find out the version number of solaris? thanks! |
|
|
|
|
f***d 发帖数: 101 | 29 try
uname -v
psrinto -v
prtconf | grep -ni Mem
it works for my Sparcstation SunOS 4, I had, cpu, op version, memery
information out of these three. |
|
|
i******l 发帖数: 2 | 31 dependson which os u use, under solaris, use
uname -X to check # of CPUs and
/usr/sbin/prtconf | grep Mem to check memory |
|
m**c 发帖数: 90 | 32
A more user-friendly report can be obtained like this:
1. # uname -a
The last word from above indicates the CPU architecture, for example
"SUNW,Ultra-60"
2. # cd /usr/platform//sbin
for example:
# cd /usr/platform/SUNW,Ultra-60/sbin
3. # ./prtdiag
Hope this helps.
楚
像
我 |
|
|
|
|
|
T********r 发帖数: 6210 | 37
uname -a
SunOS 5.4 - Solaris 2.4
SunOS 5.5 - Solaris 2.5
SunOS 5.6 - Solaris 2.6
SunOS 5.7 - Solaris 7
SunOS 5.8 - Solaris 8
SunOS 5.9 - Solaris 9
SunOS 5.10 - Solaris 10
/usr/sbin/pkgadd, guess it's in the base system |
|
c******y 发帖数: 37 | 38
uname -a
cat /etc/release
http://www.ocf.berkeley.edu/solaris/versions/
Two more versions:
5.9 9 2002 sun4m,sun4d,sun4u, x86
5.10 10 2005 sun4m,sun4d,sun4u, x86, AMD64
pkgadd is in the base system, and under /usr/sbin. |
|
|
i**o 发帖数: 13 | 40 想知道cpu的信息,在网上找到这个命令
/usr/platform/`uname -i`/sbin/prtdiag
得到的结果如下。那么是不是说cpu只有248mhz?
另外到底有几个cpu? 6?
谢谢。
System Configuration: Sun Microsystems sun4u 4-slot Sun Enterprise 3000
System clock frequency: 82 MHz
Memory size: 1280Mb
========================= CPUs =========================
Run Ecache CPU CPU
Brd CPU Module MHz MB Impl. Mask |
|
t*****g 发帖数: 1275 | 41 /usr/platform/`uname -i`/sbin/prtdiag -v
or
/usr/sbin/prtpicl -v -c cpu
All the info you need.. |
|
f**y 发帖数: 368 | 42 【 以下文字转载自 Linux 讨论区 】
发信人: fycy (FeiYueChongYang), 信区: Linux
标 题: 还是只认3.6G内存,大虾分析一下把
发信站: BBS 未名空间站 (Thu May 8 13:20:55 2008)
>uname -a
Linux 2.6.24.5-85.fc8PAE #1 SMP Sat Apr 19 12:05:30 EDT 2008 i686 i686 i386
GNU/Linux
>free -m
total used free shared buffers cached
Mem: 3677 509 3167 0 18 247
-/+ buffers/cache: 243 3433
Swap: 2047 0 2047
BIOS里面显示4096MB, 400MHz, dual channel |
|
|
t*****g 发帖数: 1275 | 44 CC/Solaris version?
It cored on my x86 machine.
$ /opt/SUNWspro/bin/CC -V
CC: Sun C++ 5.9 SunOS_i386 Patch 124864-01 2007/07/25
$ uname -a
SunOS * 5.10 Generic_118844-27 i86pc i386 i86pc |
|
y****u 发帖数: 57 | 45 Save below into file like install_kentsrc.sh, chmod to 755, and run it.
Tested under Linux Ubuntu 10.10.
======
#!/bin/bash
#run 'uname -m' to check your MACHTYPE
export MACHTYPE=x86_64
#run 'mysql_config --include' to check your MYSQLINC
export MYSQLINC='/usr/include/mysql'
#run 'mysql_config --libs' to check your MYSQLLIBS
export MYSQLLIBS='-Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -
lmysqlclient'
# download or update kent source package.
SOFTDIR=${HOME}/tests
cd $SOFTDIR
if [ ! -d k... 阅读全帖 |
|
l**********1 发帖数: 5204 | 46 Here you go
Medical doctors relatives:
25th Annual International Symposium on Endovascular Therapy 2013 (Miami, Fl)
January 19 - 23, 2013
Fontainebleau Miami Beach
Miami Beach
link:
//www.ncme.ca/calendar/events/index.php?com=detail&eID=2464
more 2013 events:
http://www.ncme.ca/calendar/events/index.php
====
Developmental Biology realtives
72nd Annual Meeting/17th International Congress of Developmental Biology
June 16 - 20, 2013, Cancun, Mexico
link:
//www.inb.unam.mx/isdb/index.html
more 2013 ... 阅读全帖 |
|
|
i**g 发帖数: 134 | 48 -lmpi
是你用的mpiifort自动添加的包含mpi库
FC_OPT=/opt/intel/mpi/3.1/bin/mpiifort
你执行make的机器的体系结构同mpi库不一致
比如你现在用的机器可能是 x86_64 的,但是mpi库是32位版本
最好是到当时安装mpi的时候的机器上进行编译,
或者用
uname -a
看看你的机器结构,然后找对应的 mpiifort
femsim |
|
|
d**g 发帖数: 1031 | 50 网上看来的, 我擦, 都不太会做.已经没法子跳槽啦.
1、我们公司的产品是集成电路,请描述一下你对集成电路的认识,列举一些与集成电
路
相关的内容(如讲清楚模拟、数字、双极型、CMOS、MCU、RISC、CISC、DSP、ASIC、
FPGA
等的概念)。(仕兰微面试题目)
2、FPGA和ASIC的概念,他们的区别。(未知)
答案:FPGA是可编程ASIC。
ASIC:专用集成电路,它是面向专门用途的电路,专门为一个用户设计和制造的。根据
一
个用户的特定要求,能以低研制成本,短、交货周期供货的全定制,半定制集成电路。
与
门阵列等其它ASIC(Application Specific IC)相比,它们又具有设计开发周期短、设
计
制造成本低、开发工具先进、标准产品无需测试、质量稳定以及可实时在线检验等优点
3、什么叫做OTP片、掩膜片,两者的区别何在?(仕兰微面试题目)
4、你知道的集成电路设计的表达方式有哪几种?(仕兰微面试题目)
5、描述你对集成电路设计流程的认识。(仕兰微面试题目)
6、简述FPGA等可编程逻辑器件设计流程。(仕兰微面试题目)
7、I... 阅读全帖 |
|