Search found 23 matches

by cjclm7
Wed Jul 19, 2023 5:27 pm
Forum: Networking
Topic: (SOLVED) nftables - configuration file for Linux Mint
Replies: 5
Views: 548

Re: nftables - configuration file for Linux Mint

Here's mine: table inet FILTER { chain INPUT { type filter hook input priority filter + 1; policy drop; ct state established,related accept ct state invalid drop iifname "lo" accept icmpv6 type { echo-request, nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert } accept ip saddr 192...
by cjclm7
Wed Jul 19, 2023 5:26 pm
Forum: Networking
Topic: (SOLVED) nftables - configuration file for Linux Mint
Replies: 5
Views: 548

Re: nftables - configuration file for Linux Mint

In Linux Mint 21.1 UFW is a wrapper for nfttables by default. In previous OS versions UFW was an iptables default frontend. Basically, if you want to use nft directly, disable ufw and enable nfttables services. To replace nfttables current set with older configured ufw rules do something like iptab...
by cjclm7
Sun Jul 09, 2023 8:27 pm
Forum: Networking
Topic: (SOLVED) nftables - configuration file for Linux Mint
Replies: 5
Views: 548

(SOLVED) nftables - configuration file for Linux Mint

I want to use nftables as a firewall instead of the default firewall of Linux Mint (uses UFW by default). For that I've followed the usual steps, disable ufw and enable nftables: sudo systemctl disable ufw && sudo systemctl stop ufw sudo systemctl enable nftables && sudo systemctl st...
by cjclm7
Tue Aug 02, 2022 6:30 pm
Forum: Hardware Support
Topic: Linux Mint 21 - harware issue with SATA III disk speed
Replies: 1
Views: 258

Linux Mint 21 - harware issue with SATA III disk speed

I have a fresh install of Linux Mint 21 and I have noticed a very low disk speed when using an 2.5" SSD directly connected to the motherboard: sudo dd if=/dev/zero of=/home/ccm/10GB.img bs=1M count=10000 status=progress 10416553984 bytes (10 GB, 9,7 GiB) copied, 79 s, 132 MB/s 10000+0 records i...
by cjclm7
Sun Feb 13, 2022 2:37 pm
Forum: Hardware Support
Topic: external USB disk being mounted only as root
Replies: 4
Views: 867

Re: external USB disk being mounted only as root

One thought - has that stick been anywhere near a win10 PC with fast start enabled. That would lock the file system to linux = read only. Yes, I confirm it has been connected to a machine running Microsoft :evil: Windows 11 machine and this issue happen after that. The fact is that i use the same m...
by cjclm7
Sun Feb 13, 2022 1:39 pm
Forum: Hardware Support
Topic: external USB disk being mounted only as root
Replies: 4
Views: 867

Re: external USB disk being mounted only as root

What I am trying now:
using

Code: Select all

udev
and

Code: Select all

udevadm
to set some rules (regarding how to mount and where to mount) to be applied once that specific external usb disk is connected

Meanwhile, would like to know if this issue happen to any of you and why before was working fine and now is not.
by cjclm7
Sun Feb 13, 2022 1:20 pm
Forum: Hardware Support
Topic: external USB disk being mounted only as root
Replies: 4
Views: 867

external USB disk being mounted only as root

I have an external USB disk that, until recently, mounted automatically (when connected USB cable) without issues. Recently, this normal behavior is not happening anymore. Whenever i connect the external usb disk it mounts automatically with some unusual mount options set automatically: $ sudo lsblk...
by cjclm7
Sun Jan 23, 2022 8:37 pm
Forum: Software & Applications
Topic: Browser force user to use some Search Engines
Replies: 1
Views: 257

Browser force user to use some Search Engines

Chromium based browsers forbid users to choose delete some search engines (crap Microsoft Bing included). https://www.pcmag.com/news/chromium-based-browsers-lose-ability-to-delete-default-search-engines As a USER, when I install a browser I do select my default search engine (usually Duckduckgo) and...
by cjclm7
Sun Dec 05, 2021 2:17 pm
Forum: Printers & Scanners
Topic: recognizing the scanner on Epson ET-2750
Replies: 5
Views: 6233

Re: recognizing the scanner on Epson ET-2750

I can confirm that Epson provides the drive and software for the Epson ET-2750 printer and scanner.

I really like this printer and am happy for Epson supporting Linux users.

Link for Manual: https://download.ebz.epson.net/man/linu ... an2_e.html
by cjclm7
Mon May 04, 2020 10:50 am
Forum: Software & Applications
Topic: SOLVED: Panel applet command not working if command includes sudo
Replies: 1
Views: 310

Re: Panel applet command not working if command includes sudo

okay... solved
I gave access to that command, executed by the user, without password on sudoers config file

Image

now NVMe SSD disk temperature is showing on panel
by cjclm7
Mon May 04, 2020 5:03 am
Forum: Software & Applications
Topic: SOLVED: Panel applet command not working if command includes sudo
Replies: 1
Views: 310

SOLVED: Panel applet command not working if command includes sudo

I am using a Panel Applet (Bash Sensors) that allow to display bash commands (up to 2 command) The Panel Applet (Bash Sensors) works fine with normal commands such as: uname -r it displays the string 5.3.0-51-generic But the bash command I want to run needs root access: sudo nvme smart-log /dev/nvme...
by cjclm7
Sat Dec 28, 2019 10:58 am
Forum: Software & Applications
Topic: SOLVED - linux command "update-alternatives" not available on 19.3
Replies: 3
Views: 4442

Re: linux command "update-alternatives" not available on 19.3

Anyway, for some unknown reason is working now:

Code: Select all

$ sudo update-alternatives --list python
/usr/bin/python2.7
/usr/bin/python3.6
/usr/local/bin/python3.7
Marked SOLVED (maybe some system update was missing)
by cjclm7
Sat Dec 28, 2019 10:52 am
Forum: Software & Applications
Topic: SOLVED - linux command "update-alternatives" not available on 19.3
Replies: 3
Views: 4442

Re: linux command "update-alternatives" not available on 19.3

Obviously that was tried... ;-) (but I agree , should have reported it) $ sudo apt-get install update-alternatives Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package update-alternatives Also tried: sudo apt-cache search update-* and n...
by cjclm7
Sat Dec 28, 2019 8:48 am
Forum: Software & Applications
Topic: SOLVED - linux command "update-alternatives" not available on 19.3
Replies: 3
Views: 4442

SOLVED - linux command "update-alternatives" not available on 19.3

linux bash command "update-alternatives" was available and working on Mint 19.2 but now on 19.3 I get this error message:

Code: Select all

command not found
by cjclm7
Mon Jun 10, 2019 1:13 pm
Forum: Tutorials
Topic: [GUIDE] How to hibernate to a swap file in Linux Mint 19.x
Replies: 80
Views: 72263

Re: [GUIDE] How to hibernate to a swap file in Linux Mint 19.x

gm10, followed your guide and it is working 100%

When resuming from the swap file, it is faster than I was expecting.

This is very useful! Thanks
by cjclm7
Mon Jan 08, 2018 3:08 pm
Forum: Graphics Cards & Monitors
Topic: Mint 18.1 Cinn: How To: AMD Driver install (RX480, R7, R9) + Steam
Replies: 35
Views: 69131

Re: Mint 18.1 Cinn: How To: AMD Driver install (RX480, R7, R9) + Steam

the guide did not work on my machine:

Code: Select all

uname -a
Linux server 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
AMD Driver: amdgpu-pro-17.50-511655.tar.xz

GPU: AMD RX 580 8GB

.
by cjclm7
Mon Dec 25, 2017 4:23 pm
Forum: Software & Applications
Topic: [SOLVED] Application "Software Manager" not starting
Replies: 5
Views: 546

Re: Application "Software Manager" not starting

I have an icon on my desktop "Software Manager". I have created that icon by going Menu, then type "Software", then choose application Software Manager then right-click then "add to desktop". Just found out the problem was the icon (created in the day I have installed M...
by cjclm7
Mon Dec 25, 2017 3:59 pm
Forum: Software & Applications
Topic: [SOLVED] Application "Software Manager" not starting
Replies: 5
Views: 546

Re: Application "Software Manager" not starting

some relevant info from inxi -Frxz System: Host: mbp Kernel: 4.10.0-42-generic x86_64 (64 bit gcc: 5.4.0) Desktop: Cinnamon 3.6.7 (Gtk 3.18.9-1ubuntu3.3) Distro: Linux Mint 18.3 Sylvia Repos: Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list deb [arch=amd64] http://dl.google.com...
by cjclm7
Mon Dec 25, 2017 3:55 pm
Forum: Software & Applications
Topic: [SOLVED] Application "Software Manager" not starting
Replies: 5
Views: 546

Re: Application "Software Manager" not starting

ccm@mbp ~ $ mintinstall Detected system architecture: 'x86_64' (using 'x86_64') load_cache took 308.967 ms add_categories took 7.010 ms build_matched_packages took 0.174 ms add_packages took 1110.229 ms process_matching_packages took 1.132 ms First run detected, initial set of reviews used add_revi...
by cjclm7
Mon Dec 25, 2017 3:29 pm
Forum: Software & Applications
Topic: [SOLVED] Application "Software Manager" not starting
Replies: 5
Views: 546

[SOLVED] Application "Software Manager" not starting

Have been using Linux Mint for a while now and all works good except one application ( "Software Manager" ) that start, ask for root password then simply disappear, nothing happens. Here my system info: uname -a Linux mbp 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017...

Go to advanced search