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 459 matches

by peer
2024-05-05 10:31
Forum: Beginners Questions
Topic: Question about removing apps in KDE
Replies: 15
Views: 249

Re: Question about removing apps in KDE

debian is not that hard, after all!!
:-)
by peer
2024-05-05 10:28
Forum: Beginners Questions
Topic: Is the Mozilla repository safe and trustworthy?
Replies: 13
Views: 348

Re: Is the Mozilla repository safe and trustworthy?

you can install both if you want. firefox-esr for normal browsing and the newer one for some websites that does not work properly on esr. see: https://support.mozilla.org/en-US/kb/install-firefox-linux?utm_source=www.mozilla.org&utm_medium=referral&utm_campaign=firefox-download-thanks#w_inst...
by peer
2024-05-05 10:22
Forum: Hardware
Topic: Ultrawide monitor can't add full res
Replies: 6
Views: 148

Re: Ultrawide monitor can't add full res

I've been using xrandr using the instructions here, and it appears set up, but on reboot is not there. Using these instructions : https://dev.to/ksckaan1/setting-up-custom-screen-resolution-on-linux-permanently-1abg I have tried the instructions and they should work?? Have you tested the resolution...
by peer
2024-05-05 09:11
Forum: Hardware
Topic: Ultrawide monitor can't add full res
Replies: 6
Views: 148

Re: Ultrawide monitor can't add full res

are you using wayland???
xrandr works only with X
edit: I see in your first post you use X
by peer
2024-05-05 08:14
Forum: Beginners Questions
Topic: Question about removing apps in KDE
Replies: 15
Views: 249

Re: Question about removing apps in KDE

the net install with kde is the same as the live iso. De-installing unused software is possible but not necessary. As I said before I de-install software with synaptic without any problems. I do not think that debian runs faster after de-installing the software. It would be nice if debian has the po...
by peer
2024-05-04 13:27
Forum: Beginners Questions
Topic: Question about removing apps in KDE
Replies: 15
Views: 249

Re: Question about removing apps in KDE

I always remove a lot of packages after I installed debian kde. I usually do this with synaptic.

It is sometimes frightening to see how much extra packages are selected for removal in synaptic but I remove them anyway and debian kde still works.
by peer
2024-05-01 12:03
Forum: Beginners Questions
Topic: [Installation] Installing 32- and 64-bit Debian on live USB
Replies: 5
Views: 229

Re: [Installation] Installing 32- and 64-bit Debian on live USB

Yes, you can.
Create one partition for debian 32, one for debian 64 an a separate data partition (and a swap or two swaps)
In both debian partitions you can create symbolic links to directories on the data partition.
by peer
2024-05-01 07:25
Forum: Beginners Questions
Topic: [Installation] Installing 32- and 64-bit Debian on live USB
Replies: 5
Views: 229

Re: [Installation] Installing 32- and 64-bit Debian on live USB

Parted magic let you choose between 32 and 64 bits version at boot. So it should be possible. But how??
Ventoy is a good and simple solution but it is possible to create persistence but I do not know if this will work with debian
And if your usbstick is large enough you can make a dual boot system.
by peer
2024-04-23 13:38
Forum: System and Network configuration
Topic: [Solved] evtest behave differently on two pc's
Replies: 2
Views: 138

Re: evtest behave differently on two pc's

Yes, it has to do with the event files in /dev/input/
They have as owner: root and as group: input
by peer
2024-04-23 07:36
Forum: System and Network configuration
Topic: [Solved] evtest behave differently on two pc's
Replies: 2
Views: 138

[Solved] evtest behave differently on two pc's

pc1: Debian 12 Bookworm KDE X pc2: Debian 12 Bookworm KDE Wayland The output of the command evtest (owner root) is different on both pc's pc1: evtest No device specified, trying to scan all of /dev/input/event* Not running as root, no devices may be available. Available devices: /dev/input/event0: A...
by peer
2024-04-16 10:04
Forum: System and Network configuration
Topic: [Solved] wifi adapter found but password failure
Replies: 0
Views: 127

[Solved] wifi adapter found but password failure

