logout kills X

2019-01-30 Thread hohe72
I logged in (to tty1) started X (startx) switched to tty2 logged in (using the same name) logged out -> X on tty1 crashes some info: .local/share/xorg/Xorg.0.log: [ 41948.035] (EE) modeset(0): failed to set mode: Permission denied [ 41948.035] (EE) Fatal server error: [ 41948.035] (EE) Ent

Re: Post-installation: how to auto-configure network adapter (ie. enable internet access)?

2014-06-01 Thread hohe72
Brian wrote (Sun, 1 Jun 2014 14:15:25 +0100): > On Sun 01 Jun 2014 at 05:06:33 -0700, Horatio Leragon wrote: > > > Below is a scenario: > > > > 1. I do not have internet access during installation of Debian. The > > install routine will skip the steps of auto-configuring my network > > adapter

Re: Post-installation: how to auto-configure network adapter (ie. enable internet access)?

2014-06-02 Thread hohe72
Brian wrote (Sun, 1 Jun 2014 19:49:34 +0100): > On Sun 01 Jun 2014 at 19:57:34 +0200, hoh...@arcor.de wrote: > > > Brian wrote (Sun, 1 Jun 2014 14:15:25 +0100): > > > On Sun 01 Jun 2014 at 05:06:33 -0700, Horatio Leragon wrote: > > > > > > > Below is a scenario: > > > > > > > > 1. I do not

Re: Should I install chkrootkit?

2014-06-05 Thread hohe72
Guess that is the matter: https://www.debian.org/security/2014/dsa-2945 --hh Just reposting: Date: Thu, 05 Jun 2014 06:27:35 + From: "mancha" To: slackbuilds-us...@slackbuilds.org Subject: [Slackbuilds-users] chkrootkit vulnerability Hi. As ironic as it sounds, chkrootkit 0.49 can be tu

Re: A Regular Expression Question

2014-06-11 Thread hohe72
You might check the matches with $ grep -nH --color=auto '' and then reuse the regex in sed. --hh "Martin G. McCormick" wrote (Tue, 10 Jun 2014 14:01:20 -0500): > I am trying to remove the & or ampersand sign from some perl > code I wrote as it is not necessary. I have no trouble finding > a

Re: I've an editable .pdf form I need to fill out

2024-02-05 Thread hohe72
pdftk form.pdf fill_form data.fdf output form.filled.pdf # fill in pdftk form.pdf generate_fdf output data.fdf # read It is a CMDL way. It's clumsy, cause form-IDs don't match form labels. At least it tells you if a form is fund in the pdf. For the sake of completeness. On Sun, 21

Re: Any good Debian books highly recommended

2024-09-02 Thread hohe72
Hi, here is no such thing like a Computer book what covers everything. So go for an general purpose UNIX book. Then for an advanced one covering Linux or Debian. Maybe an Admin Guide. Because an Beginners Guide cannot cover every Shell available in detail, you might buy a guide to your favoured s

Re: keyboard repeat

2025-01-23 Thread hohe72
export CST_KBD_DELAY=250# [ms] export CST_KBD_RATE=30 # [char/s] export CST_KBD_REPEAT=34# [ms] # linux console (needs to be root): kbdrate -s -r $CST_KBD_RATE -d $CST_KBD_DELAY # in X xset r rate $CST_KBD_DELAY $CST_KBD_RATE # in wayland: ?? Please note that those settings

Re: serial console

2025-08-04 Thread hohe72
On Thu, 31 Jul 2025 01:38:15 +0100 "mick.crane" wrote: > > If anyone is applying the term “serial” to a parallel port or a > > device that has parallel output, that would seem wrong to me. > > serial console/ parallel is likely me not understanding terminology. > These Raspberry Pis, Arduinos

Re: transferring boot

2025-08-04 Thread hohe72
On Thu, 31 Jul 2025 16:16:19 -0400 Eben King wrote: > I'll probably have the SSD boot MBR, then switch when I install > Trixie. Upgrading distros is always a giant mess where lots of stuff > changes at the same time, so changing the boot method at that time > causes little additional pain. The