Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- colab
- raspberry pi
- TensorFlow
- Anaconda
- Jupyter notebook
- face_recognition
- windows
- linux
- error
- FIle
- gpu memory
- YouTube 8M
- download
- python
- python3
- CUDA
- keras
- dlib
- ubuntu
- Windows 10
- dataset
- shakeratos
- colaboratory
- Deep Learning
- object detection
- install
- ppc64le
- 딥러닝
- pyTorch
- urllib
Archives
- Today
- Total
Shakerato
apache (httpd) web server setup on ppc64le server 본문
-
docker pull httpd
-
docker run -i -t -h [container name] --name --dns 8.8.8.8 -d -v /data:/data -p [external port:port] httpd /bin/bash
-
docker ps -a
-
docker commit [user]/[backup image name]
-
docker images
-
docker attach [container name]
-
apt-get update
-
apt-get insatll vim
-
Set ServerName
-
vi /usr/local/apache2/conf/httpd.conf
-
ServerName www.example.com:80
-
--> ServerName [IP]:[Port]
-
apachectl -k graceful
-
Test
-
/usr/local/apache2/htdocs/ (Any http files upload to here)
-
apt-get install openssh-server
-
vi /etc/ssh/sshd_config
-
Port 22
-
PermitRootLogin prohibit-.. -> yes
-
service ssh restart
-
apt-get install sudo
-
passwd
-
[Password]
-
Check ssh connection using putty
'Research' 카테고리의 다른 글
apt-get error 'Couldn't create temporary file ...' (0) | 2019.10.07 |
---|---|
리눅스 한글 문제 해결 ('ascii' codec can't encode characters) (0) | 2019.08.19 |
usb 대용량 파일 전송 실패 해결방법 (드라이브 포멧 변경 fat32 -> ntfs) (0) | 2019.03.01 |
pytorch CUDNN_STATUS_EXECUTION_FAILED error (Anaconda3) (0) | 2019.02.23 |
Video Action Classification using 3D ResNet (0) | 2019.02.18 |
Comments