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

by Bloom
2023-03-20 13:01
Forum: Off-Topic
Topic: [Discussion] So ... how much storage do you have?
Replies: 34
Views: 5206

Re: [Discussion] So ... how much storage do you have?

Storage is cheap, these days.
by Bloom
2023-03-20 11:12
Forum: Off-Topic
Topic: [Discussion] So ... how much storage do you have?
Replies: 34
Views: 5206

Re: [Discussion] So ... how much storage do you have?

https://imgur.com/U6P3Jkv.png This is my current overview. Five storage servers and the fifth has three open slots (currently marked damaged) for which I have three 18 TB hdds ready. The two last 8 TB discs (marked 7,3 TiB) have been marked for removal because I'm phasing them out: they will be rep...
by Bloom
2023-03-20 11:07
Forum: Off-Topic
Topic: [Discussion] So ... how much storage do you have?
Replies: 34
Views: 5206

Re: [Discussion] So ... how much storage do you have?

Just to be clear: this is my personal storage solution and I'm not a company. If you're wondering why I need so much space, keep in mind that high-resolution video takes up a lot of room...
by Bloom
2023-03-20 11:03
Forum: Graphical Environments & Desktops
Topic: [Software] Screen Resolution issues
Replies: 16
Views: 3601

Re: [Software] Screen Resolution issues

Code: Select all

sudo apt install zstd
This will install zstd in Debian and allow for zstd compressed packages to be processed correctly.
That being said, please do not install Ubuntu packages into Debian. Chances are it will not work and you end up with a so-called FrankenDebian system.
by Bloom
2023-03-20 08:48
Forum: Off-Topic
Topic: [Discussion] So ... how much storage do you have?
Replies: 34
Views: 5206

Re: [Discussion] So ... how much storage do you have?

$ df -h --total | grep -v snap | grep -v tmpfs | grep -v sockcollection Bestandssysteem Grootte Gebruikt Besch Geb% Aangekoppeld op udev 16G 0 16G 0% /dev /dev/nvme0n1p2 37G 18G 19G 49% / /dev/nvme0n1p4 408G 406G 2,4G 100% /home mfs#ray:9421 220T 205T 15T 94% /home/bloom/.liz total 220T 206T 15T 94...
by Bloom
2023-03-15 18:59
Forum: Graphical Environments & Desktops
Topic: [Solved] crontab does not start script at reboot
Replies: 11
Views: 1324

Re: crontab does not start script at reboot

It is a command that requires root privileges, so either a root crontab or a user contrab with sudo and then you need to change the sudo configuration to require no password for commands like systemctl and so on.
visudo and then:

Code: Select all

username ALL=(ALL) NOPASSWD:/usr/bin/systemctl
by Bloom
2023-03-15 13:13
Forum: Graphical Environments & Desktops
Topic: [Solved] crontab does not start script at reboot
Replies: 11
Views: 1324

Re: crontab does not start script at reboot

You have two errors: (1) the shebang must not contain a space between #! and the path to bash. Suggestion: since not every linux has bash on /bin, use /usr/bin/env bash instead. (2) when using single brackets like you do, a variable should be enclosed in double quotes to allow for an empty variable,...
by Bloom
2023-02-12 20:48
Forum: Beginners Questions
Topic: ffmpeg
Replies: 11
Views: 1162

Re: ffmpeg

