Tiny Core Linux

General TC => Programming & Scripting - Unofficial => Topic started by: mic on April 06, 2020, 02:36:58 AM

Title: Run a .tcz file
Post by: mic on April 06, 2020, 02:36:58 AM
Please tell me - how to run a   .tcz   file in Tiny Core?
 How insert this file  and  which folder,  and how run ?
Title: Re: Run a .tcz file
Post by: Juanito on April 06, 2020, 03:28:30 AM
Code: [Select]
$ tce-load -i extension_name.tcz
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 04:22:12 AM
TC  writes "already installed" ! But this addition nowhere in the program to run! How to run it?
Title: Re: Run a .tcz file
Post by: Juanito on April 06, 2020, 04:31:08 AM
What is the name of the extension?
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 05:00:38 AM
macchanger-1.5.0   (see my picture  in up message)

(few days rack my mind - how start this option )
Title: Re: Run a .tcz file
Post by: Juanito on April 06, 2020, 05:15:13 AM
macchanger-1.5.0 does not exist in the tinycore repos, so I guess you are using a different distribution or product based on tinycore - you should ask them for help.

As a suggestion look under /tmp/tcloop/macchanger-1.5.0 to see what you can find.
Title: Re: Run a .tcz file
Post by: Rich on April 06, 2020, 05:16:48 AM
Hi mic
Open a terminal and enter:
Code: [Select]
macchanger -hand it should display a help message. Here's a man page that may be of some use:
https://manpages.debian.org/jessie/macchanger/macchanger.1
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 05:57:07 AM
Thank you Rich!  Deal have progressed litle bit.
But  if insert  "macchahger -m"  (or  any indexes)  the system writes the same thing!  (see my add )
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 06:03:55 AM
Juanito
Please see my picture (start page)
Title: Re: Run a .tcz file
Post by: Rich on April 06, 2020, 06:09:31 AM
Hi mic
That's because the  -m  option requires you to include a  MAC  address, and you probably need to run it as root, like this:
Code: [Select]
sudo macchanger -m 00:02:e3:07:6a:d4
Or if you want a random  MAC  address instead of a specific one:
Code: [Select]
sudo macchanger -A
    [EDIT]: Fixed typo. Changed  macchahger  to  macchanger.  Rich
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 06:16:32 AM
As a suggestion look under /tmp/tcloop/macchanger-1.5.0 to see what you can find.
Can't see any exe
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 06:23:30 AM
Hi mic
That's because the  -m  option requires you to include a  MAC  address, and you probably need to run it as root, like this:
Code: [Select]
sudo macchahger -m 00:02:e3:07:6a:d4
Or if you want a random  MAC  address instead of a specific one:
Code: [Select]
sudo macchahger -A
not start still  ....  :'(

I"l  try  "ifconfig wlan0 down"     ..... system say "permission denied"
Title: Re: Run a .tcz file
Post by: Rich on April 06, 2020, 06:37:47 AM
Hi mic
As a suggestion look under /tmp/tcloop/macchanger-1.5.0 to see what you can find.
Can't see any exe

This is not Windows. You won't find any  .exe  files. The program is here:
Code: [Select]
/usr/local/bin/macchanger
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 06:44:29 AM


I"l  try  "ifconfig wlan0 down"     ..... system say "permission denied"
Title: Re: Run a .tcz file
Post by: Rich on April 06, 2020, 06:50:38 AM
Hi mic
Hi mic
That's because the  -m  option requires you to include a  MAC  address, and you probably need to run it as root, like this:
Code: [Select]
sudo macchahger -m 00:02:e3:07:6a:d4
Or if you want a random  MAC  address instead of a specific one:
Code: [Select]
sudo macchahger -A

I copied your typo, it should be  macchanger , not  macchahger.

Quote
not start still  ....  :'(
You also have to specify your network adapter in the command, for example:
Code: [Select]
sudo ifconfig wlan0 down
sudo macchanger -m 00:02:e3:07:6a:d4 wlan0
sudo ifconfig wlan0 up
ifconfig
Title: Re: Run a .tcz file
Post by: mic on April 06, 2020, 06:58:39 AM
I win !!!   )))   (but whatever  VERY BIG THANK YOU !) 
I just wrote that a little earlier I realized how to do it!
(2 days with linux )))