Kernel 7.0 正式版が公開

富士山

Kernel 7.0 正式版が公開されました。関連記事はこちらです。

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

Arch Linux Samba4.24.0でVMware Workstation Pro 17.6.4に構築した Windows Server 2025 Datacenter Active Directory Domain のメンバーに参加した

富士山

desktop Arch Linux

Windows Server 2025 Datacenter

[root@archlinux ~]# kinit administrator
Password for administrator@TEST.JP:
[root@archlinux ~]# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘ARCHLINUX’ to dns domain ‘test.jp’
[root@archlinux ~]# net ads info
LDAP server: 192.168.1.53
LDAP server name: dc.test.jp
Workgroup: TEST
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 14 4月 2026 16:00:33 JST
KDC server: 192.168.1.53
Server time offset: -3
Last machine account password change: 火, 14 4月 2026 16:00:24 JST
[root@archlinux ~]# systemctl restart winbind
[root@archlinux ~]# net ads info
LDAP server: 192.168.1.53
LDAP server name: dc.test.jp
Workgroup: TEST
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 14 4月 2026 16:01:02 JST
KDC server: 192.168.1.53
Server time offset: -3
Last machine account password change: 火, 14 4月 2026 16:00:24 JST
[root@archlinux ~]# host -4 dc
dc.test.jp has address 192.168.1.53
dc.test.jp has IPv6 address 2400:4052:46e0:4c00:b009:ac0f:c51d:93a8
[root@archlinux ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@archlinux ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@archlinux ~]# host -t A test.jp
test.jp has address 192.168.1.53
[root@archlinux ~]# cat /etc/os-release
NAME=”Arch Linux”
PRETTY_NAME=”Arch Linux”
ID=arch
BUILD_ID=rolling
ANSI_COLOR=”38;2;23;147;209″
HOME_URL=”https://archlinux.org/”
DOCUMENTATION_URL=”https://wiki.archlinux.org/”
SUPPORT_URL=”https://bbs.archlinux.org/”
BUG_REPORT_URL=”https://gitlab.archlinux.org/groups/archlinux/-/issues”
PRIVACY_POLICY_URL=”https://terms.archlinux.org/docs/privacy-policy/”
LOGO=archlinux-logo
[root@archlinux ~]# samba -V
Version 4.24.0
[root@archlinux ~]# smbclient //192.168.1.53/netlogon -Uadministrator
Password for [TEST\administrator]:
Try “help” to get a list of possible commands.
詳細はここ
[root@archlinux ~]# kinit administr DC

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

CUDA Toolkit 13.2 Update 1 Downloads

忍野八海

CUDA Toolkit 13.2 Update 1 が公開されました。ReleaseNoteはこちらです。

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

Samba 4.22.9 Available for Download

富士山

Samba 4.22.9 が公開されました。ReleaseNoteはこちらです。

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

Red Hat Enterprise Linux release 10.1 Beta Kernel6.12.0-116.el10.x86_64 PHP 8.5.0alpha4 Update



desktop Red Hat Enterprise Linux release 10.1 Beta

Red Hat Enterprise Linux release 10.1 Beta Kernel6.12.0-116.el10.x86_64とPHP 8.5.0alpha4がUpdateされました。

[root@rhel10 ~]# uname -r
6.12.0-116.el10.x86_64
[root@rhel10 ~]# php -v
PHP 8.5.0alpha4 (cli) (built: Jul 30 2025 20:49:23) (NTS gcc x86_64)
Copyright (c) The PHP Group
Built by Remi’s RPM repository #StandWithUkraine
Zend Engine v4.5.0-dev, Copyright (c) Zend Technologies
with Zend OPcache v8.5.0alpha4, Copyright (c), by Zend Technologies
[root@rhel10 ~]# curl -V
curl 8.9.1 (x86_64-redhat-linux-gnu) libcurl/8.9.1 OpenSSL/3.5.1 zlib/1.3.1.zlib-ng brotli/1.1.0 libidn2/2.3.7 libpsl/0.21.5 libssh/0.11.1/openssl/zlib nghttp2/1.64.0 OpenLDAP/2.6.8
Release-Date: 2024-07-31
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets
[root@rhel10 ~]# smbd -V
Version 4.21.3
[root@rhel10 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 10.1 Beta (Coughlan)
[root@rhel10 ~]#

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