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

by cds60601
2024-04-19 14:58
Forum: Beginners Questions
Topic: Help with security mitigations!
Replies: 26
Views: 493

Re: Help with security mitigations!

You can't dictate what a remote system should do (if its not owned by you) All you can do is protect the perimeter and what's inside. If the remotes belong to you or the company, there are things you must do that include much of what was discussed using either Mac or Windows variations of the apps a...
by cds60601
2024-04-19 14:46
Forum: Beginners Questions
Topic: Help with security mitigations!
Replies: 26
Views: 493

Re: Help with security mitigations!

That hypothetical story I threw together in a minute 30 seconds, is a constant daily affair actually, and doesn't have a simple solution such as "employee training" In part, the security incident didn't actually occur on the local system, apart from the overwhelming misinformation they ar...
by cds60601
2024-04-19 14:34
Forum: Beginners Questions
Topic: Help with security mitigations!
Replies: 26
Views: 493

Re: Help with security mitigations!

Ah - in your example, it comes down to employee training. You can develop a plan yourself based on your own real-world experiences OR, you can search the interwebs for security training and scrape what you feel is important and build your own OR employ an entity to actually have online tutorials. Ma...
by cds60601
2024-04-19 14:11
Forum: Beginners Questions
Topic: Help with security mitigations!
Replies: 26
Views: 493

Re: Help with security mitigations!

Yea no... I'm talking about developing real security solutions, not going over all the trivial nonsense that fails to achieve anything in the real world. Cmon guys, unique ideas do not involve sudo apt get or the debian wiki. Part of any practical security mitigation plan ought to include (but not ...
by cds60601
2024-04-19 13:28
Forum: Beginners Questions
Topic: Help with security mitigations!
Replies: 26
Views: 493

Re: Help with security mitigations!

I don't recall it being mentioned, there are several packages you should install as part of the base. debsecan - Debian Security Analyzer debsums - tool for verification of installed package files against MD5 checksums checksecurity - Debian Security Analyzer Others to consider: chkrootkit - rootkit...
by cds60601
2024-04-18 21:58
Forum: Beginners Questions
Topic: Help with security mitigations!
Replies: 26
Views: 493

Re: Help with security mitigations!

Keep in mind that while many things can be considered a standard practice, security is more of a subjective point of view. What may be considered secure by one may not be considered the same by another, which in turn is based on ones needs. A full fledged secure system is one that is off the wire, n...
by cds60601
2024-04-18 21:01
Forum: Graphical Environments & Desktops
Topic: DWM: Replacing dmenu 5.1 with dmenu 5.3
Replies: 2
Views: 84

Re: DWM: Replacing dmenu 5.1 with dmenu 5.3

