topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday November 21, 2025, 8:03 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 113next
451
N.A.N.Y. 2015 / Re: Ideas Wanted!
« Last post by ewemoa on October 08, 2014, 04:13 AM »
How about a good but basic standalone bookmark manager. Ideally one that stored its data in a text or xml file.

Architecture (i.e. protocols and formats) to manage bookmarks independent of browser.  Extend with plugins -- even UI so text-mode as well as browser-based operation possible.  Multi-platform too.

Except perhaps for the core, we write plugins contributing different functionality (e.g. UI for management, different browser backend support, etc.) for this NANY :)

40hz's requirements get fulfilled by architecture + a small number of plugins. Anything extra is icing!

(We can choose to ship different combinations of the core and plugins too.)

please note...
the smily!

454
General Software Discussion / Re: IP Address Assignment Manager - Does one exist?
« Last post by ewemoa on October 01, 2014, 07:38 PM »
The following seemed to have at least some overlap with what you described:

  http://www.solarwinds.com/ip-address-manager.aspx

Starts at USD 1995...but there's a 30-day free trial...
455
General Software Discussion / Re: The AVE
« Last post by ewemoa on October 01, 2014, 07:47 AM »
Came across:

vi-vim-cheat-sheet.gif

via Graphical vi-vim Cheat Sheet and Tutorial

It's a multi-page thing, with pages 2 and onward focused on subsets -- some examples follow:

vi-vim-tutorial-1.gif
vi-vim-tutorial-2.gif
vi-vim-tutorial-3.gif
456
Developer's Corner / Re: Random electronics projects
« Last post by ewemoa on September 30, 2014, 06:33 PM »
Thanks!

Hopefully I'll meet up with an oscilloscope before too long -- may be something simple for starters...
457
Developer's Corner / Re: Random electronics projects
« Last post by ewemoa on September 30, 2014, 04:47 AM »
Does this look like it?
458
Developer's Corner / Re: Random electronics projects
« Last post by ewemoa on September 29, 2014, 10:20 PM »
I have an old Heathkit scope I bought at the Goodwill.  It works, but has a time-machine glitch in it (the tops of the waveforms tend backwards) and I haven't found a manual to adjust it yet,

I don't suppose there's anything relevant here:

  http://www.vintage-radio.info/heathkit/



Thanks for the links -- some interesting stuff there.  Saw something about BitScope on the xoscope page -- might take a look at that later.
459
If you want to maximize the use of software, perhaps consideration towards 3D-printing various portions will get you closer to that ideal ;)
460
Developer's Corner / Re: Random electronics projects
« Last post by ewemoa on September 29, 2014, 08:01 PM »
Just beginner-level Arduino stuff here -- just connecting LEDs, wires, etc. on breadboards at this stage.

Curious how the following is going to turn out:

  SmartScope

Do you have access to an oscilloscope?
461
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 29, 2014, 07:47 AM »
A git repository with code to check for the originally reported vulnerability and (some of the?) subsequently revealed(?) ones...

test script for shellshocker and related vulnerabilities

The Bash vulnerability that is now known as shellshock had an incomplete fix at first. There are currently 4 public and one supposedly non-public vulnerability.

via https://github.com/hannob/bashcheck
462
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 29, 2014, 02:49 AM »
There is a Wikipedia page now:

  https://en.wikipedia.org/wiki/Shellshock_%28software_bug%29

One of the sections is "Reported Vulnerabilities", under which there are 5 things listed so far.



The "DHCP Proof of concept Shellshock exploit" link that lanux128 posted alluded to definitely increased motivation around here to patch more machines -- though it looks like more patching may be necessary before long.
463
Non-Windows Software / Re: ANDROID: What app do you use to read digital books?
« Last post by ewemoa on September 28, 2014, 09:39 PM »
Tried out EPUB3 Reader via f-droid...although it still feels like it's in its early stages it has the following:

the app allows the user to split the viewport, creating two separate viewing areas, mimicking the familiar interaction with paper books, where, at the same time, the user can read 1) a footnote and the main text, 2) multiple passages from the same book, 3) passages from different books, and 4) the original text with its translation in another language, on facing pages.

In the case of links, a single tap will follow them in the same window panel, while a long tap will split the viewport into two window panels, opening the link target in the second one. This mechanism makes footnotes (internal links) or other supplemental materials (internal or external links) visible at the same time with the referring text passage, exactly like footnotes in paper books.

