LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-15-2018, 06:06 PM   #1
TeamMikeyH
LQ Newbie
 
Registered: Apr 2018
Posts: 2

Rep: Reputation: Disabled
Talking how can I delete temp internet files using terminal? what else can I do to keep from being tracked?


I am trying to learn how to keep my computer clean and to not be tracked with my usage and what I do on my computer. What are some good practices I can use terminal for and software and applications that I should learn to utilize?
 
Old 04-15-2018, 07:00 PM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,113

Rep: Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159
as far as clean up you could write a script that deletes every file you want to get rid of just before your computer shuts off, as in during shut down, and put that script where ever you think is a good place, mark it executable then add a command to execute it during shutdown in your /etc/rc.d/rc.local_shutdown

Not tested by me, but it is Feasible.
 
Old 04-15-2018, 07:17 PM   #3
TeamMikeyH
LQ Newbie
 
Registered: Apr 2018
Posts: 2

Original Poster
Rep: Reputation: Disabled
I am new to all of this so how would I go about doing that? Maybe something I could copy and paste into terminal?
 
Old 04-15-2018, 07:43 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,113

Rep: Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159
Quote:
Originally Posted by TeamMikeyH View Post
I am new to all of this so how would I go about doing that? Maybe something I could copy and paste into terminal?
cookies keep track of what and where you've been, and whatever else someone put in it to do, and your history that is controlled by your web browser. same for Windows. use your web browser to delete all cookies and history. put up a firewall look into whatever distro you have and how they set up a firewall. read up on network security so you'll have a better understanding of what to do to keep people out and such.
 
Old 04-15-2018, 08:13 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,663
Blog Entries: 28

Rep: Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904Reputation: 5904
A web search for "bash script delete cookies" will turn up a number of articles and tutorials that you might find helpful.
 
Old 04-17-2018, 01:32 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038
Quote:
Originally Posted by TeamMikeyH View Post
I am trying to learn how to keep my computer clean and to not be tracked with my usage and what I do on my computer. What are some good practices I can use terminal for and software and applications that I should learn to utilize?
I think it's a good practice to set your Browser up properly, first of all.
  • Either disallow storing of data on your machine, or delete it when closing the browser.
  • Disallow cookies completely (however this will break many sites, incl. this one), or disallow third-party cookies, or clean everything out when you exit the browser.
  • do actually close the browser completely every now and then
  • disallow javascript
for javascript control, the noscript addon is highly recommended.
various cookie control addons exist also.

which browser do you use?
 
1 members found this post helpful.
Old 04-17-2018, 09:28 AM   #7
jmgibson1981
Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 982

Rep: Reputation: 328Reputation: 328Reputation: 328Reputation: 328
There are ways but I find it a fools errand. There are so many methods of tracking the only way not to be tracked is to not connect to the internet. You can minimize, but you will never eliminate.
 
Old 04-17-2018, 09:36 AM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,113

Rep: Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159
and do not keep personal information on your hdd.
 
Old 04-17-2018, 10:39 AM   #9
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1410Reputation: 1410Reputation: 1410Reputation: 1410Reputation: 1410Reputation: 1410Reputation: 1410Reputation: 1410Reputation: 1410Reputation: 1410
When you say "keep from being tracked," who are you worried about? Your parents? Your employer? Criminals? Law enforcement? Government agencies? You have to first identify the risk, before you can plan the best response to that risk.

My first boss gave me excellent advice that I follow to this day: "Never do anything on your computer that you would be embarrassed for your mom to read about in the newspaper."

Assume that anything you do on the internet is part of the permanent, public historical record.

That said, in my opinion, the number one thing you can do to stay "safe-ish" on the internet is to use a VPN.

Another tip is to use a Live CD for "sensitive" web browsing, and reboot the computer after each session.

Last edited by snowday; 04-17-2018 at 10:42 AM.
 
Old 04-17-2018, 10:40 AM   #10
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,113

Rep: Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159
go to the public library and do all of your 'dirty work' on there IP because that can always be tracked to the source. Hence the reason the VPN thing was invented.

Last edited by BW-userx; 04-17-2018 at 10:43 AM.
 
Old 04-17-2018, 12:59 PM   #11
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I'd use bleachbit and a vpn.
 
Old 04-17-2018, 01:10 PM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,644

Rep: Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366
It really does depend upon what you wish to hide and from whom.
Just telling my browsers to delete (almost) all history stops me getting annoying adverts for things I searched for before, for example.
If anyone were to read the contents of my hard drive theuy may, well, actually be able to log into my accounts (I have 'burn down my house' plans) but almost all of my history data would be missing as it*ks in cache and (my) cache is in RAM.
As mentioned above sites can and do track IP addresses so, unless you deliberately choose a new exit node on a VbPN or ToR, you will be tracked that way.
Have a google of Panopticon by EFF also, if you want to become more paranoid.
Personally. I would just suggest buying things for youyr own reasosns, giving minimal data to any site you log into and just trying to keep up with how you are being tracked and what you're legally allowed to do to avoid it.
 
Old 04-17-2018, 03:28 PM   #13
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Privacy is not a thing. It's a way of life! I might add that social media are deal breakers for me, not to mention a waste of time. 4,000 friends on face book plus $2.00 will get you a cup of coffee!
 
Old 04-17-2018, 03:58 PM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,113

Rep: Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159Reputation: 2159
Quote:
Originally Posted by AwesomeMachine View Post
Privacy is not a thing. It's a way of life! I might add that social media are deal breakers for me, not to mention a waste of time. 4,000 friends on face book plus $2.00 will get you a cup of coffee!
hey pokes are still free lol ...
 
Old 04-17-2018, 05:59 PM   #15
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I at one time only worked online from a VM with a snapshot. Every time I launched the VM I reverted to the snapshot.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Should I delete temp files in Linux PatAland Linux - Newbie 2 06-30-2013 07:44 PM
Delete temp files. caa1980 Ubuntu 6 03-29-2010 07:47 AM
delete yesterday's temp files Flugelhornchris Programming 8 02-04-2008 12:52 PM
How to create/delete temp/backup files through a shell script ? Sid2007 Programming 4 10-17-2007 01:55 PM
How To Delete temp Internet Files? agee220 Linux - Newbie 3 08-25-2004 02:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration