when I do the:
mkswap /dev/sda3
mkswap: error: /dev/sda3 is mounted; will not make swapspace.
how to perfrom mkswap anyway , David
when I do the:
mkswap /dev/sda3
mkswap: error: /dev/sda3 is mounted; will not make swapspace.
how to perfrom mkswap anyway , David
"rsync" doesn't seem to synchronize create empty directories on the target_dir ( I have empty dir under "from_dir" directory ) , so why rsync not copy the the empty dir from "from_dir" to "target_dir" ?
rsync -WavH –progress /from_dir 176.23.4.1:/target_dir
when I perform the following
openssl s_client -connect 0.0.0.0:8006
I get the Server certificate as:
-----BEGIN CERTIFICATE-----
MIICSTCCAbKgAwIBAgIESfnb7zANBgkqhkiG9w0BAQUFADBpMQswCQYDVQQGEwJJ ….
[1] From which destination does the machine take the "CERTIFICATE" with running the command "openssl s_client -connect 0.0.0.0:8006" ? , how can I learn from that about the server key or how to create the server key?
[2] There is a command that creates new CRT and KEY that after it the MD5 shows they FIT: openssl req -new -x509 -nodes -out server.crt -keyout server.key
[3] The question:there is a command who can convert server.crt file to server.key file ? because I know the "CERTIFICATE" and need to find his KEY (server.key).
I have WIN XP
I need to Check: there is not firewall between desktop (my PC IP = 23.4.66.129) to other PC (IP 23.4.66.4) port 8443
how to check that? by telnet from cmd Window ?
How may I download a specific JDK version, 1.6.0_04? On the Oracle site I see only how to load the latest version. In the previous version section of the Oracle site, I don’t see this version available.