No unfortunately not. I am currently (manually) running a script to change the mac address before docking my laptop. Let me know if you do find something though, I haven't had the time these days to...
Type: Posts; User: letsplayfootsy; Keyword(s):
No unfortunately not. I am currently (manually) running a script to change the mac address before docking my laptop. Let me know if you do find something though, I haven't had the time these days to...
open a terminal and enter
$ whoami
$ ls -ld ~/Desktop
$ cd ~/Desktop; ls -l
What is the output of these commands?
Bump.
I messed with it a few hours again yesterday, but no luck so far. Anybody else can confirm/deny that they have this problem as well? I guess this is either a bug with NetworkManager or a...
Hey everyone,
I'm having trouble trying to get my requested MAC address to "stick".
I would like to spoof a MAC address on eth0, however any attempts to make it stick seem too "hackish".
If I...
Hey r-senior,
Thanks for your help. That was some interesting reading, although at the end of the 3rd link, the dude ends up calling sed THREE TIMES(!), and that is one ugly recipe. He also ends up...
Hmm, that's interesting... I guess my next question should be, Is this the expected behaviour? If so, how do I get it to do what I want? i.e. a single file listing all the dependencies, each on...
Hey everyone,
Not sure if this is a bug or user error (probably the latter, as it would be a pretty big bug).
When I'm trying to compile a dependency list for Make using g++ -MM, the -MF option...