Search Results

Search: Posts Made By: upengan78
3,849
Posted By Corona688
sed 's/Subject: /Subject: extra stuff/' input >...
sed 's/Subject: /Subject: extra stuff/' input > output
Forum: Ubuntu 11-05-2010
2,842
Posted By pludi
Since 9.10 (I think), Ubuntu uses Grub2 instead...
Since 9.10 (I think), Ubuntu uses Grub2 instead of Grub, and the old menu.lst has been replaced by /boot/grub/grub.cfg, which shouldn't be edited manually. Instead, modify /etc/default/grub and the...
Forum: Linux 09-13-2010
6,944
Posted By Corona688
Where it installs is controlled by what options...
Where it installs is controlled by what options you gave ./configure. Try ./configure --help if you're curious. Most binary distros split packages into base and -dev versions to save space, since...
Forum: Linux 09-13-2010
6,944
Posted By Corona688
Usually you'd install using your distro's package...
Usually you'd install using your distro's package manager instead of building from source unless there's an extremely good reason not to. Packages for your distro know where everything belongs,...
1,481
Posted By joeyg
C:\cygwin\tmp>tr "=" " " <up.txt | tr -d "'" |...
C:\cygwin\tmp>tr "=" " " <up.txt | tr -d "'" | gawk '{print "- profile:\n title: "$2"\n sshparams: "$4,$5"\n type: host\n geometry:"}'
- profile:
title: ada
sshparams: -Y...
1,481
Posted By joeyg
Someting like this...
C:\cygwin\tmp>tr "=" " " <up.txt | tr -d "'" | gawk '{print "- profile:\n title: "$2"\n sshparams: "$4,$5}'
- profile:
title: ada
sshparams: -Y username@da.domain.com
- profile:
title:...
Showing results 1 to 6 of 6

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