Wednesday, 26 April 2017
Thursday, 30 March 2017
Can't install Kali Linux from USB, fails to find CD-ROM drive(காலி லைனஸ் usb பெண் ட்ரைவ் வழியாக இன்ஸ்டால் செய்வதில் பிழை, சீடி ரோம் கண்டுபிடிப்பதில் பிழை )
காலி லைனஸ் usb பெண் ட்ரைவ் வழியாக இன்ஸ்டால் செய்வதில் பிழை, சீடி ரோம் கண்டுபிடிப்பதில் பிழை
- Unplug your USB from system and re insert it( usbயை பிடுங்கி சொருகவும் )
- wait for mount/ detection (usb LED glow)(பெண் ட்ரைவில் நமது கணினியுடன் இணைத்துவிட்டதை உறுதிப்படுத்த விளக்கு எறியும் )
- Hit Continue(இப்போது என்டர் செய்து இன்ஸ்டாலேஷனை தொடரவும் )
Sunday, 19 March 2017
Kali Linux VDI Backup with Least Size
We can reduce Kali Linux VDI Memory size to the least using the following steps:
காலி லைனஸ் பேக்கப் செய்வது மற்றும் அதனை குறைந்த சைஸ்-கு கொண்டுவருவது பற்றி கீழ்காணும் பதிவில் காண்க :
1.Open Terminal and run these lines:
டெர்மினல் ஓபன் செய்து கீழுள்ள வரிகளை டைப் செய்யவும் :
sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
sudo rm -rf /bigemptyfile
First line will create a file called as "bigemptyfile"and write '0' until the free space available in Virtual Disk gets completed
Second line will delete that "bigemptyfile" which leads to deletion of empty space available in Virtual Disk
முதல் வரி "bigemptyfile" என்கிற பைலை உருவாக்கி அதில் பூச்சியத்தை அந்த டிஸ்கில் இடமுள்ளவரை எழுதிக்கொண்டே செல்லும் இரண்டாம் வரி முதல் வரியில் உருவாக்கிய "bigemptyfile" என்கிற பைலை நீக்கும்
இவ்வாறு நாம் வீணாய் வைத்திருக்கும் டிஸ்க் இடங்களை நீக்கிவிடலாம்
2. Clone Virtual machine using Virtual box, Virtual box software will reduce the Virtual disk size by removing free spaces while cloning
virtual box மென்பொருள் பயன்படுத்தி க்ளோன் செய்யவும்
இப்படி க்ளோன் செய்யும் பொழுது virtual box மென்பொருளே தேவையற்ற டிஸ்க் இடங்களை நீக்கிவிடும்
3. Using 7zip we can reduce the VDI size by 3 times
7ஜிப் மென்பொருள் பயன்படுத்தி ரார் போர்மட்டிற்கு மாற்றினால் முந்திய அளவை விட மும்மடங்கு குறைந்த அளவிற்கு குறைக்கமுடியும்

Thursday, 9 March 2017
Kali Linux Update and Upgrade-(One solution to all problems)
Kali Linux Update and Upgrade
Source list for Kali Linux should be obtained from Kali
Linux official Site
காலி லைனஸ் அப்டேட் மற்றும் அப்கிரேடு செய்ய கீழே கொடுக்கப்பட்டுள்ள உரலியை மட்டும் பயன்படுத்தவும், மற்றவை அனைத்தும் தவறானவை
kali-rolling is our current active repository since the
release of Kali 2016.1. Kali Rolling users are expected to have the following
entries in their sources.list:
deb http://http.kali.org/kali kali-rolling main contrib
non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main
contrib non-free
Obtain the latest Links from here: http://docs.kali.org/general-use/kali-linux-sources-list-repositories
Kali Linux Update and Upgrade
Source list for Kali Linux should be obtained from Kali
Linux official Site
காலி லைனஸ் அப்டேட் மற்றும் அப்கிரேடு செய்ய கீழே கொடுக்கப்பட்டுள்ள உரலியை மட்டும் பயன்படுத்தவும், மற்றவை அனைத்தும் தவறானவை
காலி லைனஸ் அப்டேட் மற்றும் அப்கிரேடு செய்ய கீழே கொடுக்கப்பட்டுள்ள உரலியை மட்டும் பயன்படுத்தவும், மற்றவை அனைத்தும் தவறானவை
kali-rolling is our current active repository since the
release of Kali 2016.1. Kali Rolling users are expected to have the following
entries in their sources.list:
deb http://http.kali.org/kali kali-rolling main contrib
non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main
contrib non-free
Obtain the latest Links from here: http://docs.kali.org/general-use/kali-linux-sources-list-repositories
Subscribe to:
Posts (Atom)