Search Results

Search: Posts Made By: shesatmine
97,406
Posted By shesatmine
I think you should use sftp to transfer the files...
I think you should use sftp to transfer the files from your university account to your laptop.

The thing is quite easy: first, working in your laptop's cygwin, go into the directory where yo want...
11,892
Posted By shesatmine
This is a little clumsy, but may work: ...
This is a little clumsy, but may work:

ifconfig eth0 | head -n 2 \
| sed 'N;s/\n/ /;N;s/\n/ /' | awk '{print $7 " " $9 " " $5}' \
| sed -e 's/addr://g' -e 's/Mask://g'


Salut
Forum: Filesystems, Disks and Memory 05-27-2006
45,597
Posted By shesatmine
There is some command called shred which...
There is some command called shred which overrides file's contents, but it's not effective with many filesystems suchs as JFS, XFS, ReiserFS... and those which doesn't overwrite data in place.
...
Forum: AIX 05-27-2006
8,264
Posted By shesatmine
Don't know if AIX supports TCP Wrappers, if so,...
Don't know if AIX supports TCP Wrappers, if so, you could create a new rule in /etc/hosts.allow and using spawn action, you could launch /usr/bin/logger with the appropiate parameters to log the...
2,974
Posted By shesatmine
You can also try lsof: lsof -i tcp:port or...
You can also try lsof:
lsof -i tcp:port
or udp if your app uses that. Note that you'll have to be the owner of that process in order to see it listed.

Salut
8,617
Posted By shesatmine
I think you can easily check it using a C code...
I think you can easily check it using a C code where you create a union made of an integer and a char array that matches the integer size (4 bytes in x86, for example).

Then you assign the number...
4,398
Posted By shesatmine
chmdeco...
chmdeco (http://download.savannah.gnu.org/releases/chmdeco/) is text-mode program but not sure if helps you.

Description: CHM decompiler is a program that converts the internal files of CHM files...
Forum: Programming 03-22-2006
3,760
Posted By shesatmine
BUS error
Hi!

I've got a program which runs fine under Linux, but I have compiled it to run under SunOS 5.8 in a Sparc computer, and now it sometimes fails with "bus error".

Ussing gdb I surfed to the...
Showing results 1 to 8 of 8

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