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

by Hallvor
2024-04-13 11:52
Forum: Beginners Questions
Topic: Root password strength
Replies: 20
Views: 746

Re: Root password strength

The thing is my password is very easy now, and i haven't thought about "automated connection attempts" , that sounds rather... scary? My password is easy because i am not afraid of direct physical access to the computer. This is mostly the case if you for some strange reason run an SSH se...
by Hallvor
2024-04-12 18:51
Forum: Beginners Questions
Topic: Which laptop do YOU run Debian on?
Replies: 14
Views: 435

Re: Which laptop do YOU run Debian on?

I mainly use a ThinkPad T440s, but I also own a ThinkPad X240.

All-Intel parts haven't failed me yet, especially if the computer is at least a couple of years old.

You could also take a look here to see other users' experience with certain hardware.

https://linux-hardware.org/
by Hallvor
2024-04-08 10:25
Forum: General Debian
Topic: [Discussion] Which application, now defunct in Debian, do you remember fondly?
Replies: 21
Views: 762

Re: [Discussion] Which application, now defunct in Debian, do you remember fondly?

sunrat wrote: 2024-04-08 08:40 I vaguely recall seeing it in a new distro recently, Garuda or KDE Neon maybe. Will boot them up sometime and look.
That is surprising; I thought it was dead for years. I headed over to GitHub, and it seems it's under active development!

https://github.com/KDE/amarok
by Hallvor
2024-04-05 06:22
Forum: Off-Topic
Topic: [Off-Topic] Help wanted: Writing a beginner's book to Debian
Replies: 14
Views: 630

Re: [Off-Topic] Help wanted: Writing a beginner's book to Debian

Thanks, Augie77! That is great advice - I'll keep that in mind.
by Hallvor
2024-04-04 08:42
Forum: Off-Topic
Topic: What free and opensource games do you play?
Replies: 6
Views: 321

Re: What free and opensource games do you play?

Xonotic, TripleA (Axis and Allies boardgame), Kapman (PacMan clone), Supertux (jump and run sidescroller, much like Supermario) and Knights (chess).
by Hallvor
2024-04-02 20:40
Forum: Off-Topic
Topic: [Off-Topic] Help wanted: Writing a beginner's book to Debian
Replies: 14
Views: 630

Re: [Off-Topic] Help wanted: Writing a beginner's book to Debian

bbbhltz wrote: 2024-04-02 16:00 I like that you've limited your scope. I would love to be able to help out in any way. I'm a English and Business professor. How have you planned on preparing the document? LaTeX, Markdown?
Thanks! PM sent.
by Hallvor
2024-04-02 15:04
Forum: Off-Topic
Topic: [Off-Topic] Help wanted: Writing a beginner's book to Debian
Replies: 14
Views: 630

Re: [Off-Topic] Help wanted: Writing a beginner's book to Debian

I for one, appreciate books (if indeed it's going to be in print). The more there are, the better the coverage. No two books are the same and present (more often than not) differing perspectives on the same material. I commend the attempt and will consider how I can contribute. Thank you for your i...
by Hallvor
2024-04-02 15:01
Forum: Off-Topic
Topic: [Off-Topic] Help wanted: Writing a beginner's book to Debian
Replies: 14
Views: 630

Re: [Off-Topic] Help wanted: Writing a beginner's book to Debian

First, Linux is a branching options problem on steroids. There is no way to do a simple guide which captures even the most important options. Thank you for your input! It is important to be aware of pitfalls - appreciated. Please let me clarify that I don't want to enter a debate here, but this is ...
by Hallvor
2024-04-01 19:32
Forum: Off-Topic
Topic: [Off-Topic] Help wanted: Writing a beginner's book to Debian
Replies: 14
Views: 630

[Off-Topic] Help wanted: Writing a beginner's book to Debian

Hi all! Having written a couple of books before, I will attempt to write a beginner's book to Debian. I firmly believe that a beginner's book could attract new users, and also that attracting new users would be beneficial to Debian in the long run. A Debian beginner's book would hit a segment where ...
by Hallvor
2024-03-27 11:22
Forum: General Questions
Topic: [Hardware] unable to resume form sleep
Replies: 2
Views: 287

Re: [Hardware] unable to resume form sleep

Nvidia graphics?

Assuming you experienced issues the last time you had your computer on take a look in the logs:

Code: Select all

# journalctl -b -1
by Hallvor
2024-03-27 11:16
Forum: System and Network configuration
Topic: Dynamic swap file
Replies: 4
Views: 434

Re: Dynamic swap file

I would just leave it; it is not a bad design. Even a fixed Swap file only take a few gigabytes. Dynamic resizing adds its own drawbacks like resizing overhead and disk fragmentation.
by Hallvor
2024-03-26 21:03
Forum: Beginners Questions
Topic: [Software] Unable to update packages
Replies: 9
Views: 504

Re: [Software] Unable to update packages

This line:

Code: Select all

deb http://deb.debian.org/debian/ bookworm-security main contrib non-free
Should be:

Code: Select all

deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free
by Hallvor
2024-03-25 23:04
Forum: System and Network configuration
Topic: [Solved] wireless card can't find networks
Replies: 3
Views: 347

Re: [Solved] wireless card can't find networks

I'm glad it worked. Enjoy Debian!
by Hallvor
2024-03-25 17:47
Forum: System and Network configuration
Topic: [Solved] wireless card can't find networks
Replies: 3
Views: 347

Re: wireless card can't find networks

I have not had a Broadcom in many years, but my money would be on this:

Code: Select all

$ sudo apt install firmware-b43-installer
or (if you made a root account during install):

Code: Select all

$ su -
Enter root password

Then finally:

Code: Select all

# apt install firmware-b43-installer
And reboot.
by Hallvor
2024-03-25 17:25
Forum: Docs, HowTos, Tips & Tricks
Topic: [HowTo] Automatically run scripts on a desktop/laptop with Anacron
Replies: 0
Views: 329

[HowTo] Automatically run scripts on a desktop/laptop with Anacron

Why automate commands? Automation saves time and effort by getting repetitive tasks out of the way. This means you are getting more time for productive activities. In this HowTo, we'll use Anacron to run a script indefinitely at given intervals. What is Anacron? Anacron is a utility program designe...
by Hallvor
2024-03-24 12:50
Forum: General Questions
Topic: 2042 unmet dependencies.
Replies: 6
Views: 477

Re: 2042 unmet dependencies.

Try

Code: Select all

# apt-get check
This should check for (hard) broken dependencies and other package related issues.

If your system is working fine, why worry?
by Hallvor
2024-03-22 17:13
Forum: Off-Topic
Topic: [Off-Topic] The oldest file that you have in your possession?
Replies: 10
Views: 653

Re: [Off-Topic] The oldest file that you have in your possession?

I have a few MP3-files from 1998 and a document from 1999.
by Hallvor
2024-03-06 08:30
Forum: Off-Topic
Topic: [Discussion] So ... is anyone mining crypto currencies? (or folding?)
Replies: 3
Views: 722

Re: [Discussion] So ... is anyone mining crypto currencies? (or folding?)

I've been "mining" Pi on my phone for a couple of years now. It's less environmentally taxing compared to many other cryptocurrencies because it doesn't require dedicated hardware. Also, Pi has regular marketplaces where you can purchase everyday products, rent boats or flats, and engage i...