Search Results

Search: Posts Made By: Pradipta Kumar
1,852
Posted By Yoda
awk 'BEGIN {f=0;}{for(i=1;i<=NF;i++){...
awk 'BEGIN {f=0;}{for(i=1;i<=NF;i++){ if($i=="/*") f=1; if($i=="*/") f=0;
if(f==0&&!($i=="/*"||$i=="*/")) {
$i=(i==NF)?$i RS:$i" "; printf "%s", $i ;
}}
}' named.conf
1,852
Posted By elixir_sinari
Try: perl -p0e 's:/\*.*?\*/::sg' named.conf
Try:
perl -p0e 's:/\*.*?\*/::sg' named.conf
Forum: Red Hat 01-09-2013
3,779
Posted By admin_xor
You can safely turn off the NetworkManager...
You can safely turn off the NetworkManager service. It's good for a Desktop computer but not for a server.
chkconfig NetworkManager off
service NetworkManager stop
Forum: Red Hat 01-09-2013
3,779
Posted By Scrutinizer
It says # Generated by NetworkManager so I would...
It says # Generated by NetworkManager so I would look there for an answer...
Showing results 1 to 4 of 4

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