Posts

Showing posts from August, 2021

Ubuntu Backup

 Ubuntu Backup 1. Déjà Dup 2. Grsync $ apt-get install rsync $ sudo apt install grsync 3. UrBackup     Client Server backup Reference: The 5 Best Graphical Backup Tools for Ubuntu and Linux Mint

Samba Active Directory

      Reference: https://www.google.com/search?channel=fs&client=ubuntu&q=+%E3%82%B5%E3%83%B3%E3%83%90+%E3%82%A2%E3%82%AF%E3%83%86%E3%82%A3%E3%83%96%E3%83%87%E3%82%A3%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA+%E5%B0%8E%E5%85%A5 SambaをActive Directoryドメインコントローラとして設定する OSAKANA TAROのメモ帳 amba4.12でActive Directory構築の手順(まとめ) Ubuntu 18.04 に Samba 4.7 を導入 sambaでActive Directoryドメインコントローラー                        

Ubuntu Server Install Procedure

 1. Create USB boot image     a. Download iso image     b. Run Start up disk creator from application menu     c. Boot and Install Ubuntu Server 2. GUI install $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install tasksel $ sudo tasksel 3. Set Static IP address     a. Install network-manager         $ sudo apt-get install network-manager     b. Edit configuration file              $ sudo nautilus          edit " 00-installer-config.yaml "                 network:                  version: 2                    renderer:  NetworkManager                 Note: Just above text only no ; or rem...