24小时热门版块排行榜    

查看: 1982  |  回复: 10
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

Kenneth_Wang

木虫 (小有名气)

[交流] 【求助】超级新的新手求助关于linux下环境变量的设置。 已有3人参与

RT
再ubuntu下装了一个rpm软件包,(使用Alien转换成deb后装的)发现一个》.ini文件。看不懂什么意思,好像是环境变量的设置。请老鸟们不吝赐教啊。。。先谢啦!
#

# sxtl.ini for Linux.  The environment variable SXTL points to this file. If

# SXTL is not set, this file must be:  /usr/local/bruker/sxtl.ini  Comments

# begin with '#', defaults in square brackets, '?' = dummy filename.

#

# Define directory containing executable files [SYSD /usr/local/bin/]. Any

# directory may be used, provided that it is in the 'PATH'.

SYSD /usr/local/bin/

#

# Define directory containing examples files [EGSD /usr/local/bruker/egs/].

EGSD /usr/local/bruker/egs/

#

# Define directory containing help files [HLPD /usr/local/bruker/help/].

HLPD /usr/local/bruker/help/

#

# Type of printer for direct raw binary output (L=Laserjet-2, F=Laserjet-3,

# C=Deskjet-550C or compatibles) [RASD F]. See next comment.

RASD F

#

# Spool raw binary file to printer, then delete it [SLPR lpr -v ?; rm ?];

# for SGI [SLPR lp -c -oraw ?; rm ?]. Not likely to be required for Linux,

# it is better to plot via Postscript using DRAW (and SLPS).  

SLPR lpr -v ?; rm ?

#

# Spool Postscript file to printer, then delete it [SLPS lpr ?; rm ?]; for

# SGI a Postscript printer is required.

SLPS lpr ?; rm ?         

#

# Spool ASCII text file to printer, then delete it [SLPT lpr ?; rm ?]; for

# SGI [SLPT lp -c ?; rm ?].

SLPT lpr ?; rm ?

#

# Spotlight intensity, azimuthal and compass angle for space filling (SPIX)

# plots [SPOT 12 60 35]

SPOT 12 60 35

#

# Intensity of soft direct light, diffuse and specular reflection coefficients

# and Phong shading model parameter for SPIX [LITE 4 0.3 0 12]

LITE 4 0.3 0 12

#

# Background color (in XP color table) and intensity for SPIX [BACK 3 3]

BACK 3 3

#

# Overlap and shading gaps for TELP and polp PLOTS [GAPS 80 120].

GAPS 80 120

#

# Initial horizontal window size in pixels; the vertical size is always

# 0.75 times the horizontal size [WSIZ 640].

WSIZ 960

#

# Start in mono (1) or stereo (2) mode for PROJ, PICK and MAPS [EYES 1]

EYES 1

#

# These settings may be changed for a given XP job by entering them as

# XP commands.  Similarly other legal XP instructions may be included in

# this file to change the standard defaults, e.g. LABL, PBOX.  The current

# values of SYSD, EGSD, HLPD, RASD, SLPR, SLPF, SPXP, BACK, LITE, SPOT,

# GAPS, WSIZ, PBOX, EYES and ZOOM instructions etc. can be found out by

# typing the appropriate command into XP without any parameters.

#

ECHO                       XP VERSION 2006/1

ECHO

ECHO Version 2005/1 of XP runs under UNIX/X-Windows but not under Windows.

ECHO The graphics are displayed in a separate fixed size window, but the

ECHO size of this window may be changed (for the next graphical command) by   

ECHO WSIZ followed by the number of pixels (minimum 640) in the horizontal

ECHO direction. The mouse handling has been changed so that it is necessary

ECHO to 'click' on menu items or 'drag' label boxes etc. (with the left

ECHO mouse key down). The middle mouse button (if there is one) may be used

ECHO instead of to skip atom labels (TELP etc.) or to retain atoms

ECHO (PICK, PACK) and the right mouse button skips labels (TELP etc.) or

ECHO deletes the atom (PICK, PACK). Under Linux the text window may be

ECHO scrolled, but does not support command recall. Only the UNIX version

ECHO supports cut and paste. The XP HELP facility should now be up to date.

ECHO
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

Kenneth_Wang

木虫 (小有名气)

引用回帖:
Originally posted by mze04532 at 2010-06-25 00:18:32:
这是一个软件的配置文件,并没有直接设置环境变量的语句,前面定义了一些变量和它们的值,程序会读取这个配置文件,调用变量作为环境变量名,并把变量值作为环境变量的值。
最后输出软件的一些版本信息。

