-
-
Save nakamuraos/717eb99b5e145ed11cd754ad3714b302 to your computer and use it in GitHub Desktop.
This is part of my research. Please subscribe their plan if you can.
Works like a charm thanks !!
it works
It works. Thanks
Can anyone integrate this great work along with the following great contribution?:
Does this script will reset settings ? So if I save connection, will this script erase it?
Does this script will reset settings ? So if I save connection, will this script erase it?
No. It'll keep all current settings, your connections will remain in place.
I got this error: reset-trial-navicat.sh: 23: [[: not found
Did I do something wrong?
I got this error: reset-trial-navicat.sh: 23: [[: not found Did I do something wrong?
Run it as sudo
I got this error: reset-trial-navicat.sh: 23: [[: not found Did I do something wrong?
Run it as sudo
still the same error bruh :<
still the same error bruh :<
What distro do you use?
What distro do you use?
I am using Ubuntu 22.04
What distro do you use?
I am using Ubuntu 22.04
Can you show screenshot how do run command, and the result? It works good on ubuntu 22.04
@Cien267 use
sudo ./reset-trial-navicat.sh
I think this script uses bash commands in it. And sh can't normally execute
@dotmitsu
I try chmod +x and run "./" instead of "sh" and it works. Thank you very much <3
confirm it works on 17.0
Work faketime & this reset script together, 14 days trial always!
Navicat 17.0.8 on Ubuntu 20.04 Focal.
Beaware time stamp binary & faketime should match via touch
file.
🕷
really works. Thank you
Background Knowledge
Configuration structure
Navicat creates the directory
~/.config/navicat
to store configuration data:Navicat uses
dconf
in Linux to store user configuration data:com/premiumsoft/navicat-premium
section below:dconf dump / >~/.config/dconf/user.conf
dconf
command, rundconf -h
Solution
com/premiumsoft/navicat-premium
directory (referred to asdir
bydconf
, which is a virtual directory):Summary
Maintainer