Search Results

Search: Posts Made By: nash83
Forum: Hardware 09-07-2014
2,496
Posted By nash83
Identify Hard Disk interface
Hi,
I have broken my laptop hard drive so I would like to put it in an external box to backup my documents.
I have a doubt whether the interface of the hard disk is sata or ide.

Inside notes...
4,421
Posted By nash83
now, with your suggestion the error is : "...
now, with your suggestion the error is :

" Have to use explicit SSL/TLS before logging on.
Login failed "
4,421
Posted By nash83
Ftps connection by ksh script
Hi,
I'm trying to access to FTP SERVER over SSL with this script unix :
(credentials are correct)


#!/usr/bin/ksh
USER="test"
PASSWORD="pwdtest"
IP="**.***.*.***"
ftp -s $IP 990 << EOF...
1,047
Posted By nash83
Moving files within particular conditions
I have to move some files, in a particoular range time, from transit directory to a final directory.
For example, consider this scenario:


/folder/pod/transit
bash-3.00$ ls -lrt
1367962 Mar...
2,462
Posted By nash83
Hi all, i have solved the issue. There was a...
Hi all,
i have solved the issue.
There was a linee space before #!/usr/bin/ksh
I have removed it and now the script is working fine.

Thanks
2,462
Posted By nash83
Error running a script in nohup mode
Hi,
running this script in normal mode, no error occours

#!/usr/bin/ksh

VALUE=0
SUBJECT='sub'
ADDRESSES="aaa@gmail.com"
BODY='body'

while true
do

COUNT=$(tail -2500 /log/file.log |...
3,166
Posted By nash83
UNIX string connection to sql server db
Hi,
i have to perform a connection from unix to sql server database, using TCP protocol.
I have all connection parameters (user,pwd,server_name,port,db_name).
How can i perform this connection, by...
Forum: Filesystems, Disks and Memory 12-27-2013
6,657
Posted By nash83
Why ?
Why ?
Forum: Filesystems, Disks and Memory 12-24-2013
6,657
Posted By nash83
Maximum Memory RAM for windows 7 32 bit
Hi,
i have just installed 4 gb RAM ddr3 on OS Windows 7 32 bit.
In "manage peripherals" i see this section:

Memory installed (ram) : 4,00 gb (2,30gb usable)

Why only 2,30 gb usable ?
In...
3,521
Posted By nash83
AIX - find also in symbolic link
Hi,
i tried to search a string, recursively, in subdirectories with:

find . -type f -print | xargs grep -s hello
i found all files that contain the string "hello"

but i would perform a search...
1,337
Posted By nash83
i need to know these information on SUN 5.10 and...
i need to know these information on SUN 5.10 and AIX 1 6

---------- Post updated at 12:29 PM ---------- Previous update was at 12:27 PM ----------



for AIX ok (/etc/rc.d)

for SUN, in...
1,337
Posted By nash83
Show ksh script started on boot
Hi,
i need to know, which ksh script are executed on boot (Sun and aix OS).
Where can i find it ?
Showing results 1 to 12 of 12

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