Login to Kali Open Terminal with root access cd /boot/grub/ cp grub.cfg grub.bak.cfg vim grub.cfg Search for ###BEGIN Make sure Kali Linux is listed inside it. Don't delete Windows Data. Remove everthing from it until you reached ###END >type :w! to save the data and :q to quit the editor.
Doing shits without xampp or lampp For Php use goole For Apache 2 use google. For Mysql Use Google. For PhpMyAdmin use google.
Once this are done! You may need to do this codes below
sudo a2enmod rewrite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>adb devices | |
>adb reboot-bootloader //boots into fastboot mode | |
>fastboot flash recovery twrp.img //flashing a recovery image | |
>fastboot boot twrp.img //boots recovery which can be used to flash custom rom |
Description: A tree file structure for easy access in VIM.
Commands: 1. Switch NERDTree on and off: + " or NERDTreeToggle 2. Open file in a new tab: t NOTE: Press ? for all the available commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rtmpdump -v -r "rtmps://53c7c8e287199.streamlock.net/vods3/mp4:amazons3/coursekart/videos/1521/topics/Introduction to Compilers - Part - 1 of 1_qtp.mp4" -y "mp4:amazons3/coursekart/videos/1521/topics/Introduction to Compilers - Part - 1 of 1_qtp.mp4" -W "http://d2190hpfa85jkd.cloudfront.net/v11/student/swf/flowplayer-3.2.18.swf" -o Introduction to Compilers.mp4 | |
or | |
rtmpdump -r "rtmpe://s2s984nlpdzqvb.cloudfront.net/cfx/st/mp4:gate/published/ap_tp_lecture_2017-12-19-17-00_Digital_Electronics_Karth_b9542f91-7f5c-4bf3-a3e5-7b0914db6ae8_11-32-54_2017-12-19-12.36.16.498-UTC_mnhj.mp4" -y "mp4:gate/published/ap_tp_lecture_2017-12-19-17-00_Digital_Electronics_Karth_b9542f91-7f5c-4bf3-a3e5-7b0914db6ae8_11-32-54_2017-12-19-12.36.16.498-UTC_mnhj.mp4" -W "https://doubtpoint.tv/gate/vendor/libs/jwplayer.flash.swf" -o abc.mp4 -e -b 12000 | |
NOTE- 12000 is changed by the video length in seconds. |
How to upload files to github using Git for Windows.
- Download Git for windows Google it
- Create a GitHub account on GitHub.com
- Once it is all setup and you have your GH account created create a repository.
- If you are using Processing like I will be choose it in your Git ignore. For example if you are using Unity you would search for Unity.
- For you license choose MIT. Then create!