I have an old toshiba laptop with debian 11 (lxde). It has a build in wifi adapter (Intel Pro Wireless 2200BG, firmware-ipw2x00) This adapter has always worked without problems. Yesterday I replaced the hdd with an ssd. Now the wifi tries to connect but keeps asking for the password. But the connect...
by peer
2024-04-16 07:37
Forum: Beginners Questions
Topic: [Networking] Bluetooth always disabled when starting Debian 12
Replies: 4
Views: 206

Re: [Networking] Bluetooth always disabled when starting Debian 12

Check if power is on: /usr/bin/bluetoothctl show Controller 4C:44:5B:86:16:49 (public) Name: debian Alias: debian Class: 0x00000000 Powered: no Discoverable: no DiscoverableTimeout: 0x000000b4 Pairable: yes .................... In the output there is a line: ¨Powered: no" or "Powered: yes&...
by peer
2024-04-05 08:41
Forum: System and Network configuration
Topic: System not automatically mounting NFS volumes at startup
Replies: 7
Views: 408

Re: System not automatically mounting NFS volumes at startup

The mount rule in fstab works ok. The synology maps are automatically mounted at boot..

Before I used fstab I used a script to mount the synology maps. I started that script automatically at boot (in debian kde) but I had to write a rule for the sudoers file to prevent asking for a password.
by peer
2024-04-05 07:52
Forum: System and Network configuration
Topic: System not automatically mounting NFS volumes at startup
Replies: 7
Views: 408

Re: System not mounting NFS volumes at startup

I have this line in my fstab: 192.168.2.5:/volume1/data /mnt/synology/data nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0 It mounts a directory on my synology nas to my main pc. Works ok. mount line in terminal: sudo mount -t nfs 192.168.2.5:/volume1/data /mnt/synology/data umount line in ...
by peer
2024-03-30 15:22
Forum: General Questions
Topic: Backup from Ubuntu to Debian, system-, dot-, data files, partition
Replies: 25
Views: 1028

Re: Backup from Ubuntu to Debian

Hi. Thanks for all the replies! As I can see there are many different ways to do this. But I think I found a solution for me with your help. I think I will go with a normal copy process of all the files I want to save on the external drive and take with me to Debian. Afterall I don't want to save a...
by peer
2024-03-30 09:02
Forum: General Questions
Topic: Backup from Ubuntu to Debian, system-, dot-, data files, partition
Replies: 25
Views: 1028

Re: Backup from Ubuntu to Debian

I would just copy my complete home directory to the external disk (if it is big enough) including the hidden files. After installing you can select the files and directories you want to copy back.
by peer
2024-03-25 08:20
Forum: Graphical Environments & Desktops
Topic: [Solved] Is there an DE that will show root in the file manager?
Replies: 26
Views: 1284

Re: Is there an DE that will show root in the file manager?

Krusader is a very nice file manager. You can easily run Krusader as root from within Krusader itself. (in topmenu: select 'Tools' and then 'Start root mode Krusader'). I I use dolphin as my regular file manager because it is standard installed in kde. I use doublecommander as root exclusively for r...
by peer
2024-03-21 11:07
Forum: Beginners Questions
Topic: [Software] Cannot log into root account
Replies: 9
Views: 601

Re: [Software] Cannot log into root account

When I install debian I enable root so sudo is not installed
After installation I do:

Code: Select all

su -
apt update
apt install sudo
usermod -a -G sudo <username>
Then reboot
by peer
2024-03-11 12:28
Forum: Hardware
Topic: Reboot and select proper boot device
Replies: 4
Views: 483

Re: Reboot and select proper boot device

I don´t know if this is a grub problem.
I would install supergrub2 on a usb disk (download the usb-image from https://www.supergrubdisk.org/super-grub2-disk/)
With the ssd installed start supergrub2 and then select the installation on the ssd.
Then install grub again.
by peer
2024-03-03 08:59
Forum: General Questions
Topic: Cannot write to flash drive because of permission 'b'
Replies: 6
Views: 289

Re: Cannot write to flash drive because of permission 'b'

You can try the following in gparted with your usb device: 1. choose 'Devices'- "Create a new partitiontable" 2. Select new partition table type ''msdos" - "Apply" 3. Create a new partition Sometimes it helps to create another partition table type first: - Select new partiti...