Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 540 matches

by kent_dorfman766
2024-04-12 19:30
Forum: System and Network configuration
Topic: SOLVED - port forward to daemon listing on loopback address
Replies: 2
Views: 114

Re: port forward to daemon listing on loopback address

lindi wrote: 2024-04-12 19:17

Code: Select all

socat TCP-LISTEN:1234,bind=10.10.1.5,fork,reuseaddr TCP:localhost:5555
You rock! thanks
by kent_dorfman766
2024-04-12 19:03
Forum: System and Network configuration
Topic: SOLVED - port forward to daemon listing on loopback address
Replies: 2
Views: 114

SOLVED - port forward to daemon listing on loopback address

I'm posting this here becasue the solution is something someone else may find useful. My e-lab is in my basement and my dev workstation is in my main-floor office. The e-lab has a Debian server that hosts USB connected microcontroller dev boards. STmicro provides a TCP/USB bridge application called ...
by kent_dorfman766
2024-04-12 03:28
Forum: Graphical Environments & Desktops
Topic: no way to "underscan" video
Replies: 2
Views: 137

Re: no way to "underscan" video

In Xfce there is a Workspaces>Margins setting that would maybe keep things within viewable area. Thanks for the followup. Unfortunately all the "desktop settings" only give hints to managed windows. For a full screen window it is up to the window whether it honors the desktop settings. It...
by kent_dorfman766
2024-04-11 19:34
Forum: Graphical Environments & Desktops
Topic: no way to "underscan" video
Replies: 2
Views: 137

no way to "underscan" video

Here's an interesting one. Please read in entirety before responding, to facilitate only applicable comments. I have an old 1366 16:9 westinghouse TV driven via hdmi by a legacy GT610 nvidia card (using nvidia drivers, not nouveau) The monitor has no way to correct for overscanning. D'Oh! I looked a...
by kent_dorfman766
2024-03-30 18:55
Forum: General Questions
Topic: SOLVED - display clock recommendations
Replies: 8
Views: 561

SOLVED - Re: display clock recommendations

Qt5 is about as heavy-weight as I'm willing to go, I think that is as heavy as it gets! Just saying, tcl/tk is glorious. Tickle! By far the fastest to method to an end result. And mostly DIY. Eh...With a real lite-weight window manager it's not bad...and as long as I don't have to invite any gnome ...
by kent_dorfman766
2024-03-22 17:04
Forum: Off-Topic
Topic: [Discussion] looking for agnostic dev forum (embedded)
Replies: 0
Views: 379

[Discussion] looking for agnostic dev forum (embedded)

Hey Yinz. (Yeah, from Pittsburgh) Anyways, I've been focusing on embedded systems lately and have built up a collection of rants regarding the particular ecosystems I'm working under (STM32)...but that caused me to pose a larger question. Are there any "very active" embedded system discuss...
by kent_dorfman766
2024-03-19 11:43
Forum: General Questions
Topic: [Software] ALSA - Performance issues
Replies: 2
Views: 328

Re: [Software] ALSA - Performance issues

USB is not a guaranteed bandwith topology. It is shared access, so other devices on the same USB host can/will rob bandwidth.
by kent_dorfman766
2024-03-19 11:40
Forum: Beginners Questions
Topic: Root password strength
Replies: 20
Views: 827

Re: Root password strength

There is no good answer to this. If someone tells you 12 chars of jibberish is OK, then next week that will be considered insecure. Don't rely upon passwords as the keys to the castle. lock down your overall environment with multiple layers of security: network access, managed users, disallow remote...
by kent_dorfman766
2024-03-19 11:35
Forum: Beginners Questions
Topic: [Solved] What is the function of cp debian.iso /dev/sdX?
Replies: 3
Views: 387

Re: [Software] What is the function of cp debian.iso /dev/sdX?

FWIW, I would not use the cp command, but would instead do "dd if=debian.iso of=/dev/sdx bs=512" since cp is meant for filesystem operations, not raw devices.
by kent_dorfman766
2024-03-19 09:44
Forum: Off-Topic
Topic: [Debian Experime-mental] What is the most disgusting technical hack you used?
Replies: 3
Views: 601

Re: [Debian Experime-mental] What is the most disgusting technical hack you used?

Unorthodox? The computer field is made up of "unorthodox" and "whatever it takes to make it work"
by kent_dorfman766
2024-03-19 09:11
Forum: General Questions
Topic: SOLVED - display clock recommendations
Replies: 8
Views: 561

Re: display clock recommendations

