24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 2003  |  回复: 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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 一志愿河北工业大学0817化工278分求调剂 +9 jhybd 2026-03-23 14/700 2026-03-29 21:11 by 3Strings
[考研] 317分 一志愿南理工材料工程 本科湖工大 求调剂 +10 芋泥小铃铛 2026-03-28 10/500 2026-03-29 20:51 by 无际的草原
[考研] 一志愿:西北大学,英一数一408-284分求调剂 +4 12.27 2026-03-27 4/200 2026-03-29 14:40 by zhshch
[考研] 343求调剂 +6 爱羁绊 2026-03-29 6/300 2026-03-29 12:00 by 无际的草原
[考研] 298求调剂 +4 种圣赐 2026-03-28 4/200 2026-03-29 08:42 by q1092522407
[考研] 305求调剂 +8 RuiFairyrui 2026-03-28 8/400 2026-03-29 08:22 by fmesaito
[考研] 0703化学 +11 妮妮ninicgb 2026-03-27 11/550 2026-03-29 06:45 by 544594351
[考研] 085701环境工程,267求调剂 +16 minht 2026-03-26 16/800 2026-03-28 12:16 by zllcz
[考研] 0856,材料与化工321分求调剂 +12 大馋小子 2026-03-27 13/650 2026-03-28 10:56 by self2008
[考研] 339求调剂,想调回江苏 +6 烤麦芽 2026-03-27 8/400 2026-03-28 10:40 by 烤麦芽
[考研] 材料求调剂一志愿哈工大324 +7 闫旭东 2026-03-28 9/450 2026-03-28 08:51 by Xu de nuo
[考研] 291求调剂 +7 孅華 2026-03-22 7/350 2026-03-28 04:02 by fmesaito
[考研] 一志愿上海理工能源动力(085800)310分求调剂 +3 zhangmingc 2026-03-27 4/200 2026-03-27 19:01 by 给你你注意休息
[考研] 求调剂 +4 零八# 2026-03-27 4/200 2026-03-27 18:07 by yu221
[考研] 考研化学308分求调剂 +10 你好明天你好 2026-03-23 12/600 2026-03-27 14:43 by shangxh
[考研] 322求调剂 +4 我真的很想学习 2026-03-23 4/200 2026-03-27 13:51 by 杨杨杨紫
[考研] 一志愿天津大学339材料与化工求调剂 +3 江往卖鱼 2026-03-26 3/150 2026-03-26 09:42 by 王小欠i
[考研] 332求调剂 +6 032500 2026-03-25 6/300 2026-03-25 22:45 by 418490947
[考研] 调剂 +4 13853210211 2026-03-24 4/200 2026-03-24 19:44 by ms629
[考研] 269求调剂 +4 我想读研11 2026-03-23 4/200 2026-03-23 21:25 by pswait
信息提示
请填处理意见