LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

upgrade to bookworm

Posted 04-19-2023 at 11:12 PM by neonsignal
Updated 04-19-2023 at 11:14 PM by neonsignal

have upgraded to Debian bookworm (technically still unreleased, but is now in hard freeze)

mostly a painless upgrade, but had a few problems
  1. when starting fluxbox without a display manager, it was failing
  2. firefox was very slow to start, and thunderbird was unable to save files
  3. sound applications were hanging

I did not diagnose the fluxbox startup, but capitulated and installed a display manager instead. Notably it started a different window manager by default,...
Senior Member
Posted in Uncategorized
Views 480 Comments 0 neonsignal is offline
Old

Pepper Flash plugin for Chromium browser

Posted 06-16-2013 at 07:01 PM by neonsignal
Updated 06-16-2013 at 07:46 PM by neonsignal

A few sites require the the newer version of Adobe Flash with the Pepper API.

This is included in the closed Chrome browser package, but it can also be used with the open source Chromium browser from which Chrome is derived. The Pepper API is not supported by Firefox.

There are packages available for some distros, but it can also be installed manually.

First download the current Chrome package to suit your architecture, eg:
Code:
wget https://dl.google.com/linux/direct/google-chrome-stable-current_
...
Senior Member
Posted in Uncategorized
Views 3153 Comments 0 neonsignal is offline
Old

user space access to parallel port

Posted 06-17-2012 at 09:53 PM by neonsignal

When using a parallel port for a printer, typically it will be accessed through a kernel printer driver.

However, the parallel port can also be used as a multi-purpose bit port from user space. This can be done by loading the ppdev driver:
Code:
modprobe ppdev
In the past, you would also have to create the access node, but this is now scripted and will happen automatically:
Code:
mknod /dev/parport0 c 99 0 -m 660
Senior Member
Posted in Uncategorized
Views 1969 Comments 0 neonsignal is offline
Old

user mounted filesystems

Posted 06-14-2012 at 10:51 PM by neonsignal

Rather than mount a filesystem as root (whether from the command line or through /etc/fstab), non-privileged users can make use of the fuse (filesystem in userspace) system. This requires the installation of the fuse-utils package, and the user has to be added to the fuse group.

There are a number of useful systems implemented on top of fuse.

For example, an ISO system might be required to run a particular application, and just mounted temporarily by the user executing...
Senior Member
Posted in Uncategorized
Views 1818 Comments 0 neonsignal is offline
Old

shutdown instead of reboot from ctrl-alt-del

Posted 06-14-2012 at 03:30 AM by neonsignal

Typically the ctrl-alt-del in Debian will cause the system to reboot (or the GUI may bring up a dialog).

If the preference is to have this shut down the system instead, the relevant line in /etc/inittab is changed from:
Code:
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
to:
Code:
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now
Senior Member
Posted in Uncategorized
Views 1975 Comments 0 neonsignal is offline

  



All times are GMT -5. The time now is 08:16 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration