Advertisement
djjogy

debian 8 first

Jan 21st, 2020
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Ports Router Freigaben
  2. UDP: 1119, 3724
  3. TCP: 1119, 3724
  4.  
  5. ################# FIRST INSTALL DEBIAN 8 ###################################
  6. apt-get install sudo nano apt-utils
  7. apt-get install openssh-server
  8. sudo nano /etc/ssh/sshd_config
  9. PermitRootLogin without-password
  10. #PermitRootLogin without-password
  11. sudo service ssh restart
  12. ifconfig
  13.  
  14. deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
  15. deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free
  16. deb http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
  17. deb-src http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
  18. deb http://security.debian.org/ jessie/updates main contrib non-free
  19. deb-src http://security.debian.org/ jessie/updates main contrib non-free
  20.  
  21. sudo apt-get update
  22. sudo apt-get install ntp ntpdate
  23. dpkg-reconfigure locales
  24. dpkg-reconfigure tzdata
  25. dpkg-reconfigure dash
  26. ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement