What's new

Closed Installing squid3 on ubuntu 18

Status
Not open for further replies.
post mo lahat ng nilagay mo dito.
Eto po madam kinopya ko lang din yan sa post ni boss loik kaso error pag sa cd etc/squid3 na pang ubuntu 14 kasi yan gusto ko sana i install sa ubuntu 18?

apt-get install squid3
apt-get install nano
cd /etc/squid3
wget You do not have permission to view the full content of this post. Log in or register now. -O squid.conf
nano /etc/ssh/sshd_config
nano /etc/squid3/squid.conf
/etc/init.d/ssh restart
useradd -M -s/bin/false user1
passwd user1
reboot
 
Code:
apt-get install squid3
apt-get install nano
mkdir /etc/squid3
cd /etc/squid3
wget http://pastebin.com/raw/6BSWPgfm -O squid.conf
MYIP=$(wget -qO- ipv4.icanhazip.com)
MYIP2="s/IP_DA_VPS/$MYIP/g"
sed -i $MYIP2 /etc/squid3/squid.conf
nano /etc/ssh/sshd_config
nano /etc/squid3/squid.conf
/etc/init.d/ssh restart
useradd -M -s/bin/false user1
passwd user1
reboot
 
Code:
apt-get install squid3
apt-get install nano
mkdir /etc/squid3
cd /etc/squid3
wget http://pastebin.com/raw/6BSWPgfm -O squid.conf
MYIP=$(wget -qO- ipv4.icanhazip.com)
MYIP2="s/IP_DA_VPS/$MYIP/g"
sed -i $MYIP2 /etc/squid3/squid.conf
nano /etc/ssh/sshd_config
nano /etc/squid3/squid.conf
/etc/init.d/ssh restart
useradd -M -s/bin/false user1
passwd user1
reboot
Maraming salamat po madam sa tulong
 
Status
Not open for further replies.

Similar threads

Back
Top