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

by sunrat
2024-03-19 01:33
Forum: General Questions
Topic: Unknown process.. I cant find an answer on google, duckduckgo or anywhere.. "uas"
Replies: 11
Views: 207

Re: Unknown process.. I cant find an answer on google, duckduckgo or anywhere.. "uas"

You're still not quite there. "man" and "ps" are both names of commands, not shortened anything. man is the command to show a man page of a process. So man ps will show the man page for the ps command (ok, man is short for manual). You can view a man page for most commands eg. ma...
by sunrat
2024-03-18 21:05
Forum: Installation
Topic: dual boot install
Replies: 3
Views: 77

Re: dual boot install

Use Advanced Install from the main Debian install image. I don't think the live installer can do dual boot properly (may be wrong but I'm not gonna check right now). Take your time to read and understand the options in Advanced install, it's more advanced ( :D ) than the simple installers. In the pa...
by sunrat
2024-03-18 10:17
Forum: Off-Topic
Topic: System crash when resizing window
Replies: 7
Views: 203

Re: System crash when resizing window

#!++ is based on Debian but is a derivative. Derivative questions are handled in Off-Topic subforum. Moved.
by sunrat
2024-03-18 03:05
Forum: General Questions
Topic: Unknown process.. I cant find an answer on google, duckduckgo or anywhere.. "uas"
Replies: 11
Views: 207

Re: Unknown process.. I cant find an answer on google, duckduckgo or anywhere.. "uas"

Definitely not a guru here but guessing from a search. uas results show it's a kernel module "USB Attached SCSI" used by some external drives. From https://www.linuxquestions.org/questions/linux-kernel-70/modules-uas-or-usb_storage-still-in-use-after-usb-drive-has-been-unplugged-4175730592...
by sunrat
2024-03-17 11:46
Forum: Forum information, requests, and feedback.
Topic: [Feature] Inline code markup
Replies: 2
Views: 81

Re: [Feature] Inline code markup

I don't understand what you are asking. Please explain more.

If you are asking for changes to the forum markup code, that would be a request for the phpBB forum software developers.
by sunrat
2024-03-17 02:29
Forum: Programming
Topic: partition table
Replies: 5
Views: 151

Re: partition table

Use code tags for terminal text please.
by sunrat
2024-03-17 02:23
Forum: Docs, HowTos, Tips & Tricks
Topic: [HowTo] Change permantly CPU scaling governor
Replies: 4
Views: 173

Re: [HowTo] Change permantly CPU scaling governor

If you want to change it with a GUI utility, cpupower-gui is a handy little program. It seems to retain its last setting afaik.
by sunrat
2024-03-17 02:19
Forum: Installation
Topic: update
Replies: 4
Views: 176

Re: update

Please use code tags for text output like that. I edited it for you this time. And you don't need to be root to view that file, only to edit it. To do the upgrade as I posted above, you first need to comment out the "deb cdrom" lines by placing a hash mark at their start (#) and save the f...
by sunrat
2024-03-16 20:40
Forum: Installation
Topic: update
Replies: 4
Views: 176

Re: update

Is that all you have in your sources?
Post here in code tags:

Code: Select all

cat /etc/apt/sources.list
More about sources - https://wiki.debian.org/SourcesList
If you have the correct sources and are connected to the internet, you can simply do

Code: Select all

apt update && apt full-upgrade
by sunrat
2024-03-16 08:46
Forum: Installation
Topic: [Request] Problem with the installation of basic software
Replies: 6
Views: 203

Re: [Request] Problem with the installation of basic software

Try changing your sources to the default. Something like:

Code: Select all

deb https://deb.debian.org/debian/ bookworm non-free-firmware non-free contrib main
by sunrat
2024-03-16 05:29
Forum: General Questions
Topic: [Solved] Parole codec can't install
Replies: 4
Views: 140

Re: [Software] Parole codec can't install

When trying to play a video: xxx.mov. So it's probably an old video based on Apple Quicktime. You can find out exactly what codec it uses by installing mediainfo and do: mediainfo xxx.mov BTW, I just installed the old mplayer and it plays the video fine. No problem now then! :D I use MPV which play...
by sunrat
2024-03-16 03:30
Forum: General Questions
Topic: [Solved] Parole codec can't install
Replies: 4
Views: 140

Re: [Software] Parole codec can't install

Vague question. Is this message shown when you try to install parole or when trying to play some media?
I found this:
viewtopic.php?t=154881
... but I don't follow the answer.
There is no answer to your question in that topic so nothing to follow.
by sunrat
2024-03-16 03:20
Forum: Graphical Environments & Desktops
Topic: fonts are too small
Replies: 5
Views: 192

Re: fonts are too small

Zoomed out by 100 what? How did you adjust display? What resolution is your display?
Go to System Settings and adjust Display scaling and Font size.
by sunrat
2024-03-16 01:35
Forum: General Debian
Topic: Debian compatible graphics cards
Replies: 3
Views: 139

Re: Debian compatible graphics cards

Debian supports most graphics cards. Really old ones over maybe 15 or 20 years old may be a problem. Some older Nvidia cards are not supported by the latest proprietary drivers but may have a legacy driver available, and alternatively may often work fine under the open-source Nouveau driver. Bleedin...
by sunrat
2024-03-15 22:34
Forum: Beginners Questions
Topic: [Solved] Install VirtualBox or Virt-Manager
Replies: 38
Views: 955

Re: [Solved] Install VirtualBox or Virt-Manager

virt-manager is a front-end manager. It manages qemu-kvm although optionally it can manage Xen. I found a nice simple tutorial here - https://i12bretro.github.io/tutorials/0470.html and related video - https://www.youtube.com/watch?v=u_tsCfi7HMY There are dozens of tutorials and videos on the intern...
by sunrat
2024-03-15 22:00
Forum: Beginners Questions
Topic: [Solved] Install VirtualBox or Virt-Manager
Replies: 38
Views: 955

Re: [Software] Install VirtualBox

limotux wrote: 2024-03-15 14:09... VirtualBox may seem a bit more advanced or user friendly...
VBox is possibly a bit more user friendly, but not as "advanced". virt-manager/KVM/QEMU is capable of more but needs a bit more knowledge of how to do some things.
by sunrat
2024-03-15 03:09
Forum: Testing And Unstable
Topic: [SID - Unstable] Lots of packages being held back by apt
Replies: 2
Views: 219

Re: [SID - Unstable] Lots of packages being held back by apt

There's a massive transition ongoing in Sid currently, see - viewtopic.php?t=158477
by sunrat
2024-03-15 02:15
Forum: Debian Development Discussion
Topic: [Discussion] When will KDE 6 be available
Replies: 4
Views: 1978

Re: [Discussion] When will KDE 6 be available

A couple of interesting related posts on https://pointieststick.com/ :-
How YOU Help With Quality
This week in KDE: a deluge of new features
This week’s bug fix section feels like it’s 5x longer than usual. Great job everyone!
:wink: 8)
by sunrat
2024-03-14 06:24
Forum: General Questions
Topic: [Software] systemd slow shutdown
Replies: 5
Views: 212

Re: [Software] systemd slow shutdown

Extrude8388 wrote: 2024-03-14 06:09 thank you for talking the time ill go back to kde for now as it works with issues its been ~10 years since i messed with gnome
I support that idea wholeheartedly. Last I messed with Gnome it was back to KDE in under a day. :mrgreen:
by sunrat
2024-03-14 04:08
Forum: Testing And Unstable
Topic: How to avoid usr-is-merged reconfiguration
Replies: 2
Views: 172

Re: How to avoid usr-is-merged reconfiguration

Moved to Testing and Unstable subforum.