How do I delete the cache of Squid
-
i am using linux ubuntu
Is there a parallel software to winscp for linux
-
scp on command line at least if not any other
-
i am using linux ubuntu
Is there a parallel software to winscp for linux
Open up a terminal and
ssh admin@yourpfssensebox
-
i use this command
and i got to this- Logout (SSH only) 8) Shell
- Assign Interfaces 9) pfTop
- Set interface(s) IP address 10) Filter Logs
- Reset webConfigurator password 11) Restart webConfigurator
- Reset to factory defaults 12) pfSense Developer Shell
- Reboot system 13) Upgrade from console
- Halt system 14) Disable Secure Shell (sshd)
- Ping host
this is the same screen i have in the old computer i install pfsense
how i can see squid cache from here ? -
at least press 8 to go shell. But i don't know any further
-
at least press 8 to go shell. But i don't know any further
`cd /var/squid/cache`, `rm -rf *`??
-
i get an error says
there to many Parameters`cd /var/squid/cache`, `rm -rf *`??
-
I've read this that you have to use several phases
firstcd /var/squid/cache
and then
rm -rf *
-
It did not do anything
the mark go only one line down -
You have to stop squid, then from a shell the command
squid -z
should suffice (it recreates the swap area, and therefore should clean also the cache).