Thursday, September 25, 2014

Run scripts @ user logon - Windows

Group Policy Object Editor\User Configuration\Administrative Templates\System\Logon\Run these programs at user logon

Choose Enable, and click button Show, click Add and type in below entry:
cmd /C c:\scripts\atsignon.cmd

Thursday, September 11, 2014

Solaris 11: Create Local IPS

https://blogs.oracle.com/Solaris11Life/entry/solaris_11_and_ips_potential

https://blogs.oracle.com/OTNGarage/entry/how_to_upgrade_an_oracle

pkg set-publisher -G '*' -M '*' -g file:///solaris11.1Repo/repo solaris

pkg install pkg://solaris/x11/library/mesa
pkg install solaris/x11/diagnostic/x11-info-clients

pkg search mesa
pkg search x11-info-clients

Update local repository:
# pkgrecv -s http://pkg.oracle.com/solaris/release/ -d /solaris11.2Repo '*'

to connect to Oracle package repository, you may need set your proxy

# export http_proxy=proxy.goweekend.ca:8008

After you have updated your repository, run the following command to catalog any new packages found in the repository and update all search indexes.
# pkgrepo -s /export/repoSolaris11 refresh