Search Results

Search: Posts Made By: ./hari.sh
Forum: What is on Your Mind? 07-29-2013
2,430
Posted By ./hari.sh
Completely agree! These are exactly the same...
Completely agree! These are exactly the same reasons to make me (and the most of other users) stay here at Unix.com forum, even though there are number of competitors in different size and shapes.
...
Forum: What is on Your Mind? 07-03-2013
8,931
Posted By ./hari.sh
I use only linkedin
I use only linkedin
2,058
Posted By ./hari.sh
First in Windows, go to disk management and...
First in Windows, go to disk management and create a "new partition using existing free space"
Next Install linux selecting this partition. You can choose to format the new partition during Linux...
1,927
Posted By ./hari.sh
check the /var/log/secure file. You can find the...
check the /var/log/secure file. You can find the user login details there
Forum: Red Hat 02-19-2013
2,796
Posted By ./hari.sh
Do you have a local yum repository? I yes go...
Do you have a local yum repository? I yes go ahead with yum install glibc* Yum will automatically install all the dependencies.
Forum: Solaris 02-15-2013
1,465
Posted By ./hari.sh
SysV package creation, how to predefine DESTDIR
Hi Solaris experts
How to predefine the DESTDIR in a Solaris package?
Thanks
8,887
Posted By ./hari.sh
date +%Y%m%d%H --date="+ 1hour"
date +%Y%m%d%H --date="+ 1hour"
1,161
Posted By ./hari.sh
date --date='Thu Feb 14 10:16:14 2013 IST - 61...
date --date='Thu Feb 14 10:16:14 2013 IST - 61 days 21 hours 31 minutes 49 secs'
1,910
Posted By ./hari.sh
Did you mean, to do in a shell script? sed...
Did you mean, to do in a shell script?

sed 's/ //g' MyFile
3,338
Posted By ./hari.sh
su - username -c "command1;command2;..."
su - username -c "command1;command2;..."
1,897
Posted By ./hari.sh
Use uuencode...
Use uuencode (https://www.unix.com/shell-programming-scripting/206039-mailx-attachment-not-getting-attached.html)
Forum: Red Hat 02-08-2013
1,469
Posted By ./hari.sh
Add the following line to your .bashrc file ...
Add the following line to your .bashrc file

HISTCONTROL=ignorespace

By doing this, the commands you don't want to record in history can be escaped by adding a space in the beginning
Forum: Red Hat 02-07-2013
4,069
Posted By ./hari.sh
RPM database can be updated only during an...
RPM database can be updated only during an installation, thus I think you can not do this.
1,451
Posted By ./hari.sh
sort <filename> | tail -1
sort <filename> | tail -1
Forum: Ubuntu 02-06-2013
1,833
Posted By ./hari.sh
Add the following line to .bashrc (assuming...
Add the following line to .bashrc (assuming count_0.1 is in your home directory)
alias count='~/count_0.1'

To call count_0.1 from bin as count
ln -s ~/count_0.1 /usr/bin/count

For using your...
6,829
Posted By ./hari.sh
If you are in Solaris, use nawk instead of awk
If you are in Solaris, use nawk instead of awk
6,829
Posted By ./hari.sh
If you are in Solaris, use nawk instead of awk
If you are in Solaris, use nawk instead of awk
6,829
Posted By ./hari.sh
Here is how you can get the hostname in between...
Here is how you can get the hostname in between "]" and "#"

awk -vRS="#" 'RT{gsub(/.*]/,"");print}' filename
Forum: What is on Your Mind? 12-05-2012
8,297
Posted By ./hari.sh
I started with Slackware 7.1 in 2004
I started with Slackware 7.1 in 2004
2,423
Posted By ./hari.sh
use the file name instead of find command ...
use the file name instead of find command

echo yourfile.txt | zip att -@
8,114
Posted By ./hari.sh
This is happening because the file is imported...
This is happening because the file is imported from a Windows file system. Issue the command:
dos2unix filename.php ..to change the file to unix format.
Forum: UNIX and Linux Applications 11-04-2010
12,637
Posted By ./hari.sh
Please note, this issue is not with mount, I...
Please note, this issue is not with mount, I cannot create directory anywhere with a numeric name.

# pwd
/root
# mkdir a1212
# mv a1212 1212
mv: cannot move `a1212' to `1212': No such file or...
Forum: UNIX and Linux Applications 11-04-2010
12,637
Posted By ./hari.sh
Hi # strace -f mkdir 1212 ...
Hi

# strace -f mkdir 1212
execve("/bin/mkdir", ["mkdir", "1212"], [/* 27 vars */]) = 0
uname({sys="Linux", node="websitename.com", ...}) = 0
brk(0) = 0x948f000...
Forum: UNIX and Linux Applications 11-03-2010
12,637
Posted By ./hari.sh
RHEL 4
RHEL 4
Forum: UNIX and Linux Applications 11-02-2010
12,637
Posted By ./hari.sh
Thanks for reply vbe... The results for all...
Thanks for reply vbe...
The results for all these WH questions were same.
Showing results 1 to 25 of 96

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