The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
39 views

Your-freedom client for bypassing an Internet filter

I live in country that filters the internet. I have to use your-freedom client for bypassing the filter. I have to run the client as root user to enabling ECHO mode in the client configuration. In ...
-1
votes
0answers
34 views

Root login for your-freedom installation [closed]

I want to install your-freedom as root user for enabling of ECHO mode in your-freedom client but I dont know what to do.Please help me.TNX In "your-freedom.net" webpage it is said that "If you are ...
0
votes
1answer
67 views

Can I auto-authenticate an M86 web filter?

I'm currently doing an independent study that involves setting up a mock Ubuntu Network - the problem is, the school is required by law to use a web filter, and this makes it difficult to ...
1
vote
1answer
93 views

Allowing VNC only for specific MAC Address?

I just want to allow only for a specific MAC Address(es) to have VNC to my Ubuntu 12.10. This would be pretty cool, because I think if I use password authentication + MAC Filter = safe. I saw I could ...
5
votes
1answer
364 views

How can I bypass governmental censorship of certain websites, for instance in Iran?

I live in Iran and as you know there's a blocking system here. The people here use VPNs to access websites. I did the same. But days ago VPNs (PPTP, L2TP,SSTP) ports was blocked too. The alternatives ...
0
votes
0answers
37 views

User-defined search rules in Liferea

I'm using Liferea 1.8.12 on Ubuntu Gnome Remix 12.10 and searching for a way to apply user-defined search rules to a specific folder in Liferea. E.g.: A folder "Economy" contains 10 RSS feeds. A ...
2
votes
1answer
247 views

ettercap filtering doesn't work

I cant use ettercap filters. I'm writing even the most simple filter I can think of: if (ip.proto == TCP){ msg("Ran Filter\n"); } But even that doesn't work. When I compile it using etterfilter ...
1
vote
0answers
72 views

Searching files - regular expressions with square brackets

I use gnome-search-tool for searching files/folders. There I can put regular expression to filter through file names. I need some help with my custom filter(search). My folders have format: ...
2
votes
1answer
344 views

Writing a simple firewall with iptables

I'm learning how to use iptables and I'm writing a very simple firewall on Ubuntu. Using just the filter table, I added the following rules iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P ...
8
votes
1answer
191 views

How to make Unity's Dash save the results filtering?

The dash can remember the settings for filtered results for the entire session, but not beyond that. Once the profile is logged out and back in the results would reset to their original settings; ...
1
vote
1answer
430 views

How to disable OSD notifications for specific email addresses?

I receive several logs per day via email, either from testing operations, server status or backup resumes. Can I some how disable the notification balloon either by a specific email address, the ...
1
vote
1answer
262 views

Apply LADSPA filter to only one channel of multichannel output with Alsa and PulseAudio

I want to apply a filter, specifically SWH's glame-bandpass-iir, to only one of several output channels. I'm still stumped after looking at the examples listed below. I'm quite sure that ...
8
votes
5answers
914 views

How do I enable the “Scale Window Title Filter” in Compiz on 12.04?

I'd like to use the Compiz "Scale Window Title Filter" on 12.04. I've already read another answer which just said to install compiz-plugins-extra and enable "Scale Window Title Filter" in the ccsm. ...