Re: [dev] [nbwmon] ncurses bandwidth monitor - looking for maintainer

2014-09-09 Thread Ari Malinen
Well latest release is stable but git version has few bugs. I wouldn't say its actually finished just jet. On Wed, Sep 10, 2014 at 1:22 AM, FRIGN wrote: > On Wed, 10 Sep 2014 01:12:56 +0300 > Ari Malinen wrote: > >> Features: >> * Print bandwidth graphs. >> * Pr

[dev] [nbwmon] ncurses bandwidth monitor - looking for maintainer

2014-09-09 Thread Ari Malinen
Hi. Im looking for maintainer for my project nbwmon. I have no more time to maintain. Features: * Print bandwidth graphs. * Print current, average and maximum transfer speeds. * Print total traffic. * Scale to full window on startup and resize. * Detect active network interface. * Support for mul

Re: [dev] Announcing smdev

2014-08-08 Thread Ari Malinen
smdev is great. Now im using it with gentoo also. I pushed very early ebuilds to my overlay[0]. Contains initscript and migrate guide from udev in einfo. [0] https://github.com/defer-/deferlay/tree/master/sys-fs/smdev On Thu, Aug 7, 2014 at 7:14 PM, Jack L. Frost wrote: > Also smdev is availabl

Re: [dev] [scron] simple cron daemon

2014-07-07 Thread Ari Malinen
Considering the amount of work happening in 2f30 i decided it will be easier for me to send patches there from now on. On Sun, Jul 6, 2014 at 11:31 PM, Bigby James wrote: >> I don't see Ari whining over this, so why would you care? If you care about >> the project and the direction it is taking,

Re: [dev] [scron] simple cron daemon

2014-07-05 Thread Ari Malinen
Maybe something like this: --- /home/defer/temp/scron/crond.c 2014-07-05 12:16:11.917457442 +0300 +++ crond.c 2014-07-05 12:47:43.147434577 +0300 @@ -23,6 +23,7 @@ struct range { int low; int high; + int div; }; struct ctabentry { @@ -150,12 +151,15 @@ matchentry(

[dev] [scron] simple cron daemon

2014-07-02 Thread Ari Malinen
I made cron daemon because vixie-cron was too complex for my taste. It does the job for me. Maybe someone finds use for it. features: schedule tasks single daemon, config and initscript log job output: command &>> /var/log/cron.log run as different user: su -c 'command' user log to stdout and sysl

Re: [dev] Why do you use tmux/screen?

2014-07-01 Thread Ari Malinen
tmux is useful for detach, tabs, scrolling and copy/paste. On Tue, Jul 1, 2014 at 10:45 AM, Maxime Coste wrote: > Hello > > On Tue, Jul 01, 2014 at 03:48:48AM +0300, Dimitris Zervas wrote: >> After a year or so in the list, I think each and every one is using tmux or >> screen (I think more tmux

Re: [dev] Surf hacking. Search Engine and Homepage

2014-04-10 Thread Ari Malinen
Here is my version of search engine and homepage patch. its pretty simple. http://koti.kapsi.fi/~deferi/patches/surf-0.6-searchengine.diff On Thu, Apr 10, 2014 at 12:16 PM, Martti Kühne wrote: > On Thu, Apr 10, 2014 at 1:57 AM, wrote: >> Bigby James said: >>> On 04/09, hiro wrote: >> >> Please

[dev][smdev] Fixed Makefile to create bin folder

2014-04-05 Thread Ari Malinen
Its hard to write ebuilds for smdev because this line is missing from smdev: @mkdir -p ${DESTDIR}${PREFIX}/bin Here is patch: http://koti.kapsi.fi/~deferi/patches/smdev-git-create-bin.diff diff --git a/Makefile b/Makefile index 48749e5..59d844f 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @

Re: [dev] surf-0.6-searchengine

2013-08-06 Thread Ari Malinen
>The way I always get around this search vs. URI schema dilemma for URLs in >my DNS search domain is by appending a slash to the end, which at least makes >Chromium behave as expected. I added detection of url if there is slash at the end of line. On Tue, Aug 6, 2013 at 11:01 PM, Truls Becken wr

Re: [dev] surf-0.6-searchengine

2013-08-06 Thread Ari Malinen
Thanks for feedback. I improved the url detection a bit. Now it considers input as url if it has dot and doesnt contain spaces. It also considers "localhost" as url. Now the search string can contain dots if it also contains spaces. DNS search domains could be solved with DNS query but i think that

[dev] surf-0.6-searchengine

2013-07-31 Thread Ari Malinen
https://github.com/defer-/my-projects/blob/master/surf-0.6-searchengine.diff I wrote patch which adds search engine integration. If you dont provide any arguments surf loads homepage. If you provide url which is not valid then surf passes it to search engine. You can configure homepage and searche