For more involved conversions, CLI ffmpeg is the ticket. For simple conversions I use Mystiq Multimedia Converter as a graphical frontend. It's not in Debian repos but the MX Linux 21 version works perfectly in Bullseye. Mystiq is in fact in the Debian repos: 20.03.23-3 900 900 http://debian.netcol...
by Bloom
2023-01-29 20:26
Forum: System and Network configuration
Topic: [Software] How to use memtest86+ (can't find doc)
Replies: 7
Views: 918

Re: [Software] How to use memtest86+ (can't find doc)

Memtest is for RAM: memory. Bad blocks marking so they are not used is for hard disks, not for memory. If memory is faulty, it needs to be replaced.
by Bloom
2023-01-27 10:37
Forum: General Debian
Topic: [Discussion] how do you install
Replies: 19
Views: 2529

Re: [Discussion] how do you install

I use apt/apt-get/aptitude. I'm not a big fan of other package management systems like flatpak, snap of appimage. Why? Because they are not checked for embedded maliciousness as thoroughly as the Debian repos are. It's almost the same as the apps in Google Play. Any developer welcome, you can upload...
by Bloom
2023-01-16 10:40
Forum: Hardware
Topic: I got an HDD from a stranger for free , what I should safe check?
Replies: 28
Views: 2174

Re: I got an HDD from a stranger for free , what I should safe check?

There are no inherent dangers for any Linux if you use a hard disk that came from any Windows system en simply repartition it. Nuking it isn't necessary, but will make sure that nothing of the data originally on that disk survives. But you needn't worry. Even if the Windows filesystem had files infe...
by Bloom
2023-01-10 17:39
Forum: General Debian
Topic: Share your Debian SCRIPTS
Replies: 85
Views: 57618

Re: Share your Debian SCRIPTS

The dpkg-queries yield a long list of kernels in my system, so I suggest the following changes:

Code: Select all

current_kernel=$(uname -r|cut -d '-' -f 1)
...
new_kernel=$(dpkg -l linux-image-*.*|awk '/^ii/{print $2}'|grep -v -e $(uname -r|cut -f1,2 -d"-")|grep -e [0-9]|cut -d'-' -f3)
by Bloom
2023-01-03 16:43
Forum: Off-Topic
Topic: micro$oft launche$ final ver$ion $earch engine
Replies: 5
Views: 979

Re: micro$oft launche$ final ver$ion $earch engine

Microsoft has Bing as a competing search engine and it has been for years. So what is this about?
by Bloom
2023-01-01 09:59
Forum: Graphical Environments & Desktops
Topic: [Solved] Add outlook account to Thunderbird on Debian 11.
Replies: 6
Views: 690

Re: [Solved] Add outlook account to Thunderbird on Debian 11.

If this is the Microsoft 365 e-mail solution, then it may not be possible. It used to work without problems, but Microsoft announced last year that "for security", they would stop supporting standard protocols for mail like IMAP4 and POP3 and demand that Outlook and only Outlook be used fo...
by Bloom
2022-12-30 13:08
Forum: System and Network configuration
Topic: [Solved] Unattended-upgrades never see any available upgrades
Replies: 9
Views: 3376

Re: [Software] Unattended-upgrades never see any available upgrades

Unattended upgrades only update bare necessities, they're not like regular updates. Read the documentation.
by Bloom
2022-10-15 11:52
Forum: Hardware
Topic: AMD gpu driver problem
Replies: 32
Views: 9412

Re: AMD gpu driver problem

The amd64-microcode is for an AMD microprocessor. If OP is running on an Intel cpu, it's useless.
by Bloom
2022-10-10 09:53
Forum: Graphical Environments & Desktops
Topic: Option to install audacity
Replies: 4
Views: 904

Re: Option to install audacity

Audacity has been removed from Testing. Stable has 2.4.2-dfsg0-5 and Sid has 3.2.0-dfsg-1.
by Bloom
2022-09-09 07:30
Forum: Installation
Topic: Apt-key deprecated
Replies: 21
Views: 2743

Re: Apt-key deprecated

You only need apt-key if you want to add a third-party repository to your system. For Belgians, it's usually the EID repository from the federal government.
If you don't want the warning anymore, a quick fix is this:

Code: Select all

sudo cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/
by Bloom
2022-08-29 06:47
Forum: System and Network configuration
Topic: Unable to stream video over samba
Replies: 13
Views: 3244

Re: Unable to stream video over samba

Since they're both Linux systems, my advise would be to use NFS as it's much faster en more reliable than samba... Samba is intended for using a Windows network share. Don't use it between Linux systems.
by Bloom
2022-08-26 15:49
Forum: General Questions
Topic: Protecting server against DDOS attacks
Replies: 4
Views: 1348

Re: Protecting server against DDOS attacks

Head_on_a_Stick wrote: 2022-08-26 14:02 https://packages.debian.org/bullseye/fail2ban
Disclaimer: I've never run a server so I don't really know what I'm talking about.
Fail2ban is useful for a server because it stops brute force attacks for cracking logins, but it won't stop DDoS attacks.