Making Freedom work in FC5.
In DA-IICT the firewall configuration forces us to use python in addition to freedom to bypass proxy, so some extra work needs to be done!
Python comes already installed in Linux distributions. All you need to do is this:
1. Copy as such your aps098 folder(or simply main.py and .cfg files) from windows in desktop.
Your proxy settings are assumed to be correct.
2. cd aps098/
3. Type: python main.py
4. Done. Python should be running now.(Don't close the terminal)
For freedom you just need a jar file of freedom which is easily obtained from your Program files/Your Freedom folder in windows.
1. Copy freedom.jar to desktop(linux).
2. Browse to desktop. (Make it your current directory)
3. Type: java -jar freedom.jar
4. Freedom should work if your java installation is proper.
5. Configure it as you do in windows.
Once you have got freedom working you can make "yum" updater of FC5 work by editing yum.conf.
1.gedit /etc/yum.conf
2.
Add these line at the end:
# The proxy server - proxy server:port number
proxy=http://localhost:8080
# The account details for yum connections
proxy_username=
proxy_password=
If everything goes fine you can successfully update your system via yum.