/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- svcadm - Service management 
    * svcadm enable|disable|restart <service>
    * The names could be guessed from /var/lib/svc

- Problems with name resolution
    check /etc/nsswitch.conf
    restart svcadm restart name-service-cache
    
- Sending client name in DHCP request
    REQUEST_HOSTNAME=yes in /etc/default/dhcpagent
    inet <fqdn> in /etc/hostname.<iface>

- Searching package file belong to
    pkg search -r <filename>
    
- Qemu
    The default card is not supported by virtual Solaris, the rtl should be used
    by kvm ... -net nic,model=rtl8139

- NX 
    Only qtnx could be used to connect FreeNX server on Solaris. NXclient is not
    working for some reason.

- Linux binaries support 
    BrandZ is a framework that extends the Solaris Zones infrastructure to 
    create Branded Zones, which are zones that contain non-native operating 
    environments. 
    The term "non-native" is intentionally vague, as the infrastructure allows 
    for the creation of a wide range of operating environments.
    Each operating environment is provided by a brand that plugs into the BrandZ 
    framework. A brand may be as simple as an environment with the standard 
    Solaris utilities replaced by their GNU equivalents, or as complex as a 
    complete Linux userspace.