solaris.rst
changeset 1986 1713fff87e6f
parent 1985 d7849108e84d
child 1987 b0e1eb650c74
equal deleted inserted replaced
1985:d7849108e84d 1986:1713fff87e6f
    22 
    22 
    23   $ usermod -d /export/home/new-home-dir -s /usr/bin/bash
    23   $ usermod -d /export/home/new-home-dir -s /usr/bin/bash
    24 
    24 
    25 Network configuration
    25 Network configuration
    26 =====================
    26 =====================
       
    27 
       
    28 List the phyiscal interfaces::
       
    29 
       
    30   $ dladm show-phys
       
    31 
       
    32 Show status of interfaces::
       
    33 
       
    34   $ dladm show-link
       
    35 
       
    36 List the network interfaces::
       
    37 
       
    38   $ ipadm show-if
       
    39   $ ipadm show-addr
       
    40   $ netadm list
       
    41   $ ifconfig -a
    27 
    42 
    28 Solaris host name with version up to 10 is configured via::
    43 Solaris host name with version up to 10 is configured via::
    29 
    44 
    30   $ cat /etc/nodename
    45   $ cat /etc/nodename
    31   sparc
    46   sparc
   121 
   136 
   122 Uninstall package::
   137 Uninstall package::
   123 
   138 
   124   $ pkg uninstall diagnostic/tcpdump
   139   $ pkg uninstall diagnostic/tcpdump
   125 
   140 
   126 Free software for Solaris
   141 Third party package repositories
   127 =========================
   142 ================================
   128 
   143 
   129   http://www.opencsw.org/
   144 Today OpenCSW provides varios FOSS package builds. Install ``pkgutil``::
   130                 free, volunteer effort, to provide quality downloadable binary
   145 
   131                 packages for the currently fully supported versions of Sun
   146   $ pkgadd -d http://get.opencsw.org/now
   132                 Solaris
   147 
   133   http://sunfreeware.com/
   148 update package list::
   134                 Solaris Freeware Project
   149 
   135   http://www.blastwave.org/
   150   $ /opt/csw/bin/pkgutil -U
   136                 The "Blastwave Software Stack" is a commercial software service
   151 
   137                 for Solaris x86 and Solaris Sparc users
   152 and install software from OpenCSW::
       
   153 
       
   154   $ /opt/csw/bin/pkgutil -y -i emacs
       
   155   $ /usr/sbin/pkgchk -L CSWemacs # list files
       
   156 
       
   157 Keep package update::
       
   158 
       
   159   $ pkgutil -U -u -y
       
   160 
       
   161 http://opencsw.org/
       
   162   Open Community Software Project. Free, volunteer effort, to provide quality
       
   163   downloadable binary packages for the currently fully supported versions of
       
   164   Solaris.
       
   165 https://en.wikipedia.org/wiki/OpenCSW
       
   166   OpenCSW Wikipedia page.
       
   167 https://www.opencsw.org/manual/for-maintainers/filesystem-layout.html
       
   168   OpenCSW filesystem layout
       
   169 
       
   170 Deprecated 3rd party package repositories
       
   171 =========================================
       
   172 
       
   173 http://sunfreeware.com/
       
   174   Solaris Freeware Project. Starting from 2013 year become a paid service.
       
   175 https://unixpackages.com/
       
   176   Pain version of http://sunfreeware.com/
       
   177 https://en.wikipedia.org/wiki/Blastwave.org
       
   178   History of http://www.blastwave.org/ Now dead project. http://opencsw.org/
       
   179   is forked from this project in 2008.
       
   180