Accidently deleted my wifi name in linux mintHow to create an ad-hoc connection?Linux Mint WifiLinux Mint 15...
How much steel armor can you wear and still be able to swim?
Justifying Affordable Bespoke Spaceships
Explicit song lyrics checker
Is a sequel allowed to start before the end of the first book?
How do I become a better writer when I hate reading?
I wish, I yearn, for an answer to this riddle
Using roof rails to set up hammock
Scaling an object to change its key
How can I maintain game balance while allowing my player to craft genuinely useful items?
Derivation of CDF of a function that results in an exponential distribution
Fill the maze with a wall-following Snake until it gets stuck
How can the US president give an order to a civilian?
Is swap gate equivalent to just exchanging the wire of the two qubits?
Why do you need to heat the pan before heating the olive oil?
Time at 1G acceleration to travel 100 000 light years
how to find which software is doing ssh connection?
My student in one course asks for paid tutoring in another course. Appropriate?
Are there foreign customs agents on US soil?
Operator currying: how to convert f[a,b][c,d] to {a+c,b+d}?
Does cooling a potato change the nature of its carbohydrates?
Is there a polite way to ask about one's ethnicity?
Co-worker is now managing my team. Does this mean that I'm being demoted?
Basic power tool set for Home repair and simple projects
Leaving job close to major deadlines
Accidently deleted my wifi name in linux mint
How to create an ad-hoc connection?Linux Mint WifiLinux Mint 15 WiFi hotspot optionsWifi is not working on Linux MintWhat are the most reliable wifi commandline tools? iw vs wpa_cli vs nmcliWifi trouble on Linux MintHP-OMEN Linux mint wifi not workingLinux mint no wifi connectionNetworkManager not auto-connecting to wifi on loginPrefer 5GHz to 2.4Ghz band for specific wifi network (SSID) without using BSSID or for all networks?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I was trying to prevent xfinitywifi from automatically connecting (I have Google Fiber). And followed the advice found here:
https://www.linuxquestions.org/questions/linux-newbie-8/how-to-prevent-comcast-infinity-from-bumping-me-off-my-router-4175615184/
The code I executed:
cd /etc/NetworkManager/system-connections
sudo rm {wifi_accesspoint_name}
The {} changed to {xfinitywifi}. I geuss I screwed up by including the braces. Anyhow I got an error message, then exit'ed.
This removed my wifi name; perhaps because it was the one I was using when executing the above commands. I can still access the internet, it's just that I don't see my wifi when I click on the wifi icon (in the taskbar).
linux-mint wifi
New contributor
add a comment |
I was trying to prevent xfinitywifi from automatically connecting (I have Google Fiber). And followed the advice found here:
https://www.linuxquestions.org/questions/linux-newbie-8/how-to-prevent-comcast-infinity-from-bumping-me-off-my-router-4175615184/
The code I executed:
cd /etc/NetworkManager/system-connections
sudo rm {wifi_accesspoint_name}
The {} changed to {xfinitywifi}. I geuss I screwed up by including the braces. Anyhow I got an error message, then exit'ed.
This removed my wifi name; perhaps because it was the one I was using when executing the above commands. I can still access the internet, it's just that I don't see my wifi when I click on the wifi icon (in the taskbar).
linux-mint wifi
New contributor
add a comment |
I was trying to prevent xfinitywifi from automatically connecting (I have Google Fiber). And followed the advice found here:
https://www.linuxquestions.org/questions/linux-newbie-8/how-to-prevent-comcast-infinity-from-bumping-me-off-my-router-4175615184/
The code I executed:
cd /etc/NetworkManager/system-connections
sudo rm {wifi_accesspoint_name}
The {} changed to {xfinitywifi}. I geuss I screwed up by including the braces. Anyhow I got an error message, then exit'ed.
This removed my wifi name; perhaps because it was the one I was using when executing the above commands. I can still access the internet, it's just that I don't see my wifi when I click on the wifi icon (in the taskbar).
linux-mint wifi
New contributor
I was trying to prevent xfinitywifi from automatically connecting (I have Google Fiber). And followed the advice found here:
https://www.linuxquestions.org/questions/linux-newbie-8/how-to-prevent-comcast-infinity-from-bumping-me-off-my-router-4175615184/
The code I executed:
cd /etc/NetworkManager/system-connections
sudo rm {wifi_accesspoint_name}
The {} changed to {xfinitywifi}. I geuss I screwed up by including the braces. Anyhow I got an error message, then exit'ed.
This removed my wifi name; perhaps because it was the one I was using when executing the above commands. I can still access the internet, it's just that I don't see my wifi when I click on the wifi icon (in the taskbar).
linux-mint wifi
linux-mint wifi
New contributor
New contributor
New contributor
asked 1 hour ago
Scot ParkerScot Parker
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Scot Parker is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f525209%2faccidently-deleted-my-wifi-name-in-linux-mint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Scot Parker is a new contributor. Be nice, and check out our Code of Conduct.
Scot Parker is a new contributor. Be nice, and check out our Code of Conduct.
Scot Parker is a new contributor. Be nice, and check out our Code of Conduct.
Scot Parker is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f525209%2faccidently-deleted-my-wifi-name-in-linux-mint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown