Sponsored Content
Full Discussion: Laptop Compatability
Top Forums UNIX for Dummies Questions & Answers Laptop Compatability Post 21328 by bilal_aa on Wednesday 15th of May 2002 10:55:59 AM
Old 05-15-2002
There wasn't necessarily a problem with loading. I am getting ready to buy a laptop and needed to know which brand might be the most compatible with the Solaris 8 platform.Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Hardware compatability

One thing I am learning is that it is hard to find hardware that is compatiple with unix (correct me if I am wrong). I have now installed Corel's version of Linux. How do you know when a piece of hardware (e.g. network card) is or is not working in Unix. I go to the Control centre and see... (1 Reply)
Discussion started by: cantcatchme
1 Replies

2. News, Links, Events and Announcements

HP has new Linux Laptop

Newfactor Cnet story HP Web Site It's cool that they offer it. But it comes with XP Pro. Change that to XP Home and you save $50. Change that to Linux and it costs the same as XP Home. They are not passing the savings to the consumer. (1 Reply)
Discussion started by: Perderabo
1 Replies

3. Linux

Mandrake Compatability

I was just woundering, is mandrake compatible with AMD Athlon processors? I think I have AMD Athlon 2400 XP (5 Replies)
Discussion started by: Kimm
5 Replies

4. BSD

FreeBSD on a Laptop

In this post, hitechredneck said: I lost the C drive in my venerable Inspiron 8200 :eek: I have installed a temporary replacement C drive and I have a Seagate ST910021A on order for it. If I can get that drive to work with my Inspiron 8200, I am going to install a quad boot... (4 Replies)
Discussion started by: Perderabo
4 Replies

5. Windows & DOS: Issues & Discussions

Im new at this and need help with my laptop

Ok, I recently purchased a lapto and the harddrive crashed. I bought a new one and now half of the functions on it wont work. I cant watch DVD's and non eof my Fn keys work. Any suggestions? Also wanting to learn how to program, anybody know a good way to go about it/learn computer languages? (2 Replies)
Discussion started by: beachbummer88
2 Replies

6. BSD

NetBSD on OLD laptop

I want to install NetBSD on the Compaq LTE 5000. ("Of course it runs NetBSD!!") But the laptop does NOT have a CD-ROM drive. How can I solve?? Thanks for any reply! :) PS: I hope i'm posting in the right item... (2 Replies)
Discussion started by: mghis
2 Replies

7. UNIX for Dummies Questions & Answers

Laptop for unix

I like Unix systems very much. Is there possibility, to buy new modern laptop (something like core i7 3.0GHz, ATI/NVIDIA graphic card with 1024MB, 8GB of RAM) on which I will be able to install Unix systems like BSD and Solaris and use mic and cameras and all stuff with this systems? Thanks in... (4 Replies)
Discussion started by: marcinnnn
4 Replies

8. Shell Programming and Scripting

Sybase 12/15 compatability

This is more a database problem than a shell one, but we have a problem affecting our scripts, so I'm stretching the limits a bit! ;) We're in the process of migrating our application and a large number of associated scripts from Sybase 12.5.4 to Sybase 15. Scripts using 'isql' and 'bcp' include... (1 Reply)
Discussion started by: JerryHone
1 Replies

9. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

10. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies
TAILF(1)						     Linux Programmer's Manual							  TAILF(1)

NAME
tailf - follow the growth of a log file SYNOPSIS
tailf [OPTION] file DESCRIPTION
tailf will print out the last 10 lines of a file and then wait for the file to grow. It is similar to tail -f but does not access the file when it is not growing. This has the side effect of not updating the access time for the file, so a filesystem flush does not occur peri- odically when no log activity is happening. tailf is extremely useful for monitoring log files on a laptop when logging is infrequent and the user desires that the hard disk spin down to conserve battery life. Mandatory arguments to long options are mandatory for short options too. -n, --lines=N, -N output the last N lines, instead of the last 10. AUTHOR
This program was originally written by Rik Faith (faith@acm.org) and may be freely distributed under the terms of the X11/MIT License. There is ABSOLUTELY NO WARRANTY for this program. The latest inotify based implementation was written by Karel Zak (kzak@redhat.com). SEE ALSO
tail(1), less(1) AVAILABILITY
The tailf command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. 13 February 2003 TAILF(1)
All times are GMT -4. The time now is 05:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy