<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=SafeSquid%3A_Instalasi</id>
	<title>SafeSquid: Instalasi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=SafeSquid%3A_Instalasi"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=SafeSquid:_Instalasi&amp;action=history"/>
	<updated>2026-04-26T00:11:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=SafeSquid:_Instalasi&amp;diff=48842&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot; The Guide » Installing Safesquid » Installing SafeSquid  Log in to the Linux box as root  Change to a working folder      cd /usr/local/src/  Download the desired edition f...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=SafeSquid:_Instalasi&amp;diff=48842&amp;oldid=prev"/>
		<updated>2017-06-22T23:38:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; The Guide » Installing Safesquid » Installing SafeSquid  Log in to the Linux box as root  Change to a working folder      cd /usr/local/src/  Download the desired edition f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; The Guide » Installing Safesquid » Installing SafeSquid&lt;br /&gt;
&lt;br /&gt;
Log in to the Linux box as root&lt;br /&gt;
&lt;br /&gt;
Change to a working folder&lt;br /&gt;
&lt;br /&gt;
    cd /usr/local/src/&lt;br /&gt;
&lt;br /&gt;
Download the desired edition from Downloads site&lt;br /&gt;
&lt;br /&gt;
    wget http://downloads.safesquid.net/linux32/safesquid/composite/safesquid-ntlm.RC4.3.2-composite-standard.tar.gz&lt;br /&gt;
&lt;br /&gt;
Decompress the tar file&lt;br /&gt;
&lt;br /&gt;
    tar -xvzf safesquid-ntlm.RC4.3.2-composite-standard.tar.gz&lt;br /&gt;
&lt;br /&gt;
Creates a directory &amp;#039;safesquid&amp;#039; in your current working directory.&lt;br /&gt;
Change to this directory&lt;br /&gt;
&lt;br /&gt;
    cd safesquid/&lt;br /&gt;
&lt;br /&gt;
The safesquid directory contains the installation script install.&lt;br /&gt;
Run the script&lt;br /&gt;
&lt;br /&gt;
    ./install&lt;br /&gt;
&lt;br /&gt;
The install script asks you to select one of the following 3 options -&lt;br /&gt;
&lt;br /&gt;
    Press &amp;quot;F&amp;quot; if we are doing a Fresh install&lt;br /&gt;
    Press &amp;quot;U&amp;quot; if we want to Update an existing installation&lt;br /&gt;
    Press &amp;quot;A&amp;quot; if we want to Adjust an existing conf file&lt;br /&gt;
&lt;br /&gt;
Press &amp;quot;F&amp;quot; for fresh installation&lt;br /&gt;
The install script checks for dependencies and displays the status&lt;br /&gt;
The output should be similar to -&lt;br /&gt;
&lt;br /&gt;
    Checking Dependencies&lt;br /&gt;
    /lib/libsafe.so.2 (0xf6ffa000)&lt;br /&gt;
    libpam.so.0 =&amp;gt; /lib/libpam.so.0 (0xf6fea000)&lt;br /&gt;
    libdl.so.2 =&amp;gt; /lib/libdl.so.2 (0xf6fe5000)&lt;br /&gt;
    libpthread.so.0 =&amp;gt; /lib/tls/i686/libpthread.so.0 (0xf6fd4000)&lt;br /&gt;
    libssl.so.4 =&amp;gt; /lib/libssl.so.4 (0xf6fa0000)&lt;br /&gt;
    libstdc++.so.6 =&amp;gt; /usr/lib/libstdc++.so.6 (0x00bbb000)&lt;br /&gt;
    libm.so.6 =&amp;gt; /lib/tls/i686/libm.so.6 (0xf6f7d000)&lt;br /&gt;
    libc.so.6 =&amp;gt; /lib/tls/i686/libc.so.6 (0xf6e69000)&lt;br /&gt;
    libgcc_s.so.1 =&amp;gt; /lib/libgcc_s.so.1 (0x00974000)&lt;br /&gt;
    /lib/ld-linux.so.2 (0x00b97000)&lt;br /&gt;
    libgssapi_krb5.so.2 =&amp;gt; /usr/lib/libgssapi_krb5.so.2 (0x009e7000)&lt;br /&gt;
    libkrb5.so.3 =&amp;gt; /usr/lib/libkrb5.so.3 (0x00b1e000)&lt;br /&gt;
    libcom_err.so.2 =&amp;gt; /lib/libcom_err.so.2 (0x009e2000)&lt;br /&gt;
    libk5crypto.so.3 =&amp;gt; /usr/lib/libk5crypto.so.3 (0x00afb000)&lt;br /&gt;
    libresolv.so.2 =&amp;gt; /lib/libresolv.so.2 (0xf6e55000)&lt;br /&gt;
    libcrypto.so.4 =&amp;gt; /lib/libcrypto.so.4 (0x00a11000)&lt;br /&gt;
    libz.so.1 =&amp;gt; /usr/lib/libz.so.1 (0x00962000)&lt;br /&gt;
