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

by zarathustra-f90
2022-06-24 00:37
Forum: Beginners Questions
Topic: Installing .deb files
Replies: 17
Views: 2582

Re: Installing .deb files

You need the -f option on your command to install dependencies, i.e.

Code: Select all

sudo apt install -f ./file-deb
by zarathustra-f90
2022-06-18 00:59
Forum: Beginners Questions
Topic: What firewall should I use?
Replies: 9
Views: 2808

Re: What firewall should I use?

Uncomplcated Firewall Setting default-deny in ufw is exactly equivalent to enabling the workstation ruleset for nftables but it exposes the user to all the extra bugs and vulnerabilities in the ufw code base as well as all the bugs and vulnerabilities in the nftables backend. The less software is u...
by zarathustra-f90
2022-06-12 01:18
Forum: Beginners Questions
Topic: How to edit the default applications list?
Replies: 12
Views: 2622

Re: How to edit the default applications list?

If you've uninstalled the other browsers then try to search for the remaining files that are related to them. For example for the vivaldi package you could try a search like find /home/ -name vivaldi since you are looking for a desktop file or sth similar it should return some results and then you c...
by zarathustra-f90
2022-06-12 01:13
Forum: Beginners Questions
Topic: What firewall should I use?
Replies: 9
Views: 2808

Re: What firewall should I use?

