분류 전체보기(80)
-
우분투에서 자바 설치/실행
https://davelogs.tistory.com/71 우분투(Ubuntu)에서 터미널로 JAVA 설치하기 Ubuntu 20.04 환경에 Java를 설치하고자 한다. 직접 설치파일을 다운로드받아 설치할 수도 있지만, 여기서는 터미널 환경에서 설치하는 방법으로 진행했다. 1. 설치 $ sudo apt-get update $ sudo apt-get upgrade. davelogs.tistory.com https://mkil.tistory.com/481 리눅스에서 자바 컴파일, 실행하는 방법(javac, java) 리눅스에서 자바파일 컴파일 하는 방법 리눅스에서 자바파일 실행 하는 방법 에 대해서 간단히 설명하고자 한다. 서버에서 특정 자바파일만 컴파일해서 라이트하게 테스트하고자 할때 유용하 mkil.tis..
2021.10.28 -
우분투 용량 부족 문제 해결
https://jjudrgn.tistory.com/28 리눅스 용량 부족할때 커널로그 삭제 우분투를 사용하던중 사용하던 kvm이 동작을 안하고 tab키를 눌러 자동완성을 하는것도 잘안되는 상황이 나타났다. -bash: cannot create temp file for here-document : No space left on device df -h 로 디스.. jjudrgn.tistory.com
2021.10.27 -
XML 변환기 오류: 요소 없음 해결
sudo apt-get install php7.4-xml sudo systemctl restart apache2.service
2021.10.24 -
PHPMailer 를 사용해서 자체 메일 서버 없이 이메일 보내기
1. ubuntu 20.04 에 libphp-phpmailer 설치하기 https://www.devmanuals.net/install/ubuntu/ubuntu-20-04-focal-fossa/installing-libphp-phpmailer-on-ubuntu20-04.html How to install libphp-phpmailer on Ubuntu 20.04 (Focal Fossa)? Quick installation of libphp-phpmailer Architecture: all Version: 6.0.6-0.1: Step 1: Update system: sudo apt-get update Step 2: Install: libphp-phpmailer Architecture: all Version:..
2021.10.22 -
암호 생성 / MariaDB 계정 비밀번호 변경하기
https://ubunlog.com/ko/generar-contrasenas-seguras-terminal/ 강력한 암호를 생성하고 터미널에서 확인하는 방법 다음 기사에서는 강력한 암호를 생성하고 Ubuntu 터미널의 명령을 통해 쉽게 확인하는 방법을 살펴 보겠습니다. ubunlog.com https://velog.io/@ddusi/mysql-1 2020-02-04 MySql & MariaDB 계정 비밀번호 변경하기 2020-02-04-MySQL MariaDB change user password프로젝트를 하면서 아주 사소한 것이지만, 각 DB계정의 비밀번호가 달라서 충돌되는 경우가 있다. 이때 서로 비밀번호를 맞춰주기 위해 DB의 비밀번호를 손 쉽 velog.io
2021.10.20 -
Selenium
How to Setup Selenium with Firefox on Ubuntu https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/ How to Setup Selenium with Firefox on Ubuntu Selenium is an automated web testing framework. Using this we can automate the browser functioning for testing any web application. Using selenium you can run predefined code to navigate between multiple pages and test application with predefined r..
2021.10.15