Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Where can I get a Free Shell Account? Post 19300 by LivinFree on Tuesday 9th of April 2002 03:59:03 AM
Old 04-09-2002
Shellyeah is shutting down (or is it already down?).
I am pretty sure sdf.lonestar.org (freeshell.org) is still going though.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix shell account

i purchased a unix shell account and got myself into a bit of trouble with my providers heh i got 3 automated emails telling me i had 3 background processes running, and my limit is two, which i knew. after a couple of emails between myself and a human being, he suggested i look up... (2 Replies)
Discussion started by: turf
2 Replies

2. UNIX for Dummies Questions & Answers

Free shell account from work office

How do I get a freeshell account from my office @ work? I've tried sdf.lonestar.org with no luck. Tha Geek (1 Reply)
Discussion started by: geek757
1 Replies

3. AIX

AIX shell account

I am just wondering if there is a way I can obtain a free shell account for an AIX server that I can make test drive on it. I tried google search and ibm's web site but couldn't find anything.. regards, (2 Replies)
Discussion started by: milhan
2 Replies

4. UNIX for Dummies Questions & Answers

Free UNIX account with installation privileges or install Ubuntu

Hello, I need to install a program that can only be run in unix. I dont have unix on my system. Does anyone know of any free shell accounts with install permissions. I know that there are free shell accounts available on web , but those are without install permission. Does installing Ubuntu... (7 Replies)
Discussion started by: akc
7 Replies

5. UNIX for Dummies Questions & Answers

need a stable proxy server or free ssh account to visit blocked sites, who can help?

In our country, blogspot.com, twitter.com facebook.com....and more excellent sites are blocked by the Goverment FireWall, who can help me ? thanks a lot for your kind. (2 Replies)
Discussion started by: shuke
2 Replies

6. UNIX for Dummies Questions & Answers

User account with no login shell

Hi All, I was reading a tutorial for Installing Tomcat on Linux machine. (http://www.puschitz.com/InstallingTomcat.html) Here the author had mentioned that: For security reasons I created a user account with no login shell for running the Tomcat server. My question is: 1. What is a User... (6 Replies)
Discussion started by: jw_amp
6 Replies

7. Red Hat

How to list shell of account?

Hello. I have been trying to figure out something very simple that I know I've done before; which is list the shell of a specific account. In this case it is the account: "news". I know how to change the shell using chsh, just not list it. I want output like "/bin/sh" only. Any thoughts or... (5 Replies)
Discussion started by: austinharris43
5 Replies

8. Red Hat

List shell of specific account

Hi everyone. I am wondering how I would accomplish outputting the shell of a specific account on a single line of output. For example I would like to list the shell of 'news' as... /bin/sh providing its current shell is /bin/sh. This probably is a simple answer that I haven't been able to... (2 Replies)
Discussion started by: austinharris43
2 Replies

9. UNIX for Dummies Questions & Answers

Free shell account for UNIX.

Hi I want to practice UNIX on my computer. I need a free shell account.. tcsh - in specific .. anyone who can help? thanks in advance I googled it on the web- but was unable to download.. after clicking on each link.. (8 Replies)
Discussion started by: swathi123
8 Replies
obrotate(1)						      User's Reference Manual						       obrotate(1)

NAME
obrotate -- batch-rotate dihedral angles matching SMARTS patterns SYNOPSIS
obrotate 'SMARTS-pattern' filename atom1 atom2 atom3 atom4 angle DESCRIPTION
The obrotate program rotates the torsional (dihedral) angle of a specified bond in molecules to that defined by the user. In other words, it does the same as a user setting an angle in a molecular modelling package, but much faster and in batch mode (i.e. across multiple molecules in a file). The four atom IDs required are indexes into the SMARTS pattern, which starts at atom 0 (zero). The angle supplied is in degrees. The two atoms used to set the dihedral angle <atom1> and <atom4> do not need to be connected to the atoms of the bond <atom2> and <atom3> in any way. The order of the atoms matters -- the portion of the molecule attached to <atom1> and <atom2> remain fixed, but the portion bonded to <atom3> and & <atom4> moves. EXAMPLES
Let's say that you want to define the conformation of a large number of molecules with a pyridyl scaffold and substituted with an aliphatic chain at the 3-position, for example for docking or 3D-QSAR purposes. To set the value of the first dihedral angle to 90 degrees: obrotate 'c1ccncc1CCC' pyridines.sdf 5 6 7 8 90 Here 6 and 7 define the bond to rotate in the SMARTS patter, i.e., c1-C and atoms 5 and 8 define the particular dihedral angle to rotate. Since the atoms to define the dihedral do not need to be directly connected, the nitrogen in the pyridine can be used: obrotate 'c1ccncc1CCC' pyridines.sdf 4 6 7 8 90 Keep the pyridyl ring fixed and moves the aliphatic chain: obrotate 'c1ccncc1CCC' pyridines.sdf 5 6 7 8 90 Keep the aliphatic chain fixed and move the pyridyl ring: obrotate 'c1ccncc1CCC' pyridines.sdf 8 7 6 5 90 SEE ALSO
babel(1), obchiral(1), obfit(1), obgrep(1), obprop(1), obrotate(1). The web pages for Open Babel can be found at: <http://openbabel.org/> A guide for constructing SMARTS patterns can be found at: <http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html> AUTHORS
The obgrep program was contributed by Fabien Fontaine Open Babel is developed by a cast of many, including currrent maintainers Geoff Hutchison, Chris Morley, Michael Banck, and innumerable oth- ers who have contributed fixes and additions. For more contributors to Open Babel, see <http://openbabel.org/wiki/THANKS> COPYRIGHT
Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc. Some portions Copyright (C) 2001-2005 by Geoffrey R. Hutchison and other contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABIL- ITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Open Babel 2.2 July 4, 2008 Open Babel 2.2
All times are GMT -4. The time now is 11:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy