Posts

Showing posts from February, 2020

Windows 10 how to show all network computers

Windows 10 how to show all network computers 手順1. Windows10のアップデートによって無効化されたSMB 1.0/CIFS共有のサポートを有効化する方法 1. Control Panel - Programs - Programs and Features - Turn Windows features on or off プログラムメニューの「プログラムと機能」の中にある「Windowsの機能の有効化または無効化」をクリックしましょう。 2. "SMB 1.0/CIFS File Sharing Support" をクリックしてチェックボックスをオンにしたら「OK」をクリックしてパソコンを再起動しましょう。 手順2, 以下のサービスを起動させる。(サービスはコントロールパネルの管理ツールの中) スタートアップの種類を[自動((遅延開始)]に設定します。 [適用]をクリックします。 Function Discovery Provider Host Function Discovery Resource Publication Network Connections UPnP Device Host Peer Name Resolution Protocol Peer Networking Grouping Peer Networking Identity Manager Reference: https://aprico-media.com/posts/2456 https://www.blockmodule.com/archives/2874 https://applica.info/windows10-network-can-not-display http://arctica.sakura.ne.jp/cent/archives/5502

Install Gnome to Ubuntu Server 20.04 and 18.04

Install Gnome to Ubuntu Server 20.04 and 18.04 updating the repositories and package lists     sudo apt-get update && sudo apt-get upgrade Install the tasksel manager utility     sudo apt-get install tasksel Run program,     sudo tasksel

Webmin Install on Ubuntu Server 18.04

Webmin Install on Ubuntu Server 18.04   1. Add new repository     $ sudo nautiluse          Edit /etc/apt/sources.list           Add below line to the bottom of the file           deb http://download.webmin.com/download/repository sarge contrib           Save file and exit editor. 2. Add the Webmin PGP key. To let system      wget http://www.webmin.com/jcameron-key.asc      $ sudo apt-key add jcameron-key.asc 3. Update list of packages to include Webmin repository      $ sudo apt-get update 4. Install Webmin. $ sudo apt install webmin $ sudo reboot   5. Run Webmin           https://<ip_address>:10000 Output Webmin install complete. You can now login to https://your_server_ip:10000 as root with your root password, or as any user who can use `sudo`. R...