Absolut minimum rules to go online
Hi,Little Snitch comes with a set of rules to allow access to a lot of services (like iCloud, AppStore) activated by default. This set, however, is not at all necessary to establish and keep alive an...
View ArticleRe: Vast number of new connections
rsharbes1, you're using the wrong tool! You need to install something like Adblock+ in your browser, along with appropriate subscriptions, eg. EasyList, EasyPrivacy, and Fanboy's Annoyance List. That...
View ArticleRe: Absolut minimum rules to go online
I think this is best approached from the other direction than what you tried: Start with a working setup, and disable one rule at a time and observe what happens. It will take a while, but it's a lot...
View ArticleAVR-Doper: Swap in ATmega168 for ATmega8?
Can anyone tell me if the AVR-Doper firmware needs to be changed if I want to use an ATmega168 instead of an ATmega8 for the circuit? Beyond just updating the Makefile, I mean -- are there any material...
View ArticleAppend text to beginning of file?
Is there a Launchbar setting or method for appending text to the *beginning* of a file?I love the ability to append via Instant Send > Filename, so that would be my preferred method of appending to...
View Articlestatic uchar usbIsReset; /* = 0; USB bus is in reset phase
Hi: This is the declaration of usbIsReset, in usbdrv.c (This is a version from 2008, so perhaps this variable no longer exists):static uchar usbIsReset; /* = 0; USB bus is in reset phase...
View Articlerun command inline in shell and return results
run terminal command and return results directly back to launchbarhttps://gist.github.com/prenagha/8402640
View Articlecreate public github gist
create a public github gisthttps://gist.github.com/prenagha/8402107
View Articlelaunchbar command-c integration script
launchbar integration applescript for command-chttp://danilo.to/command-c/https://gist.github.com/prenagha/8372844
View Articlesend IM chat with adium
Launchbar script to allow you to send an Adium chat message directly from within Launchbarhttps://gist.github.com/prenagha/8293517
View ArticleCompile HIDKeys with AVR Studio4
Hi,I tried compiling the HIDKeys sources with AVR Studio4 but failed..I get all the time the following Error:Desktop\HIDKeys.2012-12-08\default/../HIDKeys.2012-12-08/main.c:281: undefined reference to...
View ArticleRe: static uchar usbIsReset; /* = 0; USB bus is in reset p
I couldn't find that variable in several of the 2008 versions. From the comment, it looks more like it's just trying to emphasize that static objects in C are initialized to 0 if no initializer is...
View ArticleDoes usbPoll() get executed before entry to the ISR?
Hi: This is part of the main module running on the device (GNU C):int main(void){ DDRB = 0x22; // 0010 0010 PB1=SDA and PB5=SCL are output PORTB = 0x22; //SDA=SCL=1 usbInit(); sei(); for(;;){...
View ArticleRe: Does usbPoll() get executed before entry to the ISR?
>it uses the USB 5V and a low threshold 3.3V regulator Can the Attiny 85 do 12 MHz at 3.3V? I am certain this is out of spec.> is there enough time for usbPoll() to complete execution for the...
View ArticleRe: Minimal USB implementation
Update: I managed to get it to work on a meager ATtiny10! >Here was an attempt I made at inlining the CRC routine and communicating what registers it trashed Excellent idea. In fact I can onto a lot...
View ArticleRe: AVR-Doper: Swap in ATmega168 for ATmega8?
The pins are identical, the only code changes out of make are the timers. If you dont use timers your good to go. also the usb diodes have to be 1/2 watt 1/4 will not work. Not sure if that is the same...
View ArticleLicence
Hello and Happy New Year I am interested in buying LittleSnitch, I live alone in the house and I have 3 computers (2 desktop, 1 laptop) with different session name, one license is enough or I need to...
View ArticleLittle Snitch: How to keep potential hackers out?
Hello All!I am posting this because I have not seen an answer to this question yet. I am a recent purchaser of Little Snitch. I am not and have never been well versed in hacking and computer...
View ArticleRe: Little Snitch: How to keep potential hackers out?
Never mind I think I did find my answer. I think that I am finally okay with what I have deactivated and I can be safe with what I disabled now. If anyone thinks otherwise please chime in! Thanks
View Article