Search Results

Search: Posts Made By: pat_pramod
1,967
Posted By RudiC
Ubuntu comes with apt (apt-get) as the default...
Ubuntu comes with apt (apt-get) as the default package handler, although you seem to have a very basic yum installation on your VM as well.
Try sudo apt install snmp
Forum: Linux 08-04-2015
2,581
Posted By 4walters
A quick Google search shows some problems when...
A quick Google search shows some problems when upgrading Windows in a dual boot configuration. The fix is not too difficult but if you are new to Linux it might be advisable to upgrade Windows, then...
Forum: Linux 08-03-2015
2,581
Posted By vincent72
Dual boot is the definite option. The...
Dual boot is the definite option.

The latest Linux distros available will do the job and you'll be able to partition your HDD without a problem provided you follow the instruction prompted...
Forum: Linux 08-03-2015
2,581
Posted By blackrageous
You can use cygwin but that's not linux. I am...
You can use cygwin but that's not linux. I am not a fan of dual boot unless each partition needs access to the physical devices. I recommend installing the free VMware playing than installing an...
5,212
Posted By TioTony
I believe you can extract it to any directory you...
I believe you can extract it to any directory you like. Then you need to run:
1. perl Makefile.PL
2. make
3. make test
4. make install

If you run into errors with these commands (like missing...
8,892
Posted By RudiC
Why don't you read the file, using "|" as the IFS...
Why don't you read the file, using "|" as the IFS character?while IFS="|" read A B URL C
do echo $URL
done < file
<url1>
<url2>
<url3>
<url4>
In the loop, save URL to OLDURL, and...
6,902
Posted By RudiC
As rbatte1 said, you can collect most of what you...
As rbatte1 said, you can collect most of what you do into a few lines; here: the awk command: top -bn 1 | awk 'NR>7 && $9 > 90 { printf "For %-8s %s\n", $1, $12 > "Slow_Report"} NR > 17 {exit}'You...
7,212
Posted By clx
You can see that sed is unable to understand...
You can see that sed is unable to understand where to look for replacement string as there are many "/" chars.
Good news is you can use any other character as the delimiter if your string contains...
2,749
Posted By Don Cragun
/sbin/sh (and it's iinks /bin/sh and /usr/bin/sh)...
/sbin/sh (and it's iinks /bin/sh and /usr/bin/sh) isn't a homebrew; it came straight out of UNIX System V Release 4 from AT&T.

/usr/bin/ksh isn't a POSIX conforming shell either (although it is...
Showing results 1 to 9 of 9

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