Search Results

Search: Posts Made By: benlutgens
7,046
Posted By benlutgens
try using a pipe?
try cat sometextfile | wall

also you wouldn't want to "quote" the path when you're using shell redirect.
so wall < "/path/to/file" would cause that to be a literal string.

wall <...
Forum: Red Hat 03-12-2008
10,619
Posted By benlutgens
qlogic fibre utilties
I prefer "scli" from qlogic, get it the same place you get drivers:

Support: Download Drivers / OS Detail...
2,873
Posted By benlutgens
If for some reason you are unable/unauthorized to...
If for some reason you are unable/unauthorized to setup ssh keys, you can use an expect script, or a perl script to do that. There are security concerns with putting a password in a plaintext file...
37,284
Posted By benlutgens
you can 'sleep' for specified amount of time as...
you can 'sleep' for specified amount of time as well,
"man sleep" for details.
Forum: Linux 12-02-2007
5,975
Posted By benlutgens
google for winscp2 also. very handy
google for winscp2 also. very handy
17,623
Posted By benlutgens
:%s/{CTRL+V}{CTRL+M}//{Enter} should work too. ...
:%s/{CTRL+V}{CTRL+M}//{Enter}
should work too.

I find it easier to just keep a couple shell aliases around
alias unix2dos="perl -i -pe 's/\r//g'"
alias dos2unix="perl -i -pe 's/\n/\r\n/'"
...
Forum: HP-UX 11-24-2007
3,638
Posted By benlutgens
Something like this should work: ...
Something like this should work:

FIELD_ONE=$(echo $VAR | cut -d: -f 1)

where $VAR is a variable that holds the info of which you speak. If you need more than that you'll want to dig into your...
Forum: SuSE 11-24-2007
11,085
Posted By benlutgens
You can only have one default route. You can have...
You can only have one default route. You can have routes added for a specific network however and "man route" will show you the right way to do that for your system.

Also you may add as many dns...
Forum: Linux 11-04-2007
9,896
Posted By benlutgens
Perhaps what you're looking for is as simple as...
Perhaps what you're looking for is as simple as kernel params

I don't know if these will have the desired effect for you or not, but its worth a try. You can set these with the sysctl command on...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 05:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy