Ubuntu VMware Workstation Player 15.x Execute Command $ /usr/bin/vmplayer VM Workstation Player UI -> Open a Virtual Machine or $ /usr/bin/vmplayer /path/to/VM's .vmx file ex) $ /usr/bin/vmplayer /home/user/vm/Windows7.vmx https://communities.vmware.com/thread/578176 OS/Ubuntu 2020.06.02
Ubuntu VMware Workstation Player 15.x Open a Virtual Machine Error Ubuntu VMware Workstation Player Open a Virtual Machine Error 1. Open File program. 2. Move VM directory. 2. Double click on the VM's .vmx file. https://communities.vmware.com/thread/577461 or $ /usr/bin/vmplayer /path/to/VM's .vmx file ex) $ /usr/bin/vmplayer /home/user/vm/Windows7.vmx https://communities.vmware.com/thread/578176 OS/Ubuntu 2020.06.02
CentOS7 커널 패키지 제한 1. YUM 환경설정 파일 수정 $ sudo vi /etc/yum.conf [main] installonly_limit=5 => 이 숫자(5)를 제한할 숫자로 변경 후 저장(아래 2개 제한으로 변경) installonly_limit=2 2. 이전 커널 패키지 삭제 명령어 실행 $ sudo yum install yum-utils $ sudo package-cleanup --oldkernels --count=2 => 이전 2개 커널 패키지만 남겨두고 나머지 삭제 (여기서는 이전 2개의 커널 패키지를 남겨두고 삭제하나 숫자 2를 남겨둘 커널 패키지 수로 변경하여 실행하면 됨) OS/CentOS 2020.05.14
Oracle 12c 외부접속 오픈 Oracle Install Directory : C:\app\oracle\product\12.2.0\dbhome_1 listener.ora edit C:\app\oracle\product\12.2.0\dbhome_1\network\admin\listener.ora Before SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = CLRExtProc) (ORACLE_HOME = C:\app\oracle\product\12.2.0\dbhome_1) (PROGRAM = extproc) (ENVS = "EXTPROC_DLLS=ONLY:C:\app\oracle\product\12.2.0\dbhome_1\bin\oraclr12.dll") ) ) LISTENER = (D.. DB/Oracle 2020.05.12
HDD Low Level Format HDD Low Level Format 1. Visit the site below. www.hddguru.com/software/HDD-LLF-Low-Level-Format-Tool/ HDDGURU: HDD LLF Low Level Format Tool HDD LLF Low Level Format Tool Low Level Format Tool — Click to enlarge Developer: HDDGURU.COM License terms: Free for personal/home use (speed is capped at 180 GB per hour which is 50 MB/s) Just $3.30 for personal/home use (no speed limit): Order Personal w.. OS/Windows 2020.05.08
Ubuntu 20.04 + VMware Workstation Player 15.5 1. Download VMware Workstation Player 15.5 https://www.vmware.com/go/getplayer-linux 2.Move download directory $ cd /movedownloaddirectory 3. Grant user execute permission $ chmod u+x VMware-Player-15.5.2-15785246.x86_64.bundle 4. Install build-essential $ sudo apt install build-essential 5. Install VMware workstation player (root access) $ sudo ./VMware-Player-15.5.2-15785246.x86_64.bundle 불러오는.. OS/Ubuntu 2020.04.26
Ubuntu enable 32 bit architecture If your system is 64 bit, enable 32 bit architecture (if you haven't already): $ sudo dpkg --add-architecture i386 OS/Ubuntu 2020.04.01
Ubuntu VMware Workstation Player Uninstall Ubuntu VMware Workstation Player Uninstall $ sudo vmware-installer -u vmware-player user@localhost:~$ sudo vmware-installer -u vmware-player [sudo] user의 암호: All configuration information is about to be removed. Do you wish to keep your configuration files? You can also input 'quit' or 'q' to cancel uninstallation. [yes]: n Uninstalling VMware Installer 3.0.0 Deconfiguring... [##################.. 카테고리 없음 2020.03.17
Linux USB Info Command $ lsusb user@bada:~$ lsusb Bus 002 Device 004: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth Bus 002 Device 003: ID 1bcf:2805 Sunplus Innovation Technology Inc. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 003: ID 1.. OS/Linux 2020.03.08
Linux PCI Device Info Command $ lspci user@bada:~$ lspci 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09) 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: I.. OS/Linux 2020.03.08