728x90
반응형

nouveau란 기본 onboard 그래픽 드라이버로 탐재되어 있는 것.

 
(base) [root@poc-server ~]# lsmod | grep nouveau
(base) [root@poc-server ~]#
 
(base) [root@poc-server ~]# vi /etc/default/grub
vouneau.modeset=0
 
(base) [root@poc-server ~]#
(base) [root@poc-server ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.10.0-1160.76.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-1160.76.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-862.2.3.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-862.2.3.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-693.21.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-693.21.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-514.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-514.el7.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-e97782148e174a49b2d284d45565fe95
Found initrd image: /boot/initramfs-0-rescue-e97782148e174a49b2d284d45565fe95.img
done
(base) [root@poc-server ~]#
 
(base) [root@poc-server ~]# grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.10.0-1160.76.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-1160.76.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-862.2.3.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-862.2.3.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-693.21.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-693.21.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-514.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-514.el7.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-e97782148e174a49b2d284d45565fe95
Found initrd image: /boot/initramfs-0-rescue-e97782148e174a49b2d284d45565fe95.img
done
(base) [root@poc-server ~]#

 

728x90
반응형
728x90
반응형

LParBox에서 클라우드 서버 임대하면 됩니다.

 

AIX서버 즉 UNIX계열 서버를 할당받을 수 있습니다.

 

VPN을 통해 연결, 숨겨진 하드디스크 용량을 별도 명령어를 통해 연결 가능합니다.

 

gcc 컴파일하는 용도로 많이 사용하였습니다.

 

아마도 국내 클라우드 업체에서 AIX 계열 서버를  클라우드 서비스 하는 업체는 없는 것으로 알고 있습니다( 23년 1월 현재.)

728x90
반응형
728x90
반응형

벤츠 Starview S 모델은

   -자체 동영상 보기 기능 탑재,

  - WI-FI 모드로 스마트폰/휴대폰 연결 기능 미지원

입니다.

 

StarView S 모델에 녹화된 영상을 보기 위해서는

  - 장착된 메모리인  마이크로 SD 카드를 빼낸 후에

  - PC에서 볼 수 있습니다.

 

아래 동영상은 2023년 1월 30일에 촬영된 

  - Starview S모델에서 마이크로 SD카드를 빼내는 동영상

입니다.

 

 

 

동영상 Short처럼

   - 오른쪽을 만져보면,  일자로  있는 것이 있는데, 

   - 만져지는 것의 오른쪽을 뽑는 느낌으로 들어 올립니다. 

  -  왼쪽까지 뽑을 필요는 없습니다. 힘 주면 끊어집니다.( 조심~!)

  -  그 다음,  앞쪽으로 조금 당긴 상태에서, 

  -  마이크로 SD카드 부근을, 검지로  눌러 줍니다. ( push하면 잠겼다 풀렸다 합니다.)

  -  그 다음,  완전히 뺴내기 위해서는 엄지 손톱으로 걸친 후 , 차량 우측으로 빼 주면 됩니다.

 

728x90
반응형
728x90
반응형
구동 
service httpd start | stop | restart 
/usr/sbin/httpd
 
환경설정
/etc/httpd/conf/httpd.conf
/etc/httpd/conf.d/php.conf
 
로그
/var/log/httpd/error_log
/var/log/httpd/access_log
 
웹리소스
/var/www/html
/var/www/cgi-bin
/var/www/icon
/var/www/error
 
php
/etc/httpd/conf.d/php.conf
/etc/php.ini
 
 
  • apache - PHP 연동
        # vi /etc/httpd/conf/httpd.conf  -> php 모듈 추가 확인
           LoadModule php5_module modules/libphp5.so
 
==>  위 조치를 하지 않고.
       /index.php 처럼 접근하니.
해당 파일이 브라우저 상에서 다운로드 된다.
 
# vi /etc/httpd/conf/httpd.conf  -> php 설정
AddType application/x-gzip .gz .tgz 아래 라인에 밑의 두 라인을 추가(대략 394)
AddType application/x-httpd-php .php .php3 .ph .inc .ini
AddType application/x-httpd-php-source .phps
 
==> (  LoadModule libphp5  로 하지 않고 ) &&  파일확장자도 조치않고서
 index.php  에 접근하니.
브라우저에서 index.php 파일의 내용이 보임. 즉 제대로 동작함.
 
 

 

728x90
반응형

+ Recent posts