2018년 11월 29일 목요일

[APACHE] failed No route to host

[APACHE] failed No route to host



[root@vps ~]# wget http://www.example.com:8080
--2018-11-29 10:37:56--  http://www.example.com:8080/
Resolving www.example.com (www.example.com)... xxx.xxx.xxx.xxx
Connecting to www.example.com (www.example.com)|xxx.xxx.xxx.xxx|:8080... failed: No route to host.

/etc/sysconfig/iptables add rule

-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 8080 -j ACCEPT

2018년 11월 16일 금요일

[MySQL] Unknown collation utf8mb4_unicode_520_ci

[MySQL] Unknown collation utf8mb4_unicode_520_ci



ERROR 1273 (HY000) at line 25: Unknown collation: 'utf8mb4_unicode_520_ci'

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

Swapping
    utf8mb4_unicode_520_ci => utf8_general_ci

ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
=>
ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;


2018년 11월 15일 목요일

[CentOS] How to restore Factory setting

[CentOS] How to restore Factory setting



# yum history list all
Loaded plugins: fastestmirror
ID     | Login user               | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
    22 | root <root>              | 2018-10-19 15:13 | Update         |    7
    21 | root <root>              | 2018-09-11 14:07 | Install        |   10
    20 | root <root>              | 2018-09-11 14:07 | Erase          |    8
    19 | System <unset>           | 2018-09-11 10:24 | Update         |    3
    18 | root <root>              | 2017-12-07 10:07 | Install        |    1
    17 | root <root>              | 2017-11-24 12:26 | Install        |    1
    16 | root <root>              | 2017-11-24 12:25 | Install        |    2
    15 | root <root>              | 2017-11-24 12:23 | Install        |    2
    14 | root <root>              | 2017-11-24 12:22 | Install        |    6
    13 | root <root>              | 2017-11-05 09:48 | Install        |   22
    12 | root <root>              | 2017-10-29 10:44 | Install        |    1
    11 | root <root>              | 2017-10-29 10:36 | I, O, U        |   41
    10 | root <root>              | 2017-10-29 10:36 | Install        |    5
     9 | root <root>              | 2017-10-29 00:20 | Install        |   18
     8 | root <root>              | 2017-10-29 00:20 | Install        |   30
     7 | root <root>              | 2017-10-29 00:19 | Update         |    1 EE
     6 | root <root>              | 2017-10-17 16:54 | Install        |    3
     5 | root <root>              | 2017-10-17 16:52 | Install        |  218 EE
     4 | root <root>              | 2017-10-17 16:51 | Update         |    3
     3 | root <root>              | 2017-09-20 13:54 | Install        |    1
     2 | root <root>              | 2017-09-20 13:52 | I, U           |   28
     1 | System <unset>           | 2017-09-14 12:20 | Install        |  291
history list

# yum history info 22

# yum -y history undo 22
# yum -y history undo 21
# yum -y history undo ...
# yum -y history undo 1

2018년 11월 9일 금요일

윈도우10 안쓰는 기본앱 제거하기

윈도우10 안쓰는 기본앱 제거하기


윈도우 기본적으로 설치된 앱 중에서 사용하지 않으면서 용량을 차지하는 앱들이 있습니다.
물론 얼마되지 않는 사이즈이지만 조금이나마 C 드라이브 공간을 늘이는 방법입니다.

PowerShell 을 관리자권한으로 실행해서 아래 명령어로 삭제하면 됩니다.

계산기
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
날씨
Get-AppxPackage *bingweather* | Remove-AppxPackage
메일 및 일정
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
윈도우폰
Get-AppxPackage *windowsphone* | Remove-AppxPackage
3D빌더
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
알람 및 시계
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
카메라
Get-AppxPackage *windowscamera* | Remove-AppxPackage
영화 및 TV
Get-AppxPackage *zunevideo* | Remove-AppxPackage
오피스
Get-AppxPackage *officehub* | Remove-AppxPackage
음성 녹음기
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
시작
Get-AppxPackage *getstarted* | Remove-AppxPackage
지도
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
피플
Get-AppxPackage *people* | Remove-AppxPackage
Groove 음악
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Microsoft Store
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Skype
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Xbox
Get-AppxPackage *xboxapp* | Remove-AppxPackage

CCleaner Free 유틸리티로 지우면 좀 더 편하게 지울 수 있습니다.




2018년 11월 8일 목요일

VirtualBox VERR_VD_IMAGE_READ_ONLY

VirtualBox VERR_VD_IMAGE_READ_ONLY



VirtualBox 에서 이미 만들어진 VHD 파일을 디스크로 연결해서 실행하면

Failed to open image 'vhd경로' for writing due to wrong permissions
(VERR_VD_IMAGE_READ_ONLY).
AHCI: Failed to attach drive to Port0
(VERR_VD_IMAGE_READ_ONLY).

이렇게 오류가 나오면서 세션을 열 수 없습니다.



이 문제는 VirtualBox 를 관리자 권한으로 실행하면 됩니다.