Well, it was worth a try... oswaldkelso recommended a couple that are not packages in debian, but they are text apps, not basic X11 so no joy. Qt5 is about as heavy-weight as I'm willing to go, although there is some primal nostalgic satisfaction in doing something with X11/motif...it's been more th...
by kent_dorfman766
2024-03-18 18:58
Forum: General Questions
Topic: SOLVED - display clock recommendations
Replies: 8
Views: 561

SOLVED - display clock recommendations

First, I don't want to debate the merits of different desktop environments. This is what I'm looking for: a liteweight X11 display clock that has stopwatch and countown timer functionality with second display accuracy. Not a toolbar widget, but something that has a real digital interface and allows ...
by kent_dorfman766
2024-03-12 00:45
Forum: General Debian
Topic: [Discussion] What change, if implemented, would cause you to leave Debian?
Replies: 25
Views: 1812

Re: [Discussion] What change, if implemented, would cause you to leave Debian?

Forced adoption of systemd (now past tense, and I moved all my Debian systems to Devuan some time ago. I still consider that "close enough" to Debian though, since 90+% of packages are verbatim). Removal of support for traditional daemons where systemd has similar functionality (e.g. logg...
by kent_dorfman766
2024-02-28 17:46
Forum: System and Network configuration
Topic: SOLVED: nvidia-current-dkms and "RT" kernel
Replies: 6
Views: 737

Re: SOLVED: nvidia-current-dkms and "RT" kernel

stevepusser wrote: 2024-02-27 22:52 Liquorix is fine for low latency I/O for demanding audio/video work; have you at least tried it?
I've not played with it, but intend to review it now that I'm aware.
by kent_dorfman766
2024-02-27 17:52
Forum: Off-Topic
Topic: [Discussion] Do you use Two Factor Authentication (2FA)?
Replies: 13
Views: 1258

Re: [Discussion] Do you use Two Factor Authentication (2FA)?

I agree with the general concensus on here that personal cellphone 2fa is a bad thing. I think we all know why: privacy/tracking-data...but unfortunately joe-sixpack lacks the sophistication to understand the dangers of the wireless leash (smartphone) so those of us who do know better are metaphoric...
by kent_dorfman766
2024-02-27 17:40
Forum: System and Network configuration
Topic: SOLVED: nvidia-current-dkms and "RT" kernel
Replies: 6
Views: 737

Re: nvidia-current-dkms and "RT" kernel

FWIW, the symbol export previously suggested just changed the error message to: root@files:/usr/src# export IGNORE_PREEMPT_RT_PRESENCE=1 root@files:/usr/src# dkms build nvidia-current/470.223.02 -k 5.10.0-28-rt-amd64/x86_64 --kernelsourcedir /usr/src/linux-headers-5.10.0-28-rt-amd64 Error! The /var/...
by kent_dorfman766
2024-02-25 02:39
Forum: System and Network configuration
Topic: SOLVED: nvidia-current-dkms and "RT" kernel
Replies: 6
Views: 737

Re: nvidia-current-dkms and "RT" kernel

IMHO, the linux kernel has never handled IO channel bottlenecks well, and it seems to have gotten worse the more they try to genericise a kernel "for general use" by playing with newer more complicated schedulers. RT is an experiment to see if the occasional "mouse freeze" or sys...
by kent_dorfman766
2024-02-24 21:28
Forum: System and Network configuration
Topic: SOLVED: nvidia-current-dkms and "RT" kernel
Replies: 6
Views: 737

SOLVED: nvidia-current-dkms and "RT" kernel

There are some rumblings about this when doing a web search, but nothing substantive jumps out.

I need to switch to linux-image-rt/oldstable and it seems nvidia-current-dkms is incompatible. Any elegant path forward?

I'd hate to have to jump to manual driver build from the nvidia vendor website.
by kent_dorfman766
2023-11-16 14:05
Forum: Hardware
Topic: no more automatic rescan?
Replies: 3
Views: 1089

Re: no more automatic rescan?

Are you sure things are set right? Will double check but I'm fairly certain that the only thing having changed was from 4.x to 5.x kernel. The RocketRaid BIOS is known buggy and will destroy data on certain drive sectors if it is enabled, so it has always been disabled on my machines. The machine i...
by kent_dorfman766
2023-11-16 00:24
Forum: Hardware
Topic: [not likely to be solved] - duplex printing is broken
Replies: 6
Views: 4761

Re: duplex printing is broken

doubtful this thread will ever be resolved. In typical FOSS fashion, I guess I'm stuck without the feature until someone in the CUPS project taskes note and addresses it.