Solaris system management commands and Related Technologies
A
Bytes -----------------------------------------------------------------------------------
Ab2admin-command line interface for AnswerBook2 Management
Ab2cd-run the AnswerBook2 server from documentation CD
Ab2regsvr-register AnswerBook2 document server with the joint Domain Name Service
Accept, reject-accept or reject print requests
Acct-Overview of counting and various counting commands
Acct
We all know that the mount command of the Solaris system can mount the fat16/FAT32/pcfs/DOS file system. Currently, the NTFS file system cannot be mounted. If you want to mount NTFS, you need to use corresponding tools, but stability cannot be guaranteed.
The command format for mounting the pcfs File System Using the mount command is:Mount-F pcfs/dev/DSK/c1d0p2: C/mnt/Disk-F: Specifies the file system.Pcfs is a file system type. Generally, fat16/32
Scenario: Solaris 11 Normal user and root login are no problem, but in the upgrade from ESXI6.0U1 to U2 installation, after reporting an error, select Install,preserve datastoreCan no longer be logged in, there are four virtual machines, two OEL7.2, two solaris11.3, in addition to a Solaris problem, the other virtual machines are no problem.Do not know whether to forget the password, anyway, the phenomenon
To sum up, you can refer to me as new learners ..
I am using the Solaris 10 installed in vmware5.5 .. You want to access the Internet under Solaris ..I,First, change VMware to the bridging mode (which is easier to configure). I used Windows XP to open the properties of the physical Nic In the XP system.The "VMware Bridge Protocol" protocol is checked, and then there is a "vmnetNO content by default. Enter
In Linux, RPM can automatically install the dependent software packages. The solaris system has a small audience. Many people do not know that there are tools for automatically installing the dependent software packages under solaris.
The installation steps are as follows:
1. Download and install pkgutil from the http://mirror.opencsw.org/opencsw/pkgutil.pkg
Pkgadd-d pkgutil. pkg all
2. Add/opt/csw/bin to t
1,In the VMware Summary View interface Select Edit Virtual machine settings,add Two new hard disk, select the Isci method, to determine after adding in the devices will see more than 2 pieces of hard disk.
2,Starting Solaris, there are several ways to get the system to detect a new hard disk: A in the system launch interface prompt "If the" hardware has changed ... "and Countdown, press ESC, the system will automatically monitor hardware changes, the
Chapter I.1,: http://www.openssl.org/source/next a new version of OpenSSL, I am under the version is: openssl-1.0.0e.tar.gz1.0.1G source package can be obtained by #wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz2. In the downloaded GZ directory, execute with command: TAR-XZF openssl-
First, the normal way to install the new
This article originates from: http://koumm.blog.51cto.com
1. Solaris Installation Environment Preparation
With Oracle Solaris 10 installation, installation process graphical interface installation, installation package Select entire group to install.
So change the system shell to bash.
# usermod-s/usr/bin/bash Root
# cd/cdrom/sol_10_113_x86/solaris_10/product
How to view the version number of the Solaris operating system
I know the following three ways to Showrev, uname and view/etc/release.
(1) Command Showrev
Show machine, software revision, and patch revision information
(2) Command uname
The print name of current system. Parameter-a:P rints basic information currently available from the system.
(3) View/etc/release
The demo is as follows:
bash-3.00$ showrev hostname:sunv890 hostid:84b7fe80 release:5
I. Installation steps for the Solaris operating system
1 Put the Solaris boot CD into the optical drive and boot the computer from the CD drive;
2, wait for a moment, the console screen appears the installation interface.
3. The installation of the operating system is completed step by step, according to the instructions of installing the interface.
Note: The following table contains some of the questio
Related software download addressapache:http://httpd.apache.org/Nginx:http://nginx.org/en/download.htmlopenssl:http://www.openssl.org/Openssl-pocAppendix Descriptionpoc.py: Exploit test PoC scriptShowssl.pl:OpenSSL Dynamic Library Version detection scriptInstall OpenSSL steps
Due to the different operating environment, the following procedures are for informational purposes only.
OpenSSL symmetric encryption algorithm commands
1. symmetric encryption algorithm Overview
The openssl Encryption Algorithm Library provides a wide range of symmetric encryption algorithms. We can use the symmetric encryption algorithm commands provided by openssl, or call the APIS provided by openssl.
How do I upgrade the OpenSSL that comes with my Mac? The following article will introduce you to the Mac's own OpenSSL upgrade process, there is a need to refer to.
Because the Mac comes in openssl too old, because the installation of the Python expansion pack needs to be upgraded to a higher version, the upgrade process is summarized.
I. Installation of
OpenSSLUser Guide
Directory
• Introduction
• Compile
• Run openssl.exe
• Algorithm Programming API
4.1 symmetric algorithms
4.1.1 des
4.1.2 A es
4.1.3 RC4
4.1.4 EVP _
4.2 Public Key Algorithm
4.3 Hash Algorithm
4.4 random number Algorithm
• SSL programming API
• Ca and Certificate
•
• Reference URL
•
• Sample program
•
•Introduction
OpenSSL is a widely used open-source SSL implementation. Because various encryption algorithms are implemented for S
Solaris is a computer operating system developed by Sun Microsystems. It is considered to be one of the derivative versions of UNIX operating systems. Solaris starts to support ipv6 after version 8.0. Some Ipv6 features are as follows: IPv6 adds an added address space and Improves Internet functions by using simplified header formats, authentication and confidentiality support, and automatic Address Allocat
I. DNS basics [DNS System (server) Working Principle and attack protection methodology]
DNS: Domain Name System, the Domain Name resolution server. Its role on the Internet is to convert the Domain Name into an IP address that can be recognized by the network.BIND: Berkeley Internet Name Domain, which is the most widely used DNS protocol in unix.For example, blog.sina.com.cn, blog is a level-4 domain name, sina is a level-3 domain name, com is a level-2 domain name, cn is a top-level domain name
When you telnet to a Solaris 10 server when Solaris 10 fails to telnet, the system prompts telnet: Unable to connect to remote host: Connection refused serial port logon to view # svcs-a | grep telnetuninitialized Nov_12 svc: /network/telnet: the default status shows uninitialized, not disabled or offline, or maintenance. # Svcadm enable svc:/network/telnet: default # svcs-a | grep telnetuninitialized Nov_1
The if Statement of shell under Solaris-general Linux technology-Linux technology and application information. For details, refer to the following section. Create a shell script in the Solaris directory:
#! /Bin/sh
# Ifmkdir
# Parameter is passed as $1 but reassigned to DIRECTORY
DIRECTORY = $1
# Is the string empty ??
If ["$ DIRECTORY" = ""]
Then
Echo "Usage: 'basename $ 0' directory to create"> 2
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.