Tiny Core Base > CorePlus
Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
aus9:
--- Quote ---I ran a dry run
--- End quote ---
I have never asked you to do this.
Please read it again.
No I will not supply a perfect example because umm, I am not the guru here.
There are many ways of doing things. You have already figured out many things without anyone's help. That is perfect ;D
Sashank999:
Sorry. You told me to pull down the menu in which there is Dry Run. But I ran dry run. It is my bad.
Then who else knows how to create a tc extension ?
Even wiki.tinycorelinux.net is not working.
I will try googling it.
Sashank999:
Actually, I didn't get any good answers by googling. Please give me a method.
Rich:
Hi Sashank999
--- Quote from: Sashank999 on June 02, 2020, 06:21:21 AM --- ... Then who else knows how to create a tc extension ?
Even wiki.tinycorelinux.net is not working. ...
--- End quote ---
Here's an alternate site for the Tinycore Wiki:
http://wiki.tinycorelinux.net/doku.php?id=wiki:start
Juanito:
--- Quote from: Juanito on May 31, 2020, 04:35:30 AM ---You need to make squashfs extensions out of the installed apps:
--- Code: ---...
$ touch mymarker
$ sudo make install
$ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | grep -v "^\/sys\/" | tee files
$ vi files [edit unneeded files]
$ sudo tar -T files --numeric-owner -zcvf extension.tce
$ mkdir /tmp/pkg
$ cp extension.tce /tmp/pkg
$ cd /tmp/pkg
$ sudo tar xf extension.tce
$ rm extension.tce
$ cd ..
$ sudo mksquashfs pkg/ extension.tcz
--- End code ---
--- End quote ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version