[indiana-discuss] Two questions before I install OpenSolaris for "real"

Bryan Boone Bryan.Boone at sas.com
Wed May 14 10:14:32 PDT 2008


Is there a samba/cifs browser like LinNeighborhood or smb4k for 
OpenSolaris.  I've tried the command line and the "Connect to Server" 
and they are fine, but these 2 packages allow me to mount graphically 
instead of creating a script, etc...
Thanks for any info.

-Bryan

Bryan Boone wrote:
> Wahoo... Getting close.... now if I can only ghost the virtual machine
> and copy it to a real disk;)
> This has been great.
> Worst case, I've learned a lot before a real install.
> Thanks
> -Bryan
> 
> Glenn Lagasse wrote:
>> * Bryan Boone (Bryan.Boone at sas.com) wrote:
>>> OK...
>>> So now I've effectively blown away the user created from the installer.
>>>   That is,  I had to do usermod -u [my uid]; chown my home (I eventually
>>> deleted it all); then cleaned up /tmp and /var/tmp from the previous
>>> uid.  I'm left with a less than informative prompt :( (bash-3.2$)
>>>
>>> I know I goofed up and really went the long way around things, but live
>>> and learn... for now, how do I get the default command prompt like the
>>> installer created?
>> You need to add the following to your user's .bashrc file:
>>
>> #
>> # Define default prompt to <username>@<hostname>:<path><"($|#) ">
>> # and print '#' for user "root" and '$' for normal users.
>> #
>> PS1='${LOGNAME}@$(hostname):$(
>>     [[ "$LOGNAME" = "root" ]] && printf "${PWD/${HOME}/~}# " ||
>>     printf "${PWD/${HOME}/~}\$ ")'
>>
>> If you want the same PATH, MANPATH and PAGER settings then add:
>>
>> export PATH=/usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin
>> export MANPATH=/usr/gnu/share/man:/usr/share/man:/usr/X11/share/man
>> export PAGER="/usr/bin/less -ins"
>>
>> Cheers,
>>
>> Glenn
> _______________________________________________
> indiana-discuss mailing list
> indiana-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/indiana-discuss


More information about the indiana-discuss mailing list