DevTech101

DevTech101

Month: March 2015

MAC NFS auto mount configuration

Run from commend line (per user) – This will change to not create temp .DS_STORE files defaults write com.apple.desktopservices DSDontWriteNetworkStores true /etc/autofs.conf Add in brows AUTOMOUNTD_MNTOPTS AUTOMOUNTD_MNTOPTS=nosuid,nodev,brows Add to /etc/nfs.conf nfs.client.mount.options = intr,locallocks,nfc To add to automount at boot time Ad to /etc/auto_master /-              auto_nas Then add to /etc/auto_nas /video_archive  -vers=3,rw,bg,intr,tcp  nas1b-srv.domain.com:/export/video_archive To refresh the …

MAC NFS auto mount configuration Read More »

How to Create a Custom Solaris Live CD + latest SRU

Creating a custom Solaris Live CD Tip: You will need the full Solaris repository for this process to work (4 ISO from Oracle’s web site 4+Gb). Create the local repo directory. mkdir /export/support-repo/ &&b cd /export/support-repo/ ./install-repo.ksh -d /export/support-repo/ Create cd, usb, rep, etc cd /tmp cp /usr/share/distro_const/dc_livecd.xml dc_livecd.xml vi dc_livecd.xml and change the repo …

How to Create a Custom Solaris Live CD + latest SRU Read More »

informix smf authorization and service

<?xml version='1.0'?> <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> <service_bundle type='manifest' name='export'>   <service name='application/informix' type='service' version='0'>     <create_default_instance enabled='true'/>     <single_instance/>     <dependency name='multi-user-server' grouping='require_any' restart_on='error' type='service'>       <service_fmri value='svc:/milestone/multi-user-server:default'/>     </dependency>     <exec_method name='start' type='method' exec='/usr/informix/bin/oninit -v' timeout_seconds='600'>       <method_context>         <method_credential user='informix' group='informix'/>           <method_environment>             <envvar name='INFORMIXDIR' value='/usr/informix' />             <envvar name='INFORMIXSERVER' value='devtech101prod4' /> …

informix smf authorization and service Read More »

CSS top margins

<span style="margin-left:2px; margin-top:5px; display: inline-block"> <a href="http://lowcoupling.com/tagged/UML/chrono"><span class="label label-default">UML</span> </a></span> Refrence http://stackoverflow.com/questions/19462614/css-left-and-top-margin-on-bootstrap-labels