Solaris

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
NOT....

wth...is that vi from 1982? I am having to scp files to/from my linux box just to freaking edit them....

And for the love of god, is there some package management/updater? Google yeilds NO results.

driving my nuts...why oh why couldn't our vendor have done a Linux on Sparc port?

Edit: dumping some stuff, just for anyone looking or caring, and mostly for my own use next time I feel like dipping myself in boiling oil OR configuring a solaris machine (which are about the same on my "fun" scale)

/usr/bin/smc is the solaris management console (thank god for X11 forwarding)
hmeX is interface naming, ifconfig hme0 to find IP of interface 0
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: nweaver
NOT....

wth...is that vi from 1982? I am having to scp files to/from my linux box just to freaking edit them....

Do you want vi or vim? If you want that aborted fetus of an editor, install vim from one of the solaris package repositories.

Same goes for that lump of poo named bash.

And for the love of god, is there some package management/updater? Google yeilds NO results.

Yes. But it sucks. Use pkgsrc.

driving my nuts...why oh why couldn't our vendor have done a Linux on Sparc port?

Linux is teh suck?

Edit: dumping some stuff, just for anyone looking or caring, and mostly for my own use next time I feel like dipping myself in boiling oil OR configuring a solaris machine (which are about the same on my "fun" scale)

/usr/bin/smc is the solaris management console (thank god for X11 forwarding)
hmeX is interface naming, ifconfig hme0 to find IP of interface 0

mmmm happy meals.
 

flyers1

Golden Member
Feb 7, 2001
1,233
1
0
Solaris does take some getting used to but it isn't that bad. I work in a lab with over 100 solaris machines and very little linux. No other UNIXs. Not sure what your complaint is with vi...it is just like any other vi I've ever used.

For the package management, use pkgadd, pkginfo and pkgrm. Also go to sunfreeware.com for precompiled open source stuff. Definitely not as nice as apt or synaptic on linux but it works.

Also, use Solaris 10 if you can. zfs is really nice and easy to maintain from an administrators perspective. Definitely better than anything on Linux.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Originally posted by: n0cmonkey
Originally posted by: nweaver

/usr/bin/smc is the solaris management console (thank god for X11 forwarding)
hmeX is interface naming, ifconfig hme0 to find IP of interface 0

mmmm happy meals.

happy magic ethernet?

wth...is that vi from 1982?
You know, since visudo on Debian calls up nano anyway, I've started to just use nano all the time. There are some big differences in CentOS's vi and Debian's vi, too (not sure if this has something to with one maybe actually being vim or what), and instead of getting used to Debian's vi, as I said I have just started using nano and like it better now anyway.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Brazen
happy magic ethernet?

I believe hme cards were traditionally called HappyMEals.

You know, since visudo on Debian calls up nano anyway, I've started to just use nano all the time. There are some big differences in CentOS's vi and Debian's vi, too (not sure if this has something to with one maybe actually being vim or what), and instead of getting used to Debian's vi, as I said I have just started using nano and like it better now anyway.

It should use $EDITOR, maybe you have that misconfigured.

I didn't even know nano still existed...
 

A5

Diamond Member
Jun 9, 2000
4,902
5
81
Well, if you have X forwarding, you can try to use gedit or dtpad (/usr/dt/bin/dtpad if it isn't in your path), depending on if you have gnome and/or CDE installed. I can't really decide if hate CDE(motif is just painful for GUI work) or JDS(basically Gnome 2.6) more though.

There's also a number of alternative shells shipped with the OS (I like /usr/bin/tcsh myself, since it has history and path completion).

But you can't really argue with free world-class compilers and a free OS (as long as you don't need support) .
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You know, since visudo on Debian calls up nano anyway, I've started to just use nano all the time. There are some big differences in CentOS's vi and Debian's vi, too (not sure if this has something to with one maybe actually being vim or what), and instead of getting used to Debian's vi, as I said I have just started using nano and like it better now anyway.

Actually it just calls whatever editor you have setup in alternatives and apparently nano is higher priority than vi/nvi on your system. Ans for RH/CentOS vs Debian vim, it's just the default settings and such, to get most of the same stuff in RH/CentOS you need to isntall the vim-extras package IIRC>

I believe hme cards were traditionally called HappyMEals.

Just to be pedantic the 'e' in hme is for Ethernet AFAIK, i.e. Happy Meal Ethernet.

But you can't really argue with free world-class compilers and a free OS (as long as you don't need support) .

Sure you can, just because something is free that doesn't mean it has to be crap and Sun has been working on this software for so long you'd think they'd have had the time to fix some of the really stupid stuff.
 

