NUC6i5SYHにInstallしたFedora25をUpdate

NUC6i5SYHにInstallしたFedora25をUpdateしました。
Kernelが4.7-rc6にUpdateされました。
[root@f25 ~]# uname -r
4.7.0-0.rc6.git0.1.fc25.x86_64
[root@f25 ~]# php -v
PHP 7.0.8 (cli) (built: Jun 30 2016 05:03:52) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
[root@f25 ~]# smbclient –version
Version 4.4.4
[root@f25 ~]#

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

NUC6i5SYHでPCBSD10.3-RELEASEを動作させてみた

NUC6i5SYHでPCBSDを動作させてみた。

PCBSDはUSBのInstall版の作成が困難なため、一旦別のPCに
インストールしてそのSSDをNUC6i5SYHに組み込み動作確認しました。
11acは動作確認出来ませんでしたが、有線LANはそのまま使えました。

[root@pcbsd] ~# uname -a
FreeBSD pcbsd 10.3-RELEASE FreeBSD 10.3-RELEASE #0 4b75b72(releng/10.3): Thu Mar 31 10:32:11 EDT 2016 root@avenger:/usr/obj/tmp/build/L51u/pcbsd/git/freebsd/sys/GENERIC amd64

[root@pcbsd] ~# pkg info | grep php
mod_php70-7.0.6 PHP Scripting Language
php70-7.0.6 PHP Scripting Language
php70-bcmath-7.0.6 The bcmath shared extension for php
php70-bz2-7.0.6 The bz2 shared extension for php
php70-curl-7.0.6 The curl shared extension for php
php70-dom-7.0.6 The dom shared extension for php
php70-mysqli-7.0.6 The mysqli shared extension for php
php70-pdo-7.0.6 The pdo shared extension for php
php70-pdo_mysql-7.0.6 The pdo_mysql shared extension for php
php70-xml-7.0.6 The xml shared extension for php
php70-xsl-7.0.6 The xsl shared extension for php
php70-zip-7.0.6 The zip shared extension for php
php70-zlib-7.0.6 The zlib shared extension for php
[root@pcbsd] ~# php -v
PHP 7.0.6 (cli) (built: May 12 2016 20:26:41) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
[root@pcbsd] ~# pkg search samba
p5-Samba-LDAP-0.05_2 Manage a Samba PDC with an LDAP Backend
p5-Samba-SIDhelper-0.0.0_3 Create SIDs based on G/UIDs
samba-nsupdate-9.8.6_1 nsupdate utility with GSS-TSIG support
samba36-libsmbclient-3.6.25_2 Shared lib from the samba package
samba36-nmblookup-3.6.25 NetBIOS Name lookup tool
samba36-smbclient-3.6.25 Samba “ftp-like” client
samba41-4.1.22_2 Free SMB/CIFS and AD/DC server and client for Unix
samba42-4.2.12 Free SMB/CIFS and AD/DC server and client for Unix
samba43-4.3.9 Free SMB/CIFS and AD/DC server and client for Unix
[root@pcbsd] ~#

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

NUC6i5SYH にFedora24をInstall して動作確認してみた

[root@f24 ~]# iwconfig
lo no wireless extensions.
wlp1s0 IEEE 802.11abgn ESSID:”Planex_5-E5DE07″
Mode:Managed Frequency:5.18 GHz Access Point: 00:22:CF:E5:DE:0A
Bit Rate=866.7 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=59/70 Signal level=-51 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:5 Missed beacon:0
eno1 no wireless extensions.
[root@f24 ~]# uname -r
4.6.3-300.fc24.x86_64
[root@f24 ~]# php -v
PHP 5.6.23 (cli) (built: Jun 22 2016 05:59:32)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
[root@f24 ~]# smbclient –version
Version 4.4.4
[root@f24 ~]#

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

OpenSUSE /etc/samba/smb.confの修正

#smb.conf is the main Samba configuration file. You find a full commented
#version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
#samba-doc package is installed.
[global]
workgroup = TEST
password server = opensuse
realm = TEST.JP
security = ads
idmap config * : range = 16777216-33554431
template homedir = /home/%U
template shell = /bin/bash
winbind use default domain = false      ↓
winbind offline logon = false   ここまでを修正

passdb backend = tdbsam
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User

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

FreeBSDでsu -を使うには

nano /etc/groupとして
heel:*:0:root➡heel:*:0:root,home_userとsuにしてrootになりたhome_userを追加、保存して閉じる。
これでsu -でrootになれます。

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