CUDA Toolkit 11.0 RCが公開

CUDA Toolkit 11.0 RCが公開されました。ReleaseNoteはこちらです。

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

Manjaro Linux Kernel5.6.8-1-MANJARO Update

Manjaro Linux Kernelが5.6.8-1-MANJAROにUpdateされました。

[man ~]# uname -r
5.6.8-1-MANJARO
[man ~]# php -v
PHP 7.4.5 (cli) (built: Apr 15 2020 17:14:40) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[man ~]# curl -V
curl 7.69.1 (x86_64-pc-linux-gnu) libcurl/7.69.1 OpenSSL/1.1.1g zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh2/1.9.0 nghttp2/1.40.0
Release-Date: 2020-03-11
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[man ~]# samba -V
Version 4.12.1
[man ~]# cat /etc/os-release
NAME=”Manjaro Linux”
ID=manjaro
ID_LIKE=arch
PRETTY_NAME=”Manjaro Linux”
ANSI_COLOR=”1;32″
HOME_URL=”https://www.manjaro.org/”
SUPPORT_URL=”https://www.manjaro.org/”
BUG_REPORT_URL=”https://bugs.manjaro.org/”
LOGO=manjarolinux
[man ~]#

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

Debian10.3 PHP 7.4.5 Update

Debian10.3 PHPが7.4.5にUpdateされました。

root@debian:~# uname -r
4.19.0-8-amd64
root@debian:~# uname -a
Linux debian 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1+deb10u1 (2020-04-27) x86_64 GNU/Linux
root@debian:~# php -v
PHP 7.4.5 (cli) (built: Apr 19 2020 08:43:53) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.5, Copyright (c), by Zend Technologies
root@debian:~# curl -V
curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1g zlib/1.2.11 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.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@debian:~# samba -V
Version 4.9.5-Debian
root@debian:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 10 (buster)”
NAME=”Debian GNU/Linux”
VERSION_ID=”10″
VERSION=”10 (buster)”
VERSION_CODENAME=buster
ID=debian
HOME_URL=”https://www.debian.org/”
SUPPORT_URL=”https://www.debian.org/support”
BUG_REPORT_URL=”https://bugs.debian.org/”
root@debian:~# cat /etc/debian_version
10.3
root@debian:~#

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

Ubuntu20.04 Samba4.11.6 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


root@2004:~# kinit administrator
Password for administrator@TEST.JP:
root@2004:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘2004’ to dns domain ‘test.jp’
No DNS domain configured for 2004. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2004:~# systemctl restart winbind
root@2004:~# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@2004:~# wbinfo -n chibi
S-1-5-21-3153889836-307192526-2969236381-1103 SID_USER (1)
root@2004:~# net ads info
LDAP server: 192.168.1.55
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 水, 06 5月 2020 11:41:09 JST
KDC server: 192.168.1.55
Server time offset: 0
Last machine account password change: 水, 06 5月 2020 11:40:26 JST
root@2004:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.11.6-Ubuntu)
SMB1 disabled — no workgroup available
root@2004:~# smbclient //192.168.1.51/netlogon -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Tue May 5 18:07:50 2020
.. D 0 Tue May 5 18:07:50 2020

58449919 blocks of size 4096. 44295516 blocks available
smb: \> exit
root@2004:~# smbclient //192.168.1.51/sysvol -Uadministrator
Ubuntu20.04 Samba4.11.6 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

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

Fedora release 33 Kernel5.7.0-0.rc4.1.fc33.x86_64 Update

Fedora release 33 Kernelが5.7.0-0.rc4.1.fc33.x86_64にUpdateされました。

[root@f33 ~]# uname -r
5.7.0-0.rc4.1.fc33.x86_64
[root@f33 ~]# php -v
PHP 7.4.6RC1 (cli) (built: Apr 28 2020 17:47:50) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.6RC1, Copyright (c), by Zend Technologies
[root@f33 ~]# curl -V
curl 7.70.0 (x86_64-redhat-linux-gnu) libcurl/7.70.0 OpenSSL/1.1.1g-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.4/openssl/zlib nghttp2/1.40.0
Release-Date: 2020-04-29
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f33 ~]# samba -V
Version 4.12.2
[root@f33 ~]# cat /etc/redhat-release
Fedora release 33 (Rawhide)
[root@f33 ~]#

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