Search Results

Search: Posts Made By: *ptr
2,533
Posted By *ptr
Hi, regarding to the `why the same source...
Hi,

regarding to the `why the same source code compiles differently on different system`
I think the main cause is the architectural differences between the systems. Integrating a gnu utility...
2,533
Posted By *ptr
Hi maybe you can define some alias-es for your...
Hi
maybe you can define some alias-es for your commands.... and in that way hou will have the same command names on both systems...
Forum: Linux 01-27-2008
8,746
Posted By *ptr
Hi search a bit in the vncserver man...
Hi

search a bit in the vncserver man page....
but as a quick start-point, in the ~/.vnc directory you should have the xstartup script... in that file you should replace the basic window manager...
Forum: AIX 01-27-2008
5,488
Posted By *ptr
Hi sftp is a simple ftp protocol + an...
Hi

sftp is a simple ftp protocol + an encryption layer over that protocol => the transfer time is not really boosted.
It's better to try rsync, cause this use some differential updload mechanism...
4,452
Posted By *ptr
Hi I think you can use sudo like commands. I...
Hi

I think you can use sudo like commands. I made some perl scripts, which are launched from the web (so, with apache user), but the script actions are done under a real-user id. I manage this by...
Forum: Programming 01-16-2008
9,119
Posted By *ptr
Hi You can use the "system" function from C,...
Hi

You can use the "system" function from C, and you can call ifconfig like commands (i'm not sure that such command exist on UN*X, but it is possible). In that way you can list the interfaces. If...
8,647
Posted By *ptr
you are right. Probably I will make a wrapper on...
you are right. Probably I will make a wrapper on the top of the entire script system, and I will call the scripts from the wrapper in this way.
Many thanks to everybody.
8,647
Posted By *ptr
SunOS 5.8 on Sparc SunBlade server
SunOS 5.8 on Sparc SunBlade server
8,647
Posted By *ptr
Yes, you're right thx. It works fine on Linux ...
Yes, you're right thx. It works fine on Linux
But on SunOS the /usr/bin/env bash opens a new subshell, and my script doesn't start
running until I logout from the new shell. (actually no additional...
8,647
Posted By *ptr
yes I know, but I want to launch my scripts in a...
yes I know, but I want to launch my scripts in a normal form:
script_name.sh params.
Anyway, thanks.
8,647
Posted By *ptr
Multiple platform scripts
Hello
I'm writing a script system in bash that I want to run on Un*x (SunOS), Linux, and cygwin also.
The scripts starts with the sha-bang #!/bin/bash, but I experienced that the bash interpreter...
Showing results 1 to 11 of 11

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