Good advice however, even 5.2 (since I run Sid, still does the exact same thing. Just trying to track this down to see if anyone has experienced the same. I suppose going through dmenu 5.1 and above line by line seems to be what's needed. I just feel that I spent too much time over the past, now 4 d...
by cds60601
2024-04-18 01:56
Forum: Graphical Environments & Desktops
Topic: DWM: Replacing dmenu 5.1 with dmenu 5.3
Replies: 2
Views: 84

DWM: Replacing dmenu 5.1 with dmenu 5.3

I have been after this issue for the better of 3 days now. I used dmenu 5.1 (without patches) and when activating dmenu_run with Win+d, the image below looks and works just fine. dmenu5.1.png However, after compiling dmenu 5.3 (again, no patches), when activating dmenu_run, I get the following. dmen...
by cds60601
2024-04-11 10:24
Forum: Installation
Topic: How to install with full system encryption and xchacha12,aes-adiantum-plain64?
Replies: 1
Views: 127

Re: How to install with full system encryption and xchacha12,aes-adiantum-plain64?

The Arch wiki is a great read for using dm-crypt however, there does not seem to be an easy way of doing that. I wanted a true full disk crypting some time ago and in the end, Due to a shrinking time-table, I just opted for the normal crypting off the normal install process. I never really cared muc...
by cds60601
2024-04-09 10:15
Forum: General Questions
Topic: Backup from Ubuntu to Debian, system-, dot-, data files, partition
Replies: 25
Views: 886

Re: Backup from Ubuntu to Debian, system-, dot-, data files, partition

In the disaster scenario (e.g., drive failure), I probably would just reinstall. For that instance, I prefer a using Clonezilla either twice or at least once a month and nightly tarballs of select directories that are cycled at 7 days. Nearly perfect for my disaster rebuilds and all under an hour.
by cds60601
2024-04-07 16:04
Forum: General Questions
Topic: Backup from Ubuntu to Debian, system-, dot-, data files, partition
Replies: 25
Views: 886

Re: Backup from Ubuntu to Debian

One simple command (the syntax may vary):

tar zcf /dev/destination/backup.tgz /home/directory

use the parms: tar -zxvf to decompress the file.
man tar for other bits.

Nothing complex, nothing more needed, very little overhead, no extra applications, zero bloat.
by cds60601
2024-04-07 14:50
Forum: Off-Topic
Topic: [Software] Flatpak version of Newsflash doesn't run immediately
Replies: 4
Views: 265

Re: [Software] Flatpak version of Newsflash doesn't run immediately

Why not clone the directory and compile it - the instructions and dependencies are listed - seems easy enough.
by cds60601
2024-04-07 14:07
Forum: Beginners Questions
Topic: [O/S] Cloning a startup disk to a bootable partition on another disk
Replies: 8
Views: 306

Re: [O/S] Cloning a startup disk to a bootable partition on another disk

Hava a look at using dd (disk duplicator)

A very high-level show of what you can do with it is here.

Keep in mind, this is dangerous if used incorrectly - affectionately called Disk Destroyer if not careful.
by cds60601
2024-04-02 10:21
Forum: Off-Topic
Topic: [Off-Topic] Help wanted: Writing a beginner's book to Debian
Replies: 14
Views: 649

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.
by cds60601
2024-03-31 22:19
Forum: Beginners Questions
Topic: [O/S] xz backdoor in debian stable?
Replies: 16
Views: 931

Re: [O/S] xz backdoor in debian stable?

Maybe the question should be, why would openssh need systemd support? I never did prior to systemd For reliable operation under systemd? I don't know. I'm not a developer. I am just a simple user asking simple questions. I don't profess to know the answers, but I can certainly ask what seems to be ...
by cds60601
2024-03-31 22:00
Forum: Beginners Questions
Topic: [O/S] xz backdoor in debian stable?
Replies: 16
Views: 931

Re: [O/S] xz backdoor in debian stable?

lindi wrote: 2024-03-31 19:33 How would you approach this while still retaining systemd support? By patching openssh to support the systemd-notify interface without using an external library?
Maybe the question should be, why would openssh need systemd support? It never did prior to systemd
by cds60601
2024-03-31 17:31
Forum: Beginners Questions
Topic: [O/S] xz backdoor in debian stable?
Replies: 16
Views: 931

Re: [O/S] xz backdoor in debian stable?

Bookmark this for those times when the argument is made that freezing software versions is a security risk. Nah, I think I'll file it under "Why gratuitously linking everything against systemd is a bad idea". As per the KISS principle, security-critical packages like openssh (or, ya know,...
by cds60601
2024-03-31 15:22
Forum: Programming
Topic: [Solved] Why some commands like startx and rmmod aren't executed in bashrc
Replies: 3
Views: 290

Re: [Bash] Why some commands like startx and rmmod aren't executed in bashrc

amin11 wrote: 2024-03-30 09:14 Why some commands like startx and rmmod aren't executed in bashrc?
Reflect on this thread.
by cds60601
2024-03-26 22:43
Forum: Off-Topic
Topic: What's on your Ventoy device
Replies: 7
Views: 1115

Re: What's on your Ventoy device

ksu wrote: 2024-03-26 13:04 I'd love to boot my box from a $RECYCLE.BIN
Now yer just talking trash ;)
by cds60601
2024-03-26 10:09
Forum: Beginners Questions
Topic: [O/S] Unwanted folder in every new user's home directory
Replies: 5
Views: 479

Re: [O/S] Unwanted folder in every new user's home directory

@qoozh - If you don't want to have any (or some) of the directories created, simply comment the ones you don't want to be created, out. For the others that are already created, simply delete them.