• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Using public internet (Linux Mint)

I plan to use my laptop (Linux Mint 14) with dorm internet (700 people in the dorm) and public Wifi.

How do I turn off things like sharing and network discovery on Linux Mint?

What other measures can I take to secure my laptop and make it more difficult to access?
 
Last edited:
If the package "samba" isn't installed, you're not doing sharing. So uninstall it if it's installed.

I am curious about setting up Linux firewalls, however. I like IPFW, but I don't know how to set it up on Linux. The Linux default seems to be IPTables, and IPTables gives me fits every time I try to read a tutorial.
 
I am curious about setting up Linux firewalls, however. I like IPFW, but I don't know how to set it up on Linux. The Linux default seems to be IPTables, and IPTables gives me fits every time I try to read a tutorial.
I use UFW instead of writing iptables rules by hand.

I believe most if not all Linux firewalls translate into iptables rules.
 
I use UFW instead of writing iptables rules by hand.

I believe most if not all Linux firewalls translate into iptables rules.

I take it a step easier and use gufw :^D

Edit:
If you have money for a vpn, that would be the way to go. I'd at least use the https everywhere addon for Firefox or Chromium. That'll force https when available.
 
Last edited:
would the advice given so far also be applicable to other flavors of linux? I use a lite version of ubuntu.
 
I plan to use my laptop (Linux Mint 14) with dorm internet (700 people in the dorm) and public Wifi.

How do I turn off things like sharing and network discovery on Linux Mint?

What other measures can I take to secure my laptop and make it more difficult to access?

To answer your first question you could block your whole dorm's subnet except for the gateway using whatever firewall utility, but ask yourself this: Why? How likely is it that someone in the dorm is going to perform some remote intrusion? Having your traffic sniffed and abused is only as risky as the value of the information. It might turn out that you want to share files with your dormmates for any number of reasons as well.

IMO the biggest risk is having the thing physically stolen. I suggest encrypted user data (versus full disk) and something like prey in case of theft.
 
Having your traffic sniffed and abused is only as risky as the value of the information.

Even low risk stuff can be a nuisance you don't want to deal with. The rest of what you said stands though.

What's the scene like at a college today? I'd think there would be a lot of people dying to tryout their hacking chops with a lot of ready targets.
 
Ubuntu and Mint are actually Debian based.

Semantics...

Yes... Ubuntu came from Debian and still has a Debian feel under the hood. But it is not "based off" Debian. It is not compatible with any Debian reppos.

Although there is a Debian edition of Mint, the mainstream version is based on Ubuntu, and compatible with Ubuntu repos.

The OP was specifically talking about Mint. That was the purpose of my comment.
 
Back
Top