| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| I'd like to do online banking without having my identity stolen. What are my options? I thought I'd just boot a live linux on my laptop and use that. Problem is that the live linuxes that I've found don't support all my laptop hardware. Biggest problem is the networking. If I install it on a computer, I can load drivers and make it work, but I'm back in the soup never knowing what malware got installed on my machine when I wasn't looking. I don't have the skills to buld a custom linux distribution. Are there SIMPLE tools to help? I'm afraid to leave the mainstream linux distributions. Who knows what evil lurks on a live CD assembled by a college hacker team. Alternative strategy? Thanks, mike |
|
#2
|
| On Tue, 26 Aug 2008 18:45:19 -0700, mike wrote: > I'd like to do online banking without having my > identity stolen. What are my options? > > I thought I'd just boot a live linux on my laptop > and use that. Problem is that the live linuxes > that I've found don't support all my laptop hardware. And which live cds have you tried. > Biggest problem is the networking. > If I install it on a computer, I can load drivers > and make it work, but I'm back in the soup > never knowing what malware got installed on my machine > when I wasn't looking. Guess I do not understand. You boot linux, you go right to the bank's url. Do your transactions, exit, boot windows. Where did the malware come from. The bank? If you are going to run just linux and not a dual boot with windows. Then it should be no problem either. I have created separate accounts for each Internet activity. Example: One for browsing and one for banking. I click a desktop shortcut, it logs into the account, and runs firefox index.html When I exit firefox, files are deleted and a pristine set is put back in place. index.html has my banks url as a link. That prevents me from mistyping errors. In my browsing account index.html has my most used links to hold down the mistyping. I also have install NoScript Add On to block possible malware via java*. I installed privoxy to block ads which may contain java* malware. Installed an intrusion detection Environment system (aids) to tell me about new/change files. I also set my dns servers to the free 208.67.222.222 208.67.220.220 servers to further reduce possible problem sites. http://opendns.org/ http://www.privoxy.org/ Also, added my modem's ip addy to privoxy's user action file to block possible modem cracks from a malware infected site. |
|
#3
|
| mike >I'd like to do online banking without having my >identity stolen. What are my options? It's mostly out of your control - don't choose one of these banks: http://www.abc.net.au/news/stories/2...26/2347276.htm -- Chris. |
|
#4
|
| On 27 Aug, 03:26, Chris McDonald > mike > >I'd like to do online banking without having my > >identity stolen. What are my options? > > It's mostly out of your control - don't choose one of these banks: > > http://www.abc.net.au/news/stories/2...26/2347276.htm > > -- > Chris. They are just the ones who got found out. C. |
|
#5
|
| In article mike > I thought I'd just boot a live linux on my laptop > and use that. Problem is that the live linuxes > that I've found don't support all my laptop hardware. > Biggest problem is the networking. Wireless, I presume? Why not simply use wired networking when doing your banking? (It's been a long time since I've seen a Linux that did not support a machine's wired networking). Note that even if your home network is entirely wireless, your wireless router probably has ethernet ports on the back, and if you are using a laptop, you can just carry it to the router, and plug in there. If your router doesn't have any ethernet ports, you could even temporarily plug your laptop into your DSL or cable modem's ethernet port, in place of your wireless router. That would temporarily disable internet access from your home network, so this might be a problem if there are others in your household--you'd need to at least coordinate your online banking with them. -- --Tim Smith |
|
#6
|
| mike wrote: > I'd like to do online banking without having my > identity stolen. What are my options? > > I thought I'd just boot a live linux on my laptop > and use that. Problem is that the live linuxes > that I've found don't support all my laptop hardware. > Biggest problem is the networking. > If I install it on a computer, I can load drivers > and make it work, but I'm back in the soup > never knowing what malware got installed on my machine > when I wasn't looking. I'd take a look at some of the newer live CDs. There has been a lot of recent progress in the support of wireless chipsets and the tools to configure them. I know for sure that Fedora has put a lot of work into NetworkManager to help autoconfigure your wireless settings, and also includes a lot of wireless networking drivers which used to require out of tree support (through something like NDISWrapper). You'd probably get a better answer to this by asking in the support forums of your favourite live distro, and telling them which wireless network hardware you have. I suspect you'll be able to make this work fairly easily. Simon. |