Just try the Uncomplcated Firewall (https://wiki.debian.org/Uncomplicated%2 ... 0%28ufw%29), easy to use nothing more to tinker after enabling it.
by zarathustra-f90
2022-03-26 20:19
Forum: Beginners Questions
Topic: Debian 11: Failed unmounting /home/maketopsite
Replies: 8
Views: 1881

Re: Debian 11: Failed unmounting /home/maketopsite

/home/maketopsite is encrypted.

It's just a terminal output.
Well then it should be an expected (?) behaviour if there is just a terminal error/warning that does not affect your pc performance or functionality.
I'll try on an encrypted machine to check if there is the same output.
by zarathustra-f90
2022-03-26 00:32
Forum: Beginners Questions
Topic: Debian 11: Failed unmounting /home/maketopsite
Replies: 8
Views: 1881

Re: Debian 11: Failed unmounting /home/maketopsite

could this be related ? Hmm it could be...I searched a bit about this error and seems to be related to encrypted home folder or one of your partitions. Your initial error report also was pointing towards and encryption key error...so it has to do with the encryption I'd guess. Do you have any parti...
by zarathustra-f90
2022-03-26 00:23
Forum: General Questions
Topic: Debian 11 Gnome/X11 Xsession.d scripts still executed?
Replies: 3
Views: 1176

Re: Debian 11 Gnome/X11 Xsession.d scripts still executed?

dachshund-digital wrote: 2022-03-25 04:37 Oh, not takers on this question?
Sorry I'm not familiar with the issue to provide any suggestion or solution...but seems interesting and I'll prob check about it in the next days and I'll come back if I find anything interesting :idea:
by zarathustra-f90
2022-03-24 11:16
Forum: Beginners Questions
Topic: Debian 11: Failed unmounting /home/maketopsite
Replies: 8
Views: 1881

Re: Debian 11: Failed unmounting /home/maketopsite

I'm not aware of any process. I've closed all applications before reboot if you mean that. ls -l /run/user/ total 0 drwx------ 4 root root 120 Mar 22 07:02 0 drwx------ 11 maketopsite maketopsite 320 Mar 22 07:04 1000 It matches. Hmm if you are sure that maketopsite does not contain any running pro...
by zarathustra-f90
2022-03-21 00:16
Forum: General Questions
Topic: Can't Install Steam on Testing/Bookworm SOLVED
Replies: 3
Views: 2567

Re: Can't Install Steam on Testing/Bookworm

Yeap you should follow the official debian wiki page about steam installation.

Here's a video guide (https://www.youtube.com/watch?v=R9AqDnkA738) that could help you also.
by zarathustra-f90
2022-03-21 00:11
Forum: Beginners Questions
Topic: software install program which package is it?
Replies: 3
Views: 884

Re: software install program which package is it?

Depends on your Desktop Environment if it comes pre-installed with a deb package installer. If you use Gnome then as suggested in above comment it could be gnome-software.

When you choose this right click option though doesn't open an app window?
by zarathustra-f90
2022-03-17 03:19
Forum: General Questions
Topic: Changes made to ~/.profile and /etc/profile are not loaded
Replies: 5
Views: 2268

Re: Changes made to ~/.profile and /etc/profile are not loaded

Donno if this helps but I can think that one reason for not recognizing env variables in .profile is by using the Wayland instead of X11 window system.
You could add your env variables in an .Xdefaults (not .Xresources) for Wayland or at /etc/environment file for system-wide usage.
by zarathustra-f90
2022-03-17 03:14
Forum: Beginners Questions
Topic: permissions ownership not visible in Konqueror
Replies: 2
Views: 816

Re: permissions ownership not visible in Konqueror

Could you try the command ls -l inside the folder of interest?
by zarathustra-f90
2022-03-17 03:09
Forum: Beginners Questions
Topic: Debian 11: Failed unmounting /home/maketopsite
Replies: 8
Views: 1881

Re: Debian 11: Failed unmounting /home/maketopsite

Most of the times unmounting errors have to do with busy drives (e.g. a copy process is still running on maketopsite folder), so could be the case...do you run any process inside your maketopsite? Also as far the /run/user/1000 directory this could happen if for some reason its permissions are messe...
by zarathustra-f90
2022-03-17 02:45
Forum: Beginners Questions
Topic: environment variables in sway debian 11
Replies: 1
Views: 1563

Re: environment variables in sway debian 11

Haven't use Sway but searching a bit about it found that it is an equivalent of i3-wm for Wayland instead of the X11 windowing system. That said and reading the Debian wiki about Environment Variables you posted I can assume and propose two solutions. 1) Copy your .Xresources to a file named .Xdefau...
by zarathustra-f90
2022-03-17 02:21
Forum: Beginners Questions
Topic: nginx/my-site.com.key Openssl
Replies: 2
Views: 946

Re: nginx/my-site.com.key Openssl

Searching around the internet about Flatpak support in WSL I found mostly that still it ain't fully supported and offers many bugs that you should try to avoid it until there are some workarounds. In case you didn't come across this workaround ( https://github.com/flatpak/flatpak/blob/wip/WSL/README...
by zarathustra-f90
2022-03-17 01:56
Forum: Beginners Questions
Topic: how can i identify a partition?
Replies: 15
Views: 1446

Re: how can i identify a partition?

He's just trollin.
by zarathustra-f90
2022-03-13 14:07
Forum: Beginners Questions
Topic: Question about learning Linux
Replies: 7
Views: 1247

Re: Question about learning Linux

Greetings, check out this interactive Linux Master Class ( https://jdogg.club/ ). You can find many interesting and fundamental things about the Linux system, including filesystem hierarchy ofc. Hello everyone! I come from a Mac OS background, but I want to learn more about getting more control on m...
by zarathustra-f90
2022-03-13 03:12
Forum: Beginners Questions
Topic: i3 & pulse or Sway & Pipewire (opinons wanted)
Replies: 3
Views: 1038

Re: i3 & pulse or Sway & Pipewire (opinons wanted)

Greetings, Sway is stable nowadays, Pipewire received some recent updates/fixes in general but donno if these are migrated to Debian yet. To be honest I tried Pipewire when Fedora first shipped with it by default (I think on its previous release) and had some annoying bugs when managing multiple out...
by zarathustra-f90
2022-03-10 03:39
Forum: Beginners Questions
Topic: New User, Setting up Debian (Suspend issue)
Replies: 2
Views: 7943

Re: New User, Setting up Debian (Suspend issue)

Alright, this may be a foolish question but have you checked that really the system does not suspend? I mean in my own Debian 11 on laptop when it wakes up from suspend the boot screen appears like a normal restart but after login all the apps I had opened before suspension are still there. Have you...
by zarathustra-f90
2022-03-08 11:57
Forum: Beginners Questions
Topic: [solved] How to keep bluetooth off / airplane mode on after reboot?
Replies: 16
Views: 1604

Re: Hot to keep bluetooth off / airplane mode on after reboot?

This error message appears most of the time when you try to install a package or update the system while an already update process is running in the background (e.g. you boot your machine and immediately tried to install the app while some initialization processes run in the background). Try to run ...