Updating patching solaris 10

You probably want to get your systems up to date. I rather like the tool smpatch. You can just do «smpatch update» and it will apply most of the patches you need. Or you can do it step by step: smpatch analyze: see what should be applied smpatch download: download them smpatch update: applies them… Leer más: Updating patching solaris 10 »

bash colors y hostname

ssybl0:~]$cat ~/.bashrc export LS_OPTIONS=’–color’ eval «‘gdircolors'» alias ls=’gdir $LS_OPTIONS’ alias ll=’gdir $LS_OPTIONS -l’ alias l=’gdir $LS_OPTIONS -lA’ export PS1='[\h:\w]\$’ Añadir: ssybl0:~]$cat .bash_profile source ~/.bashrc

Solaris TOP PRSTAT

Solaris TOP   Actually top is not a Solaris command but a freeware pgm available on most plattforms, hence the lack of manpage. In Solaris you use prstat instead or some of the proc-commands if you need to see open files, memory allocations etc. by each process ( see man proc )

boot T6300 usb cdrom

http://docs.sun.com/source/820-2383-14/index.html#0_27275 http://forums.sun.com/thread.jspa?threadID=5345963 To Install the OS From a USB DVD Drive 1. Connect the USB DVD drive. 2. Identify the USB device path at the OpenBoot PROM level from output from the show-disks command: {0} ok show-disks a) /pci@0/pci@0/pci@2/LSILogic,sas@0/disk b) /pci@0/pci@0/pci@1/pci@0/usb@1,2/storage@1/disk

Diamonds and Tequila

Diamonds make girls easier to sleep with; tequila makes girls easier to sleep with. We really should have seen this earlier.

Modificación Joomla Search

search.php // determines Itemid for Content items where itemid has not been included if ( isset($rows[$i]->type) && @$link[‘task’] == ‘view’ && isset($link[‘id’]) && !isset($link[‘Itemid’]) ) { $itemid = »; $_itemid = $mainframe->getItemid( $link[‘id’], 0 ); if ($_itemid) { $itemid = ‘&Itemid=’. $_itemid; } // Modificación busqueda erronea 31 de octubre 2008 //$rows[$i]->href = $rows[$i]->href .… Leer más: Modificación Joomla Search »

perifericos

00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02) 00:01.0 PCI bridge [0604]: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port [8086:2771] (rev 02) 00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 01) 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port… Leer más: perifericos »