Re: alpine font size
On Wed, 2 Feb 2022, Pierre Frenkiel wrote: hi, I'm looking for a way to increase the font size in alpine (Debian buster). I was unable to find an answer with google... I found the answer: just add "-fn 10x20" to the xterm call best regards, -- Pierre Frenkiel
Re: Mounting NFS share from Synology NAS
On 2022-02-03 08:52 UTC+0100, Tixy wrote: > On Wed, 2022-02-02 at 17:06 -0500, Bob Weber wrote: > [...] >> I second the sshfs approach. I use it between several Debian servers and >> have >> been happy with the results. Once setup in the fstab a click in a GUI or >> mount >> command on the cli mounts the remote server on a directory specified in the >> fstab. > > If you use a GUI, you can also have gvfs installed (default in some > desktops) and then in your file manager just use the directory path > like ssh://user@host/ with user being optional if you want the current > user. You can add bookmarks in your filemanager for the paths you use > frequently. > > I use this for quick access for copying and editing files on other > machines. For proper automated backup and bulk storage I use NFS on a > NAS/router box (an ARM based computer running Debian). I use x-systemd.automount option in the fstab and have the path available in my file manager.
Re: Debian 11 installer and encryption
On 2/2/2022 9:57 PM, Georgi Naplatanov wrote: Hi all, I saw that the installer of Debian 11 supports encrypted volumes. Is this LUKS2? Yes for the root partition, works pretty well. -- John Doe
Re: Debian 11 installer and encryption
On 2/3/22 14:07, john doe wrote: > On 2/2/2022 9:57 PM, Georgi Naplatanov wrote: >> Hi all, >> >> I saw that the installer of Debian 11 supports encrypted volumes. >> >> Is this LUKS2? >> > > Yes for the root partition, works pretty well. > Thank you, Jhon and Andrew for the answers. Kind regards Georgi
konqueror - no browsermode
Dear list, I just reinstalled konqueror, but somehow it is not opening any url. As konqueror is a file-browser and also a web browser, it looks like it is behaving just as a file browser. How and where can I change this? I found no point in konquerors setting menu. In plasma5 settings, I have firefox set for url's, but IMO this should not interfere with it, doesn't it? Any hints welcome. Best Hans
Re: How to disable bluetooth probe
On Thu 03 Feb 2022 at 10:52:50 (+0530), Pankaj Jangid wrote: > > I get the below error message every second on my text console. And due > to this I have to use GUI. I could find out that my hardware is not yet > supported by Linux Kernel 5.10, and 5.15 - which is in unstable - has > support for my motherboard. > > --8<---cut here---start->8--- > [ 7270.511273] Bluetooth: hci0: Reading Intel version information failed (-22) > [ 7270.511275] Bluetooth: hci0: Intel Read version failed (-22) > [ 7270.511293] Bluetooth: hci0: Intel reset sent to retry FW download > --8<---cut here---end--->8--- > > Till the new kernel is available in stable, how can I disable the above > probe and hence the frequent messages? I think you should be able to add a file called: /etc/modprobe.d/blacklistbluetooth.conf containing: blacklist bluetooth which should prevent that module and its dependencies being inserted into the kernel. If you want to avoid rebooting, you might be able to: # rmmod bluetooth but you might need to remove modules like: btrtl,btintel,bnep,btbcm,rfcomm,btusb ¹ first, and they might be busy. ¹ lsmod or /proc/modules tells you which they are. Cheers, David.
URI for USB-connected Samsung CLX-4195 multifunction printer
I had this working but now after a Linux reinstall I cannot get it to work again. :-( Using Samsung/HP's proprietary driver package at (https://support.hp.com/ us-en/drivers/selfservice/samsung-clx-4195-color-laser-multifunction-printer- series/16462344) the driver installs the printer into CUPS. system-config-printer's GUI shows a CLP-300 printer added; everything looks cool so far -- but it doesn't work. system-config-printer shows the printer's device URI is "mfp:/dev/mfp4" but under /dev there is no mfp* devices. As I remember, the previous working printer config used a URI of "USB- something" indicating that the printer was connected via a USB cable (which it is). So my question is: How do I detect a printer connected via USB? What is the USB URI for such a printer? -- "It's easier for our software to compete with Linux when there's piracy than when there's not." -- Bill Gates, Fortune Magazine, July 17 2007.
Re: URI for USB-connected Samsung CLX-4195 multifunction printer
On 2/3/22 21:49, Intense Red wrote: >I had this working but now after a Linux reinstall I cannot get it to work > again. :-( > >Using Samsung/HP's proprietary driver package at (https://support.hp.com/ > us-en/drivers/selfservice/samsung-clx-4195-color-laser-multifunction-printer- > series/16462344) the driver installs the printer into CUPS. > >system-config-printer's GUI shows a CLP-300 printer added; everything > looks > cool so far -- but it doesn't work. system-config-printer shows the printer's > device URI is "mfp:/dev/mfp4" but under /dev there is no mfp* devices. > >As I remember, the previous working printer config used a URI of "USB- > something" indicating that the printer was connected via a USB cable (which > it > is). > >So my question is: How do I detect a printer connected via USB? What is > the > USB URI for such a printer? > Hi, try to configure the printer through CUPS' web interface. On the computer on which the printer is connected, open in browser http://localhost:631/admin enter - your username and password (in case of sudo) or - "root" username and password Kind regards Georgi
Re: URI for USB-connected Samsung CLX-4195 multifunction printer
On Thu, 03 Feb 2022 13:49:13 -0600 Intense Red wrote: >I had this working but now after a Linux reinstall I cannot get it > to work again. :-( Does it show up in CUPS? What is the URL there? Can you print a test page from CUPS? -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/
Re: URI for USB-connected Samsung CLX-4195 multifunction printer [SOLVED]
The core of my problem was that the printer was not being seen on the USB bus. Playing around with cables, various USB plugs/ports, etc. I got the printer to show up on a "lsusb" command. Once that was done the proprietary drivers "saw" the printer, the KDE desktop similarly saw the desktop and either the drivers or KDE configured things. Similarly, CUPS on the localhost now sees things too. So all is well. Now just to modify CUPS to allow anything on the LAN to print to the printer... -- "To announce that there must be no criticism of the President, or that we are to stand by the President, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public." -- Republican President Theodore (Teddy) Roosevelt.
Re: konqueror - no browsermode
On Thu, Feb 3, 2022, 9:55 AM Hans wrote: > Dear list, > > I just reinstalled konqueror, but somehow it is not opening any url. > > As konqueror is a file-browser and also a web browser, it looks like it is > behaving just as a file browser. > > How and where can I change this? > > I found no point in konquerors setting menu. > > In plasma5 settings, I have firefox set for url's, but IMO this should not > interfere with it, doesn't it? > > Any hints welcome. > > Best > > Hans > I don't have a definitive answer, but I'd *try* logging in as a different user into a different desktop environment, and seeing if conqueror works there. -- Kent >
Re: konqueror - no browsermode
> On Thu, Feb 3, 2022, 9:55 AM Hans <> hans.ullr...@loop.de> > wrote: > >> >> In plasma5 settings, I have firefox set for url's, but IMO this should not >> interfere with it, doesn't it? >> No, it doesn't matter. I have a similar setup and Konqueror works fine for me. Login as a different user (as Kent suggested) or create a new user account with clean user profile and try Konqueror again. That should clarify if there is an issue with your current user config settings. Regards,