DasFox

Diamond Member
Sep 4, 2003
4,668
46
91
nweaver you should know with your experience there is nothing very user friendly when it comes to Unix, they are systems for experienced users, not newbies. Now granted they are trying to change all of this, and PC-BSD is the first to bring some ease to the world of Unix, but when it comes to Solaris, you better have a few years of Linux/Unix under your belt.

After a few years in Linux I didn't find Solaris difficult, just different, you just have to find your way around is all.

You'll get it, just keep plugging away, soon you'll be a pro.

ALOHA
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Nothinman
I believe hme cards were traditionally called HappyMEals.

Just to be pedantic the 'e' in hme is for Ethernet AFAIK, i.e. Happy Meal Ethernet.

Yeah I know, but I've always seem them referred to as "Happy Meals," not "Happy Meal Ethernet." So I figured I would make it easy.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: DasFox
nweaver you should know with your experience there is nothing very user friendly when it comes to Unix, they are systems for experienced users, not newbies. Now granted they are trying to change all of this, and PC-BSD is the first to bring some ease to the world of Unix, but when it comes to Solaris, you better have a few years of Linux/Unix under your belt.

After a few years in Linux I didn't find Solaris difficult, just different, you just have to find your way around is all.

You'll get it, just keep plugging away, soon you'll be a pro.

ALOHA

I'd be hesistant to put PC-BSD into the same bucket as any unix (TM or not)...
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
yeah, one of the first things to happen on my deb stable boxes is apt-get install vim (thank the gods for apt-get)


tried installing VIM from packages, but it's not working....oh well, It's easy enough to scp back/forth, and I'm almost done with this anyway (I'm cheating and using DD to image the solaris disk from one server to the other 9, then I'll make quick changes to network and be done)
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: nweaver
yeah, one of the first things to happen on my deb stable boxes is apt-get install vim (thank the gods for apt-get)


tried installing VIM from packages, but it's not working....oh well, It's easy enough to scp back/forth, and I'm almost done with this anyway (I'm cheating and using DD to image the solaris disk from one server to the other 9, then I'll make quick changes to network and be done)

What's failing with vim?
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
said VIM needed gtk, gtk needed glibc, installed all those from sunfreeware, and now it's complaining it needs something else, I'm just using echo, >, and scp to get it done...not that there is much to do (configure hostnames and networks)
 

DasFox

Diamond Member
Sep 4, 2003
4,668
46
91
Just try using Nano for a simple easy editor. It should not require anything.

ALOHA
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
doesn't have nano (or not in the path)

nano is crappy after using VIM for a while (imho)
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
sounds like you'll either have to just learn how to use regular vi, which is a good thing as everybody but Microsoft and Linux uses regular vi, or compile a "No X" version of Vim for the Solaris box.

 

greylica

Senior member
Aug 11, 2006
276
0
0
Good,
I tried Solaris for a while. A complete lack of general hardware drivers even for Nvidia and ATI cards turn Solaris into a great deception for me.
Why don´t we have softwares like Linux ? And Sound Card Drivers for Creative ? And DVD support ? K3B ? Nvidia Panel is only for Quadro Professional or QuadroPlex ?
We have to compile it all again ?
I have the certainty that the best things in Solaris turns available for the Linux soon. I will wait for ZFS for Linux.

The developping of Sun OS for the general population like normal workstation seems to be years from Linux.

They call it the most advanced software in the world, OMG, it really can be.

For them.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: greylica
Good,
I tried Solaris for a while. A complete lack of general hardware drivers even for Nvidia and ATI cards turn Solaris into a great deception for me.
Why don´t we have softwares like Linux ? And Sound Card Drivers for Creative ? And DVD support ? K3B ? Nvidia Panel is only for Quadro Professional or QuadroPlex ?
We have to compile it all again ?
I have the certainty that the best things in Solaris turns available for the Linux soon. I will wait for ZFS for Linux.

The developping of Sun OS for the general population like normal workstation seems to be years from Linux.

They call it the most advanced software in the world, OMG, it really can be.

For them.

Both nVidia and ATI cards are supported.
 

greylica

Senior member
Aug 11, 2006
276
0
0
So, its easy to install them as we did in (any)Buntu, Debian, Suse, Red Hat or Mandriva ?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: greylica
So, its easy to install them as we did in (any)Buntu, Debian, Suse, Red Hat or Mandriva ?

They should be installed with the rest of the X drivers. I've never tried, I don't have access to a Solaris box with video.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |