Sponsored Content
Full Discussion: What is this system worth?
Top Forums UNIX for Dummies Questions & Answers What is this system worth? Post 302610561 by vbe on Wednesday 21st of March 2012 11:54:52 AM
Old 03-21-2012
It cant be worth much now...but cant say more for we have no idea of model and caracteristics ( processor model amount of RAM disk size...)
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Java - is it worth learning?

I have the opportunituy of learning basics/intermediate jave for 600 Euro. Is this worth learning?? (4 Replies)
Discussion started by: frustrated1
4 Replies

2. UNIX for Dummies Questions & Answers

Is learning Unix worth it?

Hello. I am a comp sci major and am forced to take a intro to Unix class. So far i am loving it. I was wondering is it useful to learn more off on my own? Will it have any use to me when i get a job after school is done? Same applies to Perl Sed and Awk? (5 Replies)
Discussion started by: smiledk1
5 Replies

3. UNIX for Dummies Questions & Answers

Is Unix Worth it?

I have been wanting to get much deaper into the world of computers for quite some time. I know a lot of c++, and plenty of website programming, and decided that the next step should be Unix. But here's the thing - I know nothing about Unix. I installed it and everything, but it just seemed like... (3 Replies)
Discussion started by: GuyWithAPen
3 Replies

4. Shell Programming and Scripting

How do i get only last 5 minute worth of data

I have a text file called 'tomcat_temp_out'. I want to get only last 5 minute worth of data from this file and redirect those data into another fule. Could you please help to work on this? (2 Replies)
Discussion started by: shivanete
2 Replies

5. What is on Your Mind?

Has anyone in this forum tried a hybrid HDD, is it worth?

I'm looking for a new internal hard drive for my desktop PC. Having a look at some 'techie' sites I ran along some reviews of hybrid drives which supposedly combine the high capacity storage of magnetic drives with the fast performance of SSDs. For example this 500 GB Seagate has 4 GB NAND... (4 Replies)
Discussion started by: verdepollo
4 Replies

6. What is on Your Mind?

Is M.Sc (FOSS) worth doing?

Recently while reading an linux magazine I understood that FOSS (Free or open source software) is gaining momentum.. And in my home town there is an reputed university which offers M.Sc online program on FOSS. The course covers: INTRODUCTION TO COMPUTING, PHILOSOPHY AND PRACTICE OF FOSS,... (4 Replies)
Discussion started by: Arun_Linux
4 Replies

7. Linux

Are /home partitions worth it?

I'm new to the Linux world and whilst I've been learning the ropes, I've read some conflicting opinions regarding the creation of separate partitions for /home and other directories during OS install. Some say that having these directories in separate partitions allows you to reinstall without... (12 Replies)
Discussion started by: maerlyngb
12 Replies

8. Programming

Is C worth the effort?

Hello guys, I have a little question. I think about learning c or c++ because im very interessted in low Level programming. And because i love Unix Too i thought C would be the better choice since Most it Done in c. Or should i learn c++? Because C++ has all this nice Features like oop and... (9 Replies)
Discussion started by: dryPants
9 Replies

9. What is on Your Mind?

Are certifications worth it?

I have just been on RedHat SA 3 training course (4 days) and sat exams EX200 (RHCSA) and EX300 (RHCE) The daft thing was that politics meant I wasn't allowed to take courses SA 1 or 2. So I learnt about stuff I would never use (SELinux; iSCSI; NFS Kerberos encrypted with user specific access... (22 Replies)
Discussion started by: rbatte1
22 Replies
LOINS(3)						 MBK LOGICAL STRUCTURE DEFINITIONS						  LOINS(3)

NAME
loins - mbk logical instance DESCRIPTION
The loins is used to describe an instance of the logical view of a figure. The declarations needed to work on loins are available in the header file "/labo/include/mlo404.h", where '404' is the actual mbk version. The following C structure supports the description of the logical instance : typedef struct loins { struct loins *NEXT; struct locon *LOCON; char *INSNAME; char *FIGNAME; struct ptype *USER; } loins_list; NEXT Pointer to the next loins of the list. INSNAME Local name of the instance. It identifies the instance at a given hierarchical level, so it should unique. When working on both layout and netlist views of a cell, instance names should be the same on each representation. FIGNAME Name of the model of the instanciated cell. LOCON Pointer to the head of the list of connectors of the instance. Consistency between the connectors of the instance and the connectors of its model on disk is not ensured by the parsers, because a model local to the file beeing parsed is used, not the possible model on disk. See locon(3) for details. USER Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share informations on the instance. SEE ALSO
mbk(1), addloins(3), getloins(3), delloins(3), locon(3), lofig(3), ptype(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 LOINS(3)
All times are GMT -4. The time now is 08:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy