Re: EnigmaCurry » Building an Ethernet Tap
Hi,Please, post one article for 1000 Mb Full Duplex tap sniffer?Cheers.
View ArticleRe: Emacs as a powerful Python IDE
Great article~ Thanks, I am learning emacs now~From China.
View ArticleRe: Emacs as a powerful Python IDE
Hi,Thanks for this wonderful post.I have an error though... I keep getting this error message when I launch emacs:"Warning (initialization): An error occurred while loading `/home/ericp/.emacs':File...
View ArticleRe: Emacs IRC (ERC) with Noticeable Notifications
Thanks you it helped me.I got problems with messages containing quotes so I wrote:(if icon      (pymacs-exec (format "msg = pynotify.Notification(\"\"\"%s\"\"\",\"\"\"%s\"\"\",\"\"\"%s\"\"\")"...
View ArticleRe: Emacs ansi-term tricks
use "pop-to-buffer" instead of "switch-to-buffer"Â may give you a more intelligent result !!!
View ArticleRe: EnigmaCurry » ECSniff - The Enigma Curry Network Sniffer
Cool article - nice diagrams on RJ45!-Paul Smietan
View ArticleRe: EnigmaCurry » Building an Ethernet Tap
I supsect the wiring is wrong for tap B. Notice that Host A to Tap A is line1-line3, and line2-line6. Correct, so all Host A's sending to Tap A's receiving. Unfortunately Host B to Tap is is connected...
View ArticleRe: Emacs ansi-term tricks
 (defun visit-ansi-term (arg) "If the current buffer is:    1) a running ansi-term named *ansi-term*, rename it.    2) a stopped ansi-term, kill it and create a new one.    3) a non ansi-term, go...
View ArticleRe: AutoComplete.el : Python Code Completion in Emacs
@7149be22e390915770b6831e35fbe99f:disqus, I tried the method described above with emacs 23 on Ubuntu 12.04, I am getting the following error in my init file:"Symbol's value as variable is void:
View ArticleRe: Python Type Checking
Dmitry Dvoinikov has come up with a type checking system that uses function annotations, a bit of new syntax in Python 3: http://www.targeted.org/python... . His library realizes one of the use-cases...
View ArticleRe: Emacs as a powerful Python IDE
Are there any limitations/drawbacks of using python as an extension language instead of EmacsLisp? I do not ask in relation to Emacs but in general. Are there places where EmacsLisp is more powerful...
View ArticleRe: EnigmaCurry
THANKs! this is just what I was looking for! the streamripper winamp-plug-in in windows does this by default. ...having 1st discovered streamripper in a windows system, I really missed this function in...
View ArticleRe: EnigmaCurry
 next up will be too organize direct links on my desktop or music folder to my Favorite radio stations (I only have under 5), that trigger both at the same time...instead of this in the...
View ArticleRe: AutoComplete.el : Python Code Completion in Emacs
I used this for a bit, but it 1) needed a hell of a lot of setup and emacs-lisp debugging 2) required me to keep starting a python process to work and 3) kept asking about creating a .ropemacs...
View ArticleRe: EnigmaCurry » Building an Ethernet Tap
Nice idea but this is only working on 10/100 Mbit not on Gbitthe reason look herehttp://www.cubro.net/cubro/ind...
View ArticleRe: Resizing a LUKS / DM-Crypt / cryptsetup filesystem
Okay, okay, okay, we believe you, you don't need to repeat that three times in a row.
View ArticleRe: EnigmaCurry
Hello, albeit a bit off-topic, what's the colour theme you're using for Emacs?
View ArticleRe: My new favorite number… is being censored.
Yes, and every cryptographic key CAN be casted to an mathematical constant, so, keys cannot be copyryghted! :P 13256278887989457651018865901401704640
View ArticleRe: EnigmaCurry » Building an Ethernet Tap
If you've been getting break in attempts, this implies you have password authentication turned on. Generate a key pair and turn off passwords. It's not as hard as you think and then you won't have to...
View ArticleRe: Resizing a LUKS / DM-Crypt / cryptsetup filesystem
9 years later it is still working :) Thanks.
View ArticleRe: EnigmaCurry » Building an Ethernet Tap
I realize I am replying to a Zombie thread, but then, here I am 7 years later reading this article, and maybe someone else will too.Rob, you are correct, and for anything more than a temporary or spur...
View Article