If the XHTML files inside an EPUB comply with the naming convention described below, the app is capable of automatically showing facing pages in two languages, turning to the previous/next chapter in both panels simultaneously.

Finally, the user can split the viewport for reading two completely unrelated eBooks.

Another nice aspect to it compared to FBReader and Cool Reader was that it seemed to make use of the contained stylesheet more -- I still use the other 2 too though :)
464
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 28, 2014, 07:23 PM »
Regarding the plausibility of Fedora switching the system shell from bash (e.g. to dash), the following tidbit came up:

I switched a Fedora box to using dash as /bin/sh, and so far have only
logged one bug for something that broke, and it pretty much deserved
to break (BZ #1146733).

via http://www.openwall.com/lists/oss-security/2014/09/28/9

No idea whether that's typical...but note that the author may be an employee of RedHat.
465
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 26, 2014, 10:12 PM »
Arch seems to have taken the position (at least at some point) of not switching:

We are using bash arrays and lots of other bash features, removing them now is simply impossible. bash it is, and will be.

via https://bugs.archlinux.org/task/19551
466
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 26, 2014, 09:19 PM »
I just checked a relatively recent version of Linux Mint (17 I think), and /bin/sh symlinked to dash, so my guess is that Ubuntu still uses dash as the system shell.
467
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 26, 2014, 08:27 PM »
According to Gentoo's wiki:

As some sh scripts may have bashisms in them, it is not guaranteed to work out-of-the-box on Gentoo as /bin/sh replacement.

via:  http://wiki.gentoo.org/wiki/Dash

May be if that's still the case, there will be more incentive to make some appropriate changes...

OTOH, there's this:

  https://bugs.gentoo.org/45735?id=45735

with the status RESOLVED CANTFIX
468
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 26, 2014, 08:19 PM »
I'm not sure what the current status is, but FWIW at some point Ubuntu was using dash as its default system shell:

  https://wiki.ubuntu.com/DashAsBinSh
469
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 26, 2014, 07:48 PM »
May be there will be more movement away from using Bash as the default system shell for systems that currently use it.

IIRC, sometime ago Debian switched away from bash as the default system shell to using dash.
470
General Software Discussion / Re: Linux bash exploit discovered
« Last post by ewemoa on September 26, 2014, 05:28 PM »
IIUC, there are at least two more issues that have surfaced from investigating the original issue [1].  The following mentions CVE ids for these (handy to distinguish among issues):

  http://article.gmane.org/gmane.comp.security.oss.general/13937



On a side note, looks like there's an FF issue that surfaced in a similar time frame...

Update: didn't realize Chrome appears to be affected too.



1
...who knows how many more may be discovered...and which of those will remain unreported...

471
Non-Windows Software / Android: Beware Old Android Browser (CVE-2014-6041)
« Last post by ewemoa on September 17, 2014, 12:18 AM »
This looks pretty serious for folks that still use the old Android Browser (or apps that might use some of the contained code):

...a flaw that enables malicious sites to inject JavaScript into other sites. Those malicious JavaScripts can in turn read cookies and password fields, submit forms, grab keyboard input, or do practically anything else.

via:

  http://arstechnica.c...lf-of-android-users/

More at:

  https://community.ra...saster-cve-2014-6041
472
General Software Discussion / Re: New BitTorrent client needed, suggestions please?
« Last post by ewemoa on September 12, 2014, 04:38 AM »
I've had some luck with the following on occasion:

  http://aria2.sourceforge.net/
473
Non-Windows Software / Re: rePTYr - Re-parent a running process to a new TTY
« Last post by ewemoa on September 08, 2014, 11:09 PM »
Just tried it with some success.

Remember those times when somehow you can't get back to your X session, but there's something running in a terminal you'd like to interact with or see?  Looks like this could work -- a quick test suggests it might work sometimes.

On a side-note, AFAICT, this is Linux-only.
474
Non-Windows Software / Re: rePTYr - Re-parent a running process to a new TTY
« Last post by ewemoa on September 08, 2014, 11:01 PM »
That sounds pretty handy!  Thanks for sharing :)
475
General Software Discussion / Re: SIGIL, free ePub editor
« Last post by ewemoa on September 02, 2014, 02:09 AM »
If it's any consolation, the latest version is still usable (at least for some things) -- and there's at least a WinPenPack portable version (works under WINE too).
Pages: prev1 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 113next