&lt;br /&gt;
    looks okay&lt;br /&gt;
    Press any key to continue&lt;br /&gt;
&lt;br /&gt;
Note: If a missing dependency is reported, you will have to install it before you can continue.&lt;br /&gt;
&lt;br /&gt;
If everything is fine, then press any key to continue&lt;br /&gt;
&lt;br /&gt;
The SafeSquid End-User License Agreement is displayed.&lt;br /&gt;
The options are as follows -&lt;br /&gt;
&lt;br /&gt;
    Press &amp;quot;B&amp;quot; / &amp;quot;F&amp;quot; to move Back / Forward&lt;br /&gt;
    Press &amp;quot;S&amp;quot; when you have finished reading&lt;br /&gt;
&lt;br /&gt;
Read the License Agreement, or press &amp;quot;S&amp;quot; to skip and continue.&lt;br /&gt;
&lt;br /&gt;
The following options are displayed -&lt;br /&gt;
&lt;br /&gt;
    Press Y if you find the End-User License Acceptable&lt;br /&gt;
    Press A To Read the End-User License Again&lt;br /&gt;
    Press N if you find the End-User License NOT Acceptable&lt;br /&gt;
    and immediately abort the Installation Process&lt;br /&gt;
&lt;br /&gt;
Press &amp;quot;Y&amp;quot; to continue&lt;br /&gt;
&lt;br /&gt;
Here onwards, the install script will ask for about 28 configuration option.&lt;br /&gt;
All option pages are self explanatory, and should not require you to make any changes.&lt;br /&gt;
To make changes in the default option, press &amp;quot;C&amp;quot;&lt;br /&gt;
When you have made the necessary changes, press &amp;quot;S&amp;quot; to continue with the installation.&lt;br /&gt;
You can also press &amp;quot;S&amp;quot; on the first option screen, to install with the default option.&lt;br /&gt;
(The settings can later be changed by editing the startup.conf file, which you will find in /opt/ safesquid/safesquid/init.d directory. The changes will take effect the next time Safesquid is restarted.)&lt;br /&gt;
&lt;br /&gt;
The installation starts when you press &amp;quot;S&amp;quot;&lt;br /&gt;
The installation will pause a few times to display the status, and for confirmation.&lt;br /&gt;
When the installation is complete, the following message is displayed -&lt;br /&gt;
&lt;br /&gt;
    Press &amp;quot;S&amp;quot; if you would like to start your safesquid now&lt;br /&gt;
    Press any other key to simply exit&lt;br /&gt;
&lt;br /&gt;
Press &amp;quot;S&amp;quot; to start SafeSquid&lt;br /&gt;
&lt;br /&gt;
You should get the following message -&lt;br /&gt;
&lt;br /&gt;
    1. safesquid started with PID: 9659 … ssquid is NOT LISTENING on :8080 …&lt;br /&gt;
    2. safesquid started with PID: 9659 … ssquid is LISTENING on 192.168.0.30:8080 … Process IS RUNNING&lt;br /&gt;
&lt;br /&gt;
So, your SafeSquid is installed and running. Now, to access the SafeSquid Interface, point the proxy setting in the browser to the SafeSquid Server&amp;#039;s IP:PORT, e.g. 192.168.0.30:8080, and access the URL http://safesquid.cfg&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>