Solaris Management Console 2.11
- SMC client called the console
- SMC server
- SMC console toolbox editor
$ /usr/sadm/bin/smc
# /etc/init.d/init.wbem status
Solaris Interview Questions and Answers, sun solaris commands, sun solaris certification, sun solaris versions, sun solaris patches, sun solaris support, sun solaris training, sun solaris tutorial
$ /usr/sadm/bin/smc
# /etc/init.d/init.wbem status
Labels: OS reviews, solaris
I'll be presenting some troubleshooting tips to the LOPSA NJ meeting on May 3 at the Lawrence Public Library at 7pm. My Impress presentation is included below. (Impress is part of the OpenOffice suite.):
(I moved the presentation's share to the top of the page.)
Date: Thursday, May 3, 2007, 7:00pm (social), 7:30pm (discussion)
Topic: An overview of some of the different ways to troubleshoot
problems in a Solaris 10 environment, with emphasis on the tools that
are specific to Solaris
Speaker: Scott Cromar
Description: The talk will be a discussion of a general
troubleshooting approach including the use of Ishikawa and
Interrelationship diagrams in troubleshooting. With a brief overview of
some of the tools available in Solaris 10 and a brief introduction to
DTrace.
Location: Lawrence Headquarters Branch of the Mercer County Library,
Community Room 2
Labels: videos
Labels: kernel, miscellaneous, windows
Labels: interviews, ubuntu
Labels: games
Labels: games, hardware, miscellaneous
Labels: audio, linux history
We are seeking some poor, misguided fool to be paid next to nothing for a fulltime position doing highly skilled system administration work and rearend penetration testing in a mixed Windows 2000 and Linux environment. We lost our last IT worker because he found a higher paying job standing in front of Subway while dressed as a sandwich.
Skills required:* at LEAST ten years experience in the administration of Windows 2000* administration of Linux
* speak with animals
* SQL Server/MySQL
...
- full family health coverage through Blue Cross/Blue Shield's HMO Blue program, and subsidized dental plan.
- four weeks of paid vacation annually (wow, a whole month),
- seventeen paid holidays annually,
- public transit commuting cost reimbursement,
- 403(b) program through TIAA-CREF,
- somewhat flexible work hours.
Labels: jobs
# dpkg -i debian-multimedia-keyring_2008.10.16_all.deb
/etc/apt/sources.list
in your favourite text editor.#FILE /etc/apt/sources.list
...
deb http://www.debian-multimedia.org stable main
# apt-get update
# apt-get install w32codecs libdvdcss2
Labels: debian, multimedia
$ ps axj
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
0 1 0 0 ? -1 S 0 0:04 init [4]
Labels: external links, system administration
# apt-get updateand an
# apt-get dist-upgrade... to move their Debian distribution to the latest version.
$ cat "This is a test" > test.txt
$ snapshot
Snapshot on :. 10452736
$ cat "This is overwritten text" > test.txt
$ cat test.txt
This is overwritten text
$ cat test.txt@10452736
This is a test
answering_machine, bootloader, ca_mgm, dhcp-server, dns, dns-server,fax, firewall,Here is how yast2 can be used from the command line.
groups, host, http-server, idedma, inetd, irda, kerberos-client, keyboard, lan,
language, ldap, mail, mouse, nfs, nfs_server, nis, nis_server, ntp-client, power-management,
powertweak, printer, profile-manager, proxy, remote, routing, runlevel, samba-client,
samba-server, security, sound, sysconfig, tftp-server, timezone, tv, users.
# yast2 <module name>For example, if I want to add more users to the system, I can use the following command :
# yast2 users... which will load the GUI front-end for adding users. For starting the power management utility, run the yast2 command as follows:
# yast2 power-management.., and so on. You can also start YaST in interactive mode by passing it the phrase 'interactive'. For example, when you use the command :
# yast2 users interactive
YaST2 users> help
Labels: opensuse, OS reviews