Portrait: LinuxToday managing editor Carla Schroder


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Portrait: LinuxToday managing editor Carla Schroder
# 1  
Old 09-17-2008
Portrait: LinuxToday managing editor Carla Schroder

09-17-2008 01:00 PM
Carla Schroder says she just "kind of wandered into" her current life as a free software advocate and well-known IT journalist. "I don't have much in the way of formal education. But I've always been mechanically inclined - your classic ripping things apart and figuring out how they work. I think that makes open source a natural fit for me."



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. HP-UX

Network Printer Settings-landscape/portrait mode

Hello everyone.. While printing through command line, we can set printing option with -o <lanscape/portrait> to print file in required mode. But i want to know is there any way we can set this as default behaviour for this printer? After configuration any script we can modify for this... (0 Replies)
Discussion started by: laxmikant
0 Replies

2. Shell Programming and Scripting

set EDITOR=vi -> default editor not setting for cron tab

Hi All, I am running a script , working very fine on cmd prompt. The problem is that when I open do crontab -e even after setting editor to vi by set EDITOR=vi it does not open a vi editor , rather it do as below..... ///////////////////////////////////////////////////// $ set... (6 Replies)
Discussion started by: aarora_98
6 Replies
Login or Register to Ask a Question
RESIZE_LFS(8)						    BSD System Manager's Manual 					     RESIZE_LFS(8)

NAME
resize_lfs -- resize a mounted log-structured filesystem SYNOPSIS
resize_lfs [-v] [-s new-size] mounted-file-system DESCRIPTION
resize_lfs grows or shrinks a mounted log-structured filesystem to the specified size. mounted-file-system is the name of the filesystem to be resized, and new-size is the desired new filesystem size, in sectors. If new-size is not specified, resize_lfs will default to the cur- rent size of the partition containing the filesystem in question. When growing, the partition must be large enough to contain a filesystem of the specified size; when shrinking, resize_lfs must first ``clean'' the segments that will be invalid when the filesystem is shrunk. If this cleaning process results in these segments becoming redirtied, this indicates that the given new size is not large enough to contain the existing filesystem data, and resize_lfs will return an error. EXAMPLES
To resize the file system mounted at /home to 32576 sectors: resize_lfs -s 32576 /home SEE ALSO
fsck_lfs(8), lfs_cleanerd(8), newfs_lfs(8) HISTORY
The resize_lfs command first appeared in NetBSD 3.0. AUTHORS
Konrad Schroder <perseant@NetBSD.org> BUGS
resize_lfs should be able to resize an unmounted filesystem as well. BSD
September 4, 2006 BSD