목록Web (7)
SH1R0_HACKER

los.rubiya.kr/ Lord of SQLInjection los.rubiya.kr
Ubuntu 18.04 LTS 다운로드 : releases.ubuntu.com/bionic/ Ubuntu 18.04.5 LTS (Bionic Beaver) Select an image Ubuntu is distributed on three types of images described below. Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later. This type of image is what m releases.ubuntu.com [ Ubuntu 18.04 LTS Server 간단한 설치과정..
sudo apt update sudo apt upgrade sudo apt install apache2 sudo systemctl enable apache2 apache2 -v sudo chown www-data:www-data /var/www/html/ -R sudo apt update sudo apt install vsftpd sudo gedit /etc/vsftpd.conf anonymous_enable=NO local_enable=YES write_enable=YES (주석 해제) local_umask = 022 dirmessage_enable=YES chroot_local_user=YES sudo service vsftpd restart sudo apt install mariadb-server ..

기본으로 설정되는 우분투의 미러서버는 http://kr.archive.ubuntu.com 입니다. 하지만 국내에 아래와 같이 속도가 빠른 미러서버가 있습니다. 이 포스팅에서는 우분투 미러서버 변경하는 방법에 대해 작성합니다. launchpad.net/ubuntu/+cdmirrors Mirrors : Ubuntu Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immedi..

패키지 설치 전 필수작업 (패키지 정보 업데이트 및 패키지 업그레이드) 1. 설치가능한 패키지 리스트를 최신으로 업데이트합니다. sudo apt update 2. 설치된 패키지 중 업그레이드가 가능한 패키지 리스트들을 보여줍니다. apt list --upgradable 3. 시스템에 설치된 패키지들을 최신버전으로 업그레이드합니다. sudo apt upgrade 4. 불필요한 패키지들을 제거합니다. sudo apt autoremove [ APACHE 2 설치 ] apt list --installed apache2 우분투 서버를 처음으로 설치했다면 apache2 서버가 설치되어있지 않습니다. Listing...Done 이후 아무것도 출력되지 않는다면 설치되지 않은겁니다. 만약 설..

[ 준비물 ] 1. Vmware 또는 VirtualBox 가상머신 (이 게시글은 Vmware 기준으로 작성됨) 2. Ubuntu 20.04.1 LTS Desktop image 또는 Server install image (이 게시글은 Server install image 기준으로 작성됨) 1. 우분투 언어 선택 우분투 설치 프로그램의 언어와 설치될 우분투의 기본 언어를 선택합니다. 한국어를 지원하지 않으므로 English를 선택해주고 진행합니다. 2. 설치 프로그램 업데이트 (선택사항) 우분투 설치 프로그램에 대한 업데이트가 존재할경우 위와같은 화면이 표시됩니다. 개선사항 및 버그가 수정된 설치파일을 업데이트하고 설치할 수 있습니다. 저는 업데이트를 설치하고 넘어가도록 하겠습니다. (업데이트를 설치하지 않..