24小时热门版块排行榜    

查看: 2285  |  回复: 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的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 欢迎发来filecode的Mz6后的代码验证其规律 +36 医学老男孩 2026-08-13 85/4250 2026-08-17 21:23 by lcmdlut
[基金申请] filecode=后面第一个是大写字母 +8 wangze12014 2026-08-14 10/500 2026-08-17 17:05 by xter9665
[基金申请] 时间戳变了,能看出什么问题? +4 基诺咪客 2026-08-17 4/200 2026-08-17 16:10 by Vivilian
[基金申请] 今天系统多次维护,明天很可能放榜! +8 zju2000 2026-08-16 9/450 2026-08-17 12:20 by lmz0216
[基金申请] 时间戳又变了8-15 +13 archvillain 2026-08-15 25/1250 2026-08-16 20:13 by zhaosm1982
[基金申请] 2027广东省杰青 +3 奶牛小黑 2026-08-15 6/300 2026-08-16 20:07 by 奶牛小黑
[基金申请] 快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。 +3 Tide man 2026-08-14 3/150 2026-08-16 17:47 by jurkat.1640
[基金申请] 咱们一起用铁证分析2026国家社科基金中标与否 +7 启萌科技 2026-08-12 26/1300 2026-08-16 12:35 by 启萌科技
[基金申请] 有时候,自然基金真的不能太认真 (我的申报经验) +10 majunge000 2026-08-11 12/600 2026-08-16 08:18 by xli1984
[精细化工] 招聘 金属平磨液,抛光液研发工程师 +3 小天0311 2026-08-14 3/150 2026-08-16 07:31 by H9PLUS
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
[基金申请] 是这周出结果还是下周出结果? +4 yuleib84 2026-08-11 4/200 2026-08-14 23:05 by lfy8008
[硕博家园] 读博的好处 +4 lnee 2026-08-11 4/200 2026-08-14 10:20 by ahsoarli
[基金申请] 重要来源:本周末出结果 +10 瞬息宇宙 2026-08-12 10/500 2026-08-13 15:46 by likettle
[基金申请] 不应该看fileCode +7 且听虎啸 2026-08-12 9/450 2026-08-13 14:27 by flydreamws
[基金申请] Filecode 又变了,巨变 +3 WH3796 2026-08-12 4/200 2026-08-13 14:13 by 小木虫6752397
[基金申请] 分享一下我之前已中青C的计划书的filecode +4 布布和一二 2026-08-11 5/250 2026-08-13 12:56 by cratir
[基金申请] 结合人工智能,周易传统文化,filecode打分制来了,3分以上希望很大。 +3 Tide man 2026-08-12 4/200 2026-08-13 08:35 by ZJTJZ
[基金申请] 2019年青年基金涵评意见,大家看看几个A,几个B? +11 Tide man 2026-08-11 11/550 2026-08-13 07:35 by 撸猫猫
[基金申请] 什么时候出结果,有咨询渠道??? +3 Tide man 2026-08-11 3/150 2026-08-11 17:54 by kudofaye
信息提示
请填处理意见