우분투
-
How to Fix 'add-apt-repository command not found' on Ubuntu & Debian컴터 2024. 7. 4. 19:01
https://phoenixnap.com/kb/add-apt-repository-command-not-found-ubuntu How to Fix 'add-apt-repository command not found' on Ubuntu & DebianLearn how to fix the add-apt-repository command not found error and add repositories on Ubuntu or Debian in a few simple steps.phoenixnap.com Ubuntu 및 Debian 기반 배포판에서 새 소프트웨어 저장소를 추가할 때 ' add-apt-repository 명령을 찾을 수 없음 ' 오류가 나타납니다 . 이 오류는 명령과 해당 기본 패키지가 시스템에서..
-
우분투 사용자 스크립트 추가 위치컴터 2016. 9. 22. 10:31
혼자 쓰려면 /~/bin/ 같이 쓰려면 /usr/local/bin/ 에 넣으면 됨. If you need the script for one user, waltinator's answer is fine. If you need the script for all users on your system (but you can also use this for one user), stick it in /usr/local/bin/. One advantage: this directory is already in your PATH so there is no need to edit files. http://askubuntu.com/questions/465109/where-should-i-put-my-script-so-tha..
-
SSH를 이용한 방화벽 우회컴터 2013. 2. 22. 18:42
SSH를 이용한 방화벽 우회 ssh 서버를 socks5 proxy로 써서 방화벽 등등을 우회하는 방법을 알아보자. eWalker 3 Sql 도 해결 수 있습니다. “방화벽 밖에 있으면서 SSH 접속 및 터널링이 가능한 서버” 가 필요하다. 간단히 “집 컴퓨터를 계속 켜놓을 수 있다“면 준비물은 끝. 일단, 회사쪽에서 열린 포트가 있는지 확인해본다. 보안 목적으로 막은 경우, 즉 별도의 프로그램을 설치할 필요가 없이 인터넷은 가능하지만 일부 서비스가 불가능한 경우에는 아무리 빡빡하게 막아도 인터넷 서핑용 포트인 80번 포트는 열려 있다. 인터넷을 시도했을 때 웹페이지는 뜬다면 80번 포트는 열려있다고 보면 된다. DNS 서비스용 포트인 53번도 보통 열려있는 포트이며, 8080도 잘 열려 있는 포트 중 하..