24小时热门版块排行榜    

查看: 1977  |  回复: 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的回帖

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

您的意思是软件已经设置好了?
可是里面的程序还是有不可以运行的。
是软件的问题吗?
感谢您的回答!
4楼2010-06-25 18:48:00
已阅   回复此楼   关注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的回帖

kile

木虫 (小有名气)


小木虫(金币+0.5):给个红包,谢谢回帖交流
引用回帖:
Originally posted by Kenneth_Wang at 2010-06-25 18:50:05:

感谢回复,这是shelxtl软件,解析单晶数据的软件,只有RPM版本的安装包。
如果您有deb版的,请共享一份?
谢谢啦!

sudo apt-get install drawxtl

不知道这个是不是你想要的
6楼2010-06-26 12:53:27
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

kile

木虫 (小有名气)


小木虫(金币+0.5):给个红包,谢谢回帖交流
引用回帖:
Originally posted by Kenneth_Wang at 2010-06-25 18:50:05:

感谢回复,这是shelxtl软件,解析单晶数据的软件,只有RPM版本的安装包。
如果您有deb版的,请共享一份?
谢谢啦!

http://shelx.uni-ac.gwdg.de/SHELX/

这个网页说了怎样获得源代码。好像需要编译。
7楼2010-06-26 12:56:10
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

Kenneth_Wang

木虫 (小有名气)

引用回帖:
Originally posted by kile at 2010-06-26 12:53:27:


sudo apt-get install drawxtl

不知道这个是不是你想要的

不是这个软件。
感谢回复!

8楼2010-07-02 18:09:35
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

Kenneth_Wang

木虫 (小有名气)

引用回帖:
Originally posted by kile at 2010-06-26 12:56:10:


http://shelx.uni-ac.gwdg.de/SHELX/

这个网页说了怎样获得源代码。好像需要编译。

感谢回复!
这个是shelx,我想要的是shelxtl,比shelx多几个程序。
偷偷地说一下,这个是商业软件。
谢谢您啦!
9楼2010-07-02 18:11:34
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

kile

木虫 (小有名气)


小木虫(金币+0.5):给个红包,谢谢回帖交流
引用回帖:
Originally posted by Kenneth_Wang at 2010-07-02 18:11:34:

感谢回复!
这个是shelx,我想要的是shelxtl,比shelx多几个程序。
偷偷地说一下,这个是商业软件。
谢谢您啦!

不好意思。这个我是真不知道了。我觉得如果这个东西对你们课题组的研究很重要,你可以让你老板出钱买个
10楼2010-07-03 09:32:39
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 Kenneth_Wang 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 本人考085602 化学工程 专硕 +7 不知道叫什么! 2026-03-15 8/400 2026-03-15 20:11 by 棒棒球手
[考研] 0703化学调剂 290分有科研经历,论文在投 +3 腻腻gk 2026-03-14 3/150 2026-03-15 17:28 by 小物理化学
[基金申请] 国自科面上基金字体 +4 iwuli 2026-03-12 5/250 2026-03-15 17:07 by 风云无泪
[考研] 中科大材料与化工319求调剂 +3 孟鑫材料 2026-03-14 3/150 2026-03-14 20:10 by ms629
[考研] 211本,11408一志愿中科院277分,曾在中科院自动化所实习 +3 Losir 2026-03-12 3/150 2026-03-14 12:11 by 热情沙漠
[考研] 297求调剂 +4 学海漂泊 2026-03-13 4/200 2026-03-14 11:51 by 热情沙漠
[考研] 293求调剂 +5 上班不着吉 2026-03-09 5/250 2026-03-14 02:37 by JourneyLucky
[考研] 295复试调剂 +5 简木ChuFront 2026-03-09 5/250 2026-03-14 01:29 by JourneyLucky
[考研] 307求调剂 +7 超级伊昂大王 2026-03-10 7/350 2026-03-14 00:49 by JourneyLucky
[考研] 0856材料与化工309分求调剂 +6 ZyZy…… 2026-03-10 6/300 2026-03-14 00:38 by JourneyLucky
[考研] 279求调剂 +3 抓着星星的女孩 2026-03-10 3/150 2026-03-13 23:47 by userper
[考研] 复试调剂 +9 Copy267 2026-03-10 9/450 2026-03-13 23:45 by userper
[考研] 0805,333求调剂 +3 112253525 2026-03-10 3/150 2026-03-13 23:42 by JourneyLucky
[考研] 0703,333分求调剂 一志愿郑州大学-物理化学 +3 李魔女斗篷 2026-03-11 3/150 2026-03-13 22:24 by JourneyLucky
[考研] [0860]321分求调剂,ab区皆可 +4 宝贵热 2026-03-13 4/200 2026-03-13 22:01 by 星空星月
[考研] 302求调剂 +6 负心者当诛 2026-03-11 6/300 2026-03-13 16:11 by JourneyLucky
[考研] 285求调剂 +4 ytter 2026-03-12 4/200 2026-03-13 14:48 by jxchenghu
[考研] 工科0856专硕化学工程269能调剂吗 +10 我想读研11 2026-03-10 10/500 2026-03-13 10:14 by Yuyi.
[考研] 085600 材料与化工 295 求调剂 +10 dream…… 2026-03-10 12/600 2026-03-12 13:46 by dream……
[考博] 26申博求助 +3 跳跃饼干 2026-03-10 4/200 2026-03-10 21:15 by Tntcnn
信息提示
请填处理意见