#134154 - 03/23/06 04:42 AM
Re: OT: Solaris Commands
|
newbie
Registered: 01/24/06
Posts: 35
|
** Hi,
There is also a Windows text editor called UltraEdit that allows you to read/write files from/to remote systems as long as you have an account on it. So you can have UltraEdit running on windows PC and reading a file from your Solaris box. Needless to say, it's much more convenient than the Unix tools (vi,...etc). Although it's not free there is an evaluation version - it's available from http://www.ultraedit.com.
Best regards,
Ashraf Elrefaey, Remedy Skilled Professional (RSP) PRINCE2 Certified Practitioner Mobile: +44-781-403-0015 http://www.elrefaey.com
3/23/06, Misi Mladoniczky wrote:
Hi, If you want to learn more about unix, look at the following commands: - cat xxx.log - more xxx.log - grep "searchstring" xxx.log - vi xxx.log You can probably get the files to your PC with either ftp or scp (secure copy). If you prefer a Windows-based file transfer program, as opposed to the command line versions, I can suggest FileZilla: http://www.sourceforge.net/projects/filezilla Best Regards - Misi, RRR AB, http://www.rrr.se > Hi All, > > I am a windows person working on a Solaris box. I am ordering a Solaris > beginners book. I went to Sun's website and I am going thru the > extensive list > of commands. I used Solaris maybe a year ago, briefly. I can not > remember > many of the commands. I will be using Solaris much more now. > > I am on remote desktop connected to the Solaris box and I am trying to > read > some Remedy log files. I know how to navigate to the directory > ("beginner's > style). > How do I view the Remedy file contents on the screen, page up/down, copy > the > file from the remote system to my desktop c drive. > > I am also looking for Remedy migrator on the box, and I am not sure where > it > is. > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
20060125This posting was submitted with HTML in it
|
|
Top
|
|
|
|
|
#134155 - 03/23/06 04:45 AM
Re: OT: Solaris Commands
[Re: Pedro]
|
newbie
Registered: 01/24/06
Posts: 35
|
** And if you can spare a weekend to learn Unix, I would recommend a book called "Unix Weekend Crash Course" by Arthur Griffith - ISBN number 0764549278.
Cheers, Ash
On 3/23/06, Ashraf Elrefaey < ashraf.elrefaey@gmail.com > wrote:
Hi, There is also a Windows text editor called UltraEdit that allows you to read/write files from/to remote systems as long as you have an account on it. So you can have UltraEdit running on windows PC and reading a file from your Solaris box. Needless to say, it's much more convenient than the Unix tools (vi,...etc). Although it's not free there is an evaluation version - it's available from http://www.ultraedit.com. Best regards, Ashraf Elrefaey, Remedy Skilled Professional (RSP) PRINCE2 Certified Practitioner Mobile: +44-781-403-0015 http://www.elrefaey.com 3/23/06, Misi Mladoniczky < miz@rrr.se > wrote:
Hi, If you want to learn more about unix, look at the following commands: - cat xxx.log - more xxx.log - grep "searchstring" xxx.log - vi xxx.log You can probably get the files to your PC with either ftp or scp (secure copy). If you prefer a Windows-based file transfer program, as opposed to the command line versions, I can suggest FileZilla: http://www.sourceforge.net/projects/filezilla Best Regards - Misi, RRR AB, http://www.rrr.se > Hi All, > > I am a windows person working on a Solaris box. I am ordering a Solaris > beginners book. I went to Sun's website and I am going thru the > extensive list > of commands. I used Solaris maybe a year ago, briefly. I can not > remember > many of the commands. I will be using Solaris much more now. > > I am on remote desktop connected to the Solaris box and I am trying to > read > some Remedy log files. I know how to navigate to the directory > ("beginner's > style). > How do I view the Remedy file contents on the screen, page up/down, copy > the > file from the remote system to my desktop c drive. > > I am also looking for Remedy migrator on the box, and I am not sure where > it > is. > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
-- Ashraf Elrefaey, Remedy Skilled Professional (RSP) PRINCE2 Certified Practitioner Mobile: +44-781-403-0015 http://www.elrefaey.com 20060125This posting was submitted with HTML in it
|
|
Top
|
|
|
|
|
#134156 - 03/23/06 06:59 AM
Re: OT: Solaris Commands
[Re: Pedro]
|
old hand
Registered: 03/22/05
Posts: 738
|
Textpad works well with WinSCP too. You can open multiple remote files in the same editor window.
Of course, you will need to install openssh on the sun server to use these tools.
Axton Grams
On 3/23/06, Hannon, Mike wrote: > Another suggestion. I have found WinSCP http://winscp.net/eng/index.php > to get to the file and UltraEdit (better than notepad) that was listed > in one of the other replies to be a great combination. UltraEdit is not > expensive and is my favorite tool for text files. WinSCP if free. > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:arslist@ARSLIST.ORG] On Behalf Of Misi Mladoniczky > Sent: Thursday, March 23, 2006 11:54 AM > To: arslist@ARSLIST.ORG > Subject: Re: [ARSLIST] OT: Solaris Commands > > > Hi again, > > If you do not want to install the whole Cygwin-package to be able to do > ssh and scp, you can download putty.exe and pscp.exe from: > http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html > > Best Regards - Misi, RRR AB, http://www.rrr.se > > > Personally I use "less" (i.e. less xxx.log ). It allows you to move > > up/down, search, ... . To exit press the letter q (for quit). I use > > Cygwin to ssh into the servers (also allows scp to and from my PC). > > > > Fred > > > > -----Original Message----- > > From: Action Request System discussion list(ARSList) > > [mailto:arslist@ARSLIST.ORG] On Behalf Of Misi Mladoniczky > > Sent: Thursday, March 23, 2006 10:22 AM > > To: arslist@ARSLIST.ORG > > Subject: Re: OT: Solaris Commands > > > > Hi, > > > > If you want to learn more about unix, look at the following commands: > > - cat xxx.log > > - more xxx.log > > - grep "searchstring" xxx.log > > - vi xxx.log > > > > You can probably get the files to your PC with either ftp or scp > (secure > > copy). > > > > If you prefer a Windows-based file transfer program, as opposed to the > > command line versions, I can suggest FileZilla: > > http://www.sourceforge.net/projects/filezilla > > > > Best Regards - Misi, RRR AB, http://www.rrr.se > > > >> Hi All, > >> > >> I am a windows person working on a Solaris box. I am ordering a > >> Solaris beginners book. I went to Sun's website and I am going thru > >> the extensive list > >> of commands. I used Solaris maybe a year ago, briefly. I can not > >> remember > >> many of the commands. I will be using Solaris much more now. > >> > >> I am on remote desktop connected to the Solaris box and I am trying > to > > > >> read some Remedy log files. I know how to navigate to the directory > >> ("beginner's style). > >> How do I view the Remedy file contents on the screen, page up/down, > >> copy the file from the remote system to my desktop c drive. > >> > >> I am also looking for Remedy migrator on the box, and I am not sure > >> where it is. > >> > >> > >> > >> > > >> UNSUBSCRIBE or access ARSlist Archives at > >> http://www.ARSLIST.org > >> > > > > > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > > > > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org >
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#134157 - 03/23/06 08:00 AM
Re: OT: Solaris Commands
[Re: Pedro]
|
journeyman
Registered: 03/14/06
Posts: 133
|
**
Axton:
I would like to add to your comment. Make sure you install the latest version of openssh to avoid possible security problems. www.sunfreeware.com has a precompiled openssh for both Solaris 8 and 9 (don't know if they support 10 yet or not.) You may have to install other packages to install this service, but you would have to install them if you were to build from source anyway.
James McKenzie
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG]On Behalf Of Axton Sent: Thursday, March 23, 2006 12:00 PM To: arslist@ARSLIST.ORG Subject: Re: OT: Solaris Commands
Textpad works well with WinSCP too. You can open multiple remote files in the same editor window.
Of course, you will need to install openssh on the sun server to use these tools.
Axton Grams
On 3/23/06, Hannon, Mike wrote: > Another suggestion. I have found WinSCP http://winscp.net/eng/index.php > to get to the file and UltraEdit (better than notepad) that was listed > in one of the other replies to be a great combination. UltraEdit is not > expensive and is my favorite tool for text files. WinSCP if free. > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:arslist@ARSLIST.ORG] On Behalf Of Misi Mladoniczky > Sent: Thursday, March 23, 2006 11:54 AM > To: arslist@ARSLIST.ORG > Subject: Re: [ARSLIST] OT: Solaris Commands > > > Hi again, > > If you do not want to install the whole Cygwin-package to be able to do > ssh and scp, you can download putty.exe and pscp.exe from: > http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html > > Best Regards - Misi, RRR AB, http://www.rrr.se > > > Personally I use "less" (i.e. less xxx.log ). It allows you to move > > up/down, search, ... . To exit press the letter q (for quit). I use > > Cygwin to ssh into the servers (also allows scp to and from my PC). > > > > Fred > > > > -----Original Message----- > > From: Action Request System discussion list(ARSList) > > [mailto:arslist@ARSLIST.ORG] On Behalf Of Misi Mladoniczky > > Sent: Thursday, March 23, 2006 10:22 AM > > To: arslist@ARSLIST.ORG > > Subject: Re: OT: Solaris Commands > > > > Hi, > > > > If you want to learn more about unix, look at the following commands: > > - cat xxx.log > > - more xxx.log > > - grep "searchstring" xxx.log > > - vi xxx.log > > > > You can probably get the files to your PC with either ftp or scp > (secure > > copy). > > > > If you prefer a Windows-based file transfer program, as opposed to the > > command line versions, I can suggest FileZilla: > > http://www.sourceforge.net/projects/filezilla > > > > Best Regards - Misi, RRR AB, http://www.rrr.se > > > >> Hi All, > >> > >> I am a windows person working on a Solaris box. I am ordering a > >> Solaris beginners book. I went to Sun's website and I am going thru > >> the extensive list > >> of commands. I used Solaris maybe a year ago, briefly. I can not > >> remember > >> many of the commands. I will be using Solaris much more now. > >> > >> I am on remote desktop connected to the Solaris box and I am trying > to > > > >> read some Remedy log files. I know how to navigate to the directory > >> ("beginner's style). > >> How do I view the Remedy file contents on the screen, page up/down, > >> copy the file from the remote system to my desktop c drive. > >> > >> I am also looking for Remedy migrator on the box, and I am not sure > >> where it is. > >> > >> > >> > >> > > >> UNSUBSCRIBE or access ARSlist Archives at > >> http://www.ARSLIST.org > >> > > > > > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > > > > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > > > > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org >
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
20060125This posting was submitted with HTML in it
|
|
Top
|
|
|
|
|
|
|