您的意思是软件已经设置好了?
可是里面的程序还是有不可以运行的。
是软件的问题吗?
感谢您的回答!
4楼2010-06-25 18:48:00
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 11 个回答

kile

木虫 (小有名气)

★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
haixing2008(金币+1):多谢交流! 2010-06-25 09:09:16
什么东西非得用RPM装?没有现成的deb?能用就行吧。有些是软件内部格式,不一定能看明白
2楼2010-06-24 02:45:46
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mze04532

金虫 (著名写手)

★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
haixing2008(金币+2):多谢交流! 2010-06-25 09:09:22
这是一个软件的配置文件,并没有直接设置环境变量的语句,前面定义了一些变量和它们的值,程序会读取这个配置文件,调用变量作为环境变量名,并把变量值作为环境变量的值。
最后输出软件的一些版本信息。
3楼2010-06-25 00:18:32
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

Kenneth_Wang

木虫 (小有名气)

引用回帖:
Originally posted by kile at 2010-06-24 02:45:46:
什么东西非得用RPM装?没有现成的deb?能用就行吧。有些是软件内部格式,不一定能看明白

感谢回复,这是shelxtl软件,解析单晶数据的软件,只有RPM版本的安装包。
如果您有deb版的,请共享一份?
谢谢啦!
5楼2010-06-25 18:50:05
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 328求调剂,英语六级551,有科研经历 +3 生物工程调剂 2026-03-16 10/500 2026-03-18 20:41 by Wangjingyue
[考研] 328求调剂,英语六级551,有科研经历 +3 生物工程调剂 2026-03-17 7/350 2026-03-18 20:41 by Wangjingyue
[考研] 【同济软件】软件(085405)考研求调剂 +3 2026eternal 2026-03-18 3/150 2026-03-18 19:09 by 搏击518
[考研] 280求调剂 +6 咕噜晓晓 2026-03-18 7/350 2026-03-18 11:25 by 无际的草原
[考研] 0703化学336分求调剂 +6 zbzihdhd 2026-03-15 7/350 2026-03-18 09:53 by zhukairuo
[考研] 285化工学硕求调剂(081700) +9 柴郡猫_ 2026-03-12 9/450 2026-03-17 10:18 by Sammy2
[考研] 考研调剂 +3 淇ya_~ 2026-03-17 5/250 2026-03-17 09:25 by Winj1e
[考研] 278求调剂 +3 Yy7400 2026-03-13 3/150 2026-03-17 08:24 by laoshidan
[考研] 11408 一志愿西电,277分求调剂 +3 zhouzhen654 2026-03-16 3/150 2026-03-17 07:03 by laoshidan
[考研] 药学383 求调剂 +3 药学chy 2026-03-15 4/200 2026-03-16 20:51 by 元子^0^
[考研] 289求调剂 +4 这么名字咋样 2026-03-14 6/300 2026-03-14 18:58 by userper
[考研] 学硕285求调剂 +13 Wisjxn 2026-03-12 46/2300 2026-03-14 10:33 by JourneyLucky
[考研] 330求调剂 +3 ?酱给调剂跪了 2026-03-13 3/150 2026-03-14 10:13 by JourneyLucky
[考研] 304求调剂 +6 Mochaaaa 2026-03-12 7/350 2026-03-13 22:18 by 星空星月
[考研] [0860]321分求调剂,ab区皆可 +4 宝贵热 2026-03-13 4/200 2026-03-13 22:01 by 星空星月
[考研] 304求调剂 +7 7712b 2026-03-13 7/350 2026-03-13 21:42 by peike
[考研] 26调剂/材料科学与工程/总分295/求收留 +9 2026调剂侠 2026-03-12 9/450 2026-03-13 20:46 by 18595523086
[硕博家园] 085600 260分求调剂 +3 天空还下雨么 2026-03-13 5/250 2026-03-13 18:46 by 天空还下雨么
[考研] 328化工专硕求调剂 +4 。,。,。,。i 2026-03-12 4/200 2026-03-13 14:44 by JourneyLucky
[考博] 福州大学杨黄浩课题组招收2026年专业学位博士研究生,2026.03.20截止 +3 Xiangyu_ou 2026-03-12 3/150 2026-03-13 09:36 by duanwu655
信息提示
请填处理意见