On Thu, Jun 17, 2010 at 10:23:15AM -0400, Kris Maglione wrote:
> On Thu, Jun 17, 2010 at 04:06:16PM +0200, Stefan Kuttler wrote:
> >,radare -V
> >radare 1.4 64bit on le32bit i686-unknown-linux-gnu dbg
> >,file `which radare`
> >/usr/bin/radare: ELF 32-bit LSB executable, Intel 80386, version 1 (SYS
On Thu, Jun 17, 2010 at 11:32:28AM -0400, Kris Maglione wrote:
> On Thu, Jun 17, 2010 at 04:37:12PM +0200, u...@netbeisser.de wrote:
> >On Thu, Jun 17, 2010 at 10:23:15AM -0400, Kris Maglione wrote:
> >>On Thu, Jun 17, 2010 at 04:06:16PM +0200, Stefan Kuttler wrote:
> >>
On Thu, Jun 24, 2010 at 01:44:50PM +0200, Antoni Grzymala wrote:
> Antoni Grzymala dixit (2010-06-24, 13:42):
>
> > markus schnalke dixit (2010-06-24, 12:21):
> >
> > > [2010-06-24 13:10] Ramil Farkhshatov
> > > >
> > > > I decided to share a simple jabber client with ii interface. It supports
Hi Kris!
On Thu, Jun 24, 2010 at 11:07:51AM -0400, Kris Maglione wrote:
> On Thu, Jun 24, 2010 at 03:41:48PM +0200, Antoni Grzymala wrote:
> >u...@netbeisser.de dixit (2010-06-24, 15:37):
> >>Hm, an IPv6 dog ;)
> >
> >Dog is better than cat :)
>
> Go somewhe
On Thu, Jul 08, 2010 at 02:44:42AM +0200, Aur?lien Aptel wrote:
> On Wed, Jul 7, 2010 at 10:12 PM, Donald Allen wrote:
> > I'm an old-timer, very familiar with rcs and cvs and just a bit
> > with svn. No git, no hg.)
> > /Don
>
> Read this really nice tutorial : http://hginit.com
so I think, his
On Wed, Mar 02, 2011 at 03:33:25PM -0500, Kurt H Maier wrote:
> On Wed, Mar 2, 2011 at 12:48 PM, hiro <23h...@googlemail.com> wrote:
> > Do you want to tell me that sed, awk and cat is "ideal software"?
> >
> > sed is not ideal software for listening to music, is it?
>
> Are you recommending itune
Hi,
On Fri, May 06, 2011 at 09:52:07PM +0200, Enno Boland (Gottox) wrote:
> Hi!
>
> If you're willing to maintain tabbed, feel free. Unfortunally, I'm
> kept busy with my studies. And it would be really a shame to keep this
> software inactive.
>
> I'm still willing to support the development. B
evening'
On Mon, May 09, 2011 at 09:04:07PM +0200, ilf wrote:
> On 05-06 22:46, u...@netbeisser.de wrote:
> >1 Oettinger is on the way.
> Oettinger? SRSLY?
zes, different brands at the Linux Tag 2011.
nash
Hi,
On Fri, May 27, 2011 at 11:49:50PM +0200, ilf wrote:
> I think we can safely agree that both of these suck:
>
> -rwxr-xr-x 1 root root 123K 2011-01-26 20:11 /usr/bin/curl*
> -rwxr-xr-x 1 root root 346K 2011-02-20 12:05 /usr/bin/wget*
>
> Since I can't be the first to realize that, is there a
On Thu, Jun 23, 2011 at 12:25:26AM +0200, Arian Kuschki wrote:
> On 22 June 2011 16:10, Rob wrote:
>
> > Build with debug flags (-g in Makefile)
> >
> > Enable coredumps in your .xinitrc
> > ulimit -c unlimited
> >
> > Wait until dwm segfaults
> > $ gdb --core=path/to/core dwm
> > > bt
> >
> > Vo
Hi,
let's add PIE in config.mk:
diff --git a/config.mk b/config.mk
index bc3d80e..364a649 100644
--- a/config.mk
+++ b/config.mk
@@ -21,7 +21,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\"
${XINERAMAFLAGS}
#CFLAGS
On Tue, Nov 17, 2015 at 01:34:30AM +0300, ret set wrote:
> Segmentation fault
> ~/src/sent-0.1$
different crash with zzuf:
zzuf -r 0.06 ./sent sent.c
see bt.txt
Greetings :)
sk@zachi3000:~/archive/sent$ cat /etc/issue; zzuf -r 0.06 ./sent sent.c
Ubuntu 15.10 \n \l
error, cannot load font:
morrn,
do you know of a suckless linux debugger? what is an alternative to ptrace?
--
Greetings
Stefan
On Fri, Sep 16, 2016 at 11:43:37AM -0400, Greg Reagle wrote:
> On Fri, Sep 16, 2016, at 10:01 AM, Greg Reagle wrote:
> > Greetings. I am running stali in qemu and and it seems to lack a pager.
> > Is it a goal of the suckless project to write a suckless pager for
> > sbase? I see that plan9por
On Fri, Sep 16, 2016 at 11:43:37AM -0400, Greg Reagle wrote:
> On Fri, Sep 16, 2016, at 10:01 AM, Greg Reagle wrote:
> > Greetings. I am running stali in qemu and and it seems to lack a pager.
> > Is it a goal of the suckless project to write a suckless pager for
> > sbase? I see that plan9port
Hi,
how does noreturn attribute work? Trying to get this [0] to work, I
error on noreturn.
/* Note how buffer overruns are undefined behavior and the compilers tend to
optimize these checks away if you wrote them yourself, this only works
robustly because the compiler did it itself. */
ex
On Thu, Sep 22, 2016 at 09:03:57PM +0200, Markus Wichmann wrote:
> On Thu, Sep 22, 2016 at 08:04:44PM +0200, u...@netbeisser.de wrote:
> > main.c:7:10: error: expected ???=???, ???,???, ???;???, ???asm??? or
> > ???__attribute__??? before ???void???
> > noreturn void
On Sun, Oct 16, 2011 at 08:12:30PM +0200, Sime Ramov wrote:
> Hello. I need to keep track of one remote Nagios instance output, which
> excludes cnagios[1].
>
> Is there a good tool somewhere, maybe with curses interface or
> something? Right now, I have the original Nagios page opened in browser,
Heh,
On Mon, Nov 28, 2011 at 09:59:59AM -0900, rogerx@gmail.com wrote:
> Thanks for the tip! Been awhile since I looked at man locate. ;-)
It is always amazing ;-)
> > On Mon, Nov 28, 2011 at 04:19:10PM +0100, u...@netbeisser.de wrote:
> >Heh,
>On 27 November 2011 2
.
On Tue, Jun 25, 2013 at 08:24:08PM +0200, Jakob Kramer wrote:
> so why keep it executable...
> commit 8512381861878f2123a50a162a0d1ea550157da5
> Author: Jakob Kramer
> Date: Tue Jun 25 20:10:39 2013 +0200
>
> removed executable bits from chvt.c
>
> diff --git a/chvt.c b/chvt.c
> old mode
On Tue, Jun 25, 2013 at 11:56:27PM +0200, Jakob Kramer wrote:
> u...@netbeisser.de wrote:
> >On Tue, Jun 25, 2013 at 08:24:08PM +0200, Jakob Kramer wrote:
> >>so why keep it executable...
> >>commit 8512381861878f2123a50a162a0d1ea550157da5
> >>Author: Jakob Kra
Hey,
On Wed, Jul 17, 2013 at 08:44:28PM +0200, pancake wrote:
> I've been doing some ansi tests and found that only xterm (not urxvt, vte,
> iterm2,cmd.exe) supports truecolor ansi escape codes.
>
> It is documented in wikipedia, but afaik, only radare2 uses it (when
> enabled).
Do you have t
Hello,
Having compiled and tested st, I would like to contribute a report.
First the less important and possibly known issue:
Utf-8 and line graphics symbols' handling looks broken on bold text (?).
E.g. mutt shows kanji in From correctly unless the entry is highlighted.
Selecting text which c
On Sat, Sep 24, 2011 at 01:19:47PM -0400, Bryan Bennett wrote:
> For the second bug, An example may help. I ran into
> (what I believe to be) the same bug a few months ago,
> but assumed it was a problem with the font rather than
> with st. (I had been making modifications to the font for
> a while
25 matches
Mail list logo