Ubuntu19.10 を新規Installしてみた

Ubuntu19.10 を新規Installしてみました。ソースはこちらです。

root@1910:~# uname -r
5.0.0-15-generic
root@1910:~# php -v
PHP 7.3.4-2 (cli) (built: Apr 13 2019 19:05:48) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.4, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.4-2, Copyright (c) 1999-2018, by Zend Technologies
root@1910:~# curl -V
curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.8.7/openssl/zlib nghttp2/1.37.0 librtmp/2.3
Release-Date: 2019-02-06
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
root@1910:~# samba -V
Version 4.10.0-Ubuntu
root@1910:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”19.10 (Eoan Ermine)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu Eoan Ermine (development branch)”
VERSION_ID=”19.10″
HOME_URL=”https://www.ubuntu.com/”
SUPPORT_URL=”https://help.ubuntu.com/”
BUG_REPORT_URL=”https://bugs.launchpad.net/ubuntu/”
PRIVACY_POLICY_URL=”https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
VERSION_CODENAME=eoan
UBUNTU_CODENAME=eoan
root@1910:~#wo

カテゴリー: ubuntu | コメントする

TrueOS12.0-CURRENT ソースからビルドしてPHP7.2.0beta2を設定してみた

TrueOS12.0-CURRENT ソースからビルドしてPHP7.2.0beta2を設定してみました。

[root@trueos] ~# uname -a
FreeBSD trueos 12.0-CURRENT FreeBSD 12.0-CURRENT #1 57b410cea(drm-next): Fri Jul 28 21:44:30 UTC 2017 root@chimera:/usr/obj/usr/src/sys/GENERIC amd64
[root@trueos] ~# php -v
PHP 7.2.0beta2 (cli) (built: Aug 9 2017 08:06:57) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.2.0-dev, Copyright (c) 1998-2017 Zend Technologies
[root@trueos] ~# curl http://localhost/info.php | grep ‘PHP Version’ | tail -1 | sed -e ‘s/<[^>]*>//g’
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 83931 0 83931 0 0 744k 0 –:–:– –:–:– –:–:– 758k
PHP Version 7.2.0beta2
[root@trueos] ~#

カテゴリー: trueos | コメントする

Fedora28 Samba4.8.9 Windows Server 2019 Datarcenter Active Directory Domainのメンバーに参加してみた


[root@f28 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f28 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F28’ to dns domain ‘test.jp’
No DNS domain configured for f28. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f28 ~]# systemctl restart winbind
[root@f28 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f28 ~]# wbinfo -n chibi
S-1-5-21-1479243591-1235118281-2723570680-1103 SID_USER (1)
[root@f28 ~]# net ads info
LDAP server: 192.168.1.14
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 日, 24 3月 2019 16:06:41 JST
KDC server: 192.168.1.14
Server time offset: -8
Last machine account password change: 日, 24 3月 2019 16:06:19 JST
[root@f28 ~]# host -4 dc
dc.test.jp has address 192.168.1.20
dc.test.jp has address 192.168.1.14
dc.test.jp has IPv6 address 2400:7800:47e0:1700:843c:b4cb:a66:e458
dc.test.jp has IPv6 address 2400:7800:47e0:1700:5d60:6270:38d8:ea67
[root@f28 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.17
dc1.test.jp has IPv6 address 2400:7800:47e0:1700:2d08:12b:5540:81b4
[root@f28 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.18
dc2.test.jp has IPv6 address 2400:7800:47e0:1700:2177:5b12:d2ca:224f
[root@f28 ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
[root@f28 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@f28 ~]# host -t A test.jp
test.jp has address 192.168.1.14
test.jp has address 192.168.1.17
test.jp has address 192.168.1.20
test.jp has address 192.168.1.18
[root@f28 ~]# cat /etc/redhat-release
Fedora release 28 (Twenty Eight)
[root@f28 ~]# samba -V
Version 4.8.9
[root@f28 ~]# smbclient //192.168.1.14/netlogon -Uadministrator
Fedora28 Samba4.8.9 Windows Server 2019 Datarcenter Active Directory Domainのメンバーに参加してみた

カテゴリー: fedora, samba4, windows | コメントする

FreeBSD12-RC2をNUC6i5SYHにInstallしてMATEを起動11ac 5GHZ 無線LANを設定してみた


root@freebsd:~ # uname -a
FreeBSD freebsd 12.0-RC2 FreeBSD 12.0-RC2 r340839 GENERIC amd64
root@freebsd:~ # php -v
PHP 7.2.10 (cli) (built: Nov 20 2018 02:04:44) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
root@freebsd:~ # samba -V
Version 4.7.10
root@freebsd:~ # curl -V
curl 7.62.0 (amd64-portbld-freebsd12.0) libcurl/7.62.0 OpenSSL/1.1.1a zlib/1.2.11 nghttp2/1.33.0
Release-Date: 2018-10-31
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy
root@freebsd:~ # ifconfig wlan0
FreeBSD12-RC2 nuc

カテゴリー: 11ac無線LAN, freebsd | コメントする

CentOS7.5 TITAN Vx2 CUDA 10.0 deviceQueryDrv bandwidthTestを動作させてみた

[chibi@tiger bandwidthTest]$ cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
[chibi@tiger bandwidthTest]$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
[chibi@tiger deviceQuery]$ ./deviceQuery
./deviceQuery Starting…

CUDA Device Query (Runtime API) version (CUDART static linking)

Detected 2 CUDA Capable device(s)

Device 0: “TITAN V”

CentOS7.5 TITAN Vx2 CUDA 10.0 deviceQueryDrv bandwidthTest

カテゴリー: centos7, nvidia | コメントする