Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Should my new netbook have linux or XP? Post 302265796 by Ikon on Monday 8th of December 2008 02:54:55 PM
Old 12-08-2008
When you buy a laptop and want to run linux DOUBLE check the wifi and ethernet hardware is supported.

I thought I spent alot of time researching my last laptop purchase but I didnt realize the wifi and ethernet was SO new it wasnt supported, even with NDIS. It is now supported and now I dual boot Ubuntu and Vista. There are some programs I use on windows and have to have it. If it wasnt for 1 or 2 programs I would completely run Linux.
 

3 More Discussions You Might Find Interesting

1. IP Networking

Problem With Internet Under Ubuntu Intrepid Ibex Netbook Remix

Hello, I have an Eee PC 904D that i use for development, because it's tiny and little, but i have a PC too. But in my Eee PC that i have Ubuntu Intrepid Ibex with the Netbook Remix, when i want to use the ethernet cable for thhe internet i connect it and tryes to connect, but in aproximatly 10... (7 Replies)
Discussion started by: nathanpc
7 Replies

2. News, Links, Events and Announcements

Intel Offers Developer Kit For Future Atom Processor Netbook Apps

Just wanted to let you know that Intel's published the beta SDK for the Intel Atom Developer Program. That means you can now submit your Windows or Moblin apps for netbooks so you're ready to make money when the OEM stores go live next year. There are some big prizes (holiday, car) on offer for the... (0 Replies)
Discussion started by: Becky_Moblin
0 Replies

3. UNIX for Dummies Questions & Answers

how to install linux on a netbook with no cd-rom?

I just posted but thought it would be more interesting to try to figure out how to install a linux distro on a comp with no cd-rom i know about virtual drives and all that but to get a program free via download or torrent how and do you need a virtual drive and a virtual burner to mount the ISO... (1 Reply)
Discussion started by: BizilStank
1 Replies
TAILF(1)							   User Commands							  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. -V, --version Output version information and exit. -h, --help Display help and exit. 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 package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux February 2003 TAILF(1)
All times are GMT -4. The time now is 06:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy