Hi,
is there a way macchanger change automatcly my real mac on startup without typing it everytime?
Hi,
is there a way macchanger change automatcly my real mac on startup without typing it everytime?
easily with including a script in ./root/kde/autostart
in script invoke
macchanger --random eth0(or ur interface)
see u
Sorry for the noob question....but where is this script invoke??I tried opening a konsole window and I tried script invoke macchanger --mac 00:11:22:33:44:55 wlan0 and it said invalid option. And can I make it instead of macchanger --random eth0(or ur interface) make it macchanger --mac 00:11:22:33:44:55 wlan0?? Thanks for your help.
Now, to invoke that command, all you have to do is open a konsole and type "Fake_MAC" and it should run the command. Perhaps then, you can put the "Fake_MAC" command in the ./root/kde/autostartCode:alias Fake_MAC="macchanger --mac=00:11:22:33:44:55 wlan0"
The "Fake_MAC" command of course can be changed to whatever you please. I'm not sure if this will work, so don't quote me on it. It's just my stab in the dark.
Well..i typed this EXACTLY
alias Fake_MAC="macchanger --mac=00:11:22:33:44:55 wlan0"
and it looks like it accepted it...but when I opened another window and typed Fake_MAC is said...
-bash: Fake_MAC: command not found
but when i typed Fake_MAC= it gave me a new command line...also...how do I move that command to the ./root/kde/autostart folder?? I don't see kde listed under root...hmm...mabey I'm not looking in the right place? I'm new to Linux and I love it...but I'm still not all that familiar with locations of stuff yet.![]()
Is it hidden? I'm not sure if B|T hides folders by default like Ubuntu does. Hit ctrl+H to see if any new folders show up. Also, try FakeMac (no underscore). Just a guess.
just want to say you create a text file name xxx.sh in /root/kde/autostart
in this text file write
macchanger --random eth0 (or the name of your interface)
save it
tht's all i think
will assign a totaly random mac to your interface at each time kde start
you can also link the file to desktop after ... this make it both autostart and on demand start
see u