Advertisement
Androxilogin

Raspi Config

May 23rd, 2019
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. kalipi-config -- expand
  2. apt-get update
  3. apt-get install gparted
  4.  
  5. LCD Screen Enable
  6. --------------------------------------
  7. -sudo su
  8. -cd Desktop/
  9. -sudo git clone https://github.com/goodtft/LCD-show
  10. -cd LCD-show
  11. -chmod +x LCD35-show
  12. -./LCD35-show
  13.  
  14. http://en.kedei.net/raspberry/raspberry.html
  15. https://github.com/juj/fbcp-ili9341
  16.  
  17. --------------------------------------
  18. eBay LCD Instructions:
  19.  
  20. 2.Installation drive:
  21. The LCD screen and raspberry pie development board connected correctly
  22. copy the drive (LCD_show.tar.gz) to raspberry pi;
  23. Decompression file tar -xzvf LCD_show.tar.gz
  24. Jump into the file cd LCD-show
  25. update system sudo apt-get update
  26. Install driver sudo ./LCD35_v1
  27. then after a few seconds ,the system will reboot
  28. if you want to use the HDMI ,you can use this cmd sudo ./LCD_hdmi
  29. Note: you must use this command sudo apt-mark hold raspberrypi-bootloader before you update your system.
  30. Then use the command,
  31. sudo apt-get update
  32. sudo apt-get upgrade
  33. Otherwise it will fail after the restart
  34. Note:other Pins are NC;
  35.  
  36. Change Password
  37. --------------------------------------
  38. passwd
  39.  
  40. Turn on Bluetooth
  41. --------------------------------------
  42. bluetoothctl
  43. agent on
  44. default-agent
  45. scan on
  46. pair 00:00:00:00:00:00
  47. quit
  48.  
  49. Open SSH
  50. --------------------------------------
  51. dpkg-reconfigure openssh-server
  52. update-rc.d -f ssh remove
  53. update-rc.d -f ssh defaults
  54. nano /etc/ssh/sshd_config
  55.  
  56. :CHECK:
  57.  
  58. # Authentication
  59. PermitRootLogin yes
  60.  
  61. sudo service ssh restart
  62. update-rc.d -f ssh enable 2 3 4 5
  63.  
  64. Auto Login
  65. -------------------------------------
  66. kalipi-config
  67.  
  68.  
  69.  
  70. Cheap USB Rubber Ducky Tutorial-
  71. https://hackernoon.com/low-cost-usb-rubber-ducky-pen-test-tool-for-3-using-digispark-and-duck2spark-5d59afc1910
  72.  
  73. Pi Zero Twin Duck Rubber Ducky
  74.  
  75. cd /usr/local/rc/re4son-kernel_4*
  76.  
  77. kalipi-config
  78.  
  79.  
  80. -------------------------------------------------------------------------
  81. sudo fdisk -l
  82. Pick the partitions of the SD card and run fsck over them, eg if the device is mmcblk1:
  83.  
  84. Code:
  85. sudo fsck /dev/mmcblk1p1 -y
  86. sudo fsck /dev/mmcblk1p2 -y
  87.  
  88. ----------------------------------------
  89. Install Notepad++
  90. https://uwnthesis.wordpress.com/2014/07/21/kali-how-to-install-notepad-the-visual-guide/
  91.  
  92. ----------------------------------------
  93. https://re4son-kernel.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement