
libreoffice - How can I open .db files? - Ask Ubuntu
I've imported a .db file from my android device and I wish to open it using Libreoffice Base or something similarly basic with a simple GUI. How do I achieve this?
How to properly view a .sqlite file using sqlite? - Ask Ubuntu
49 I have installed the program sqlite in order to view file types with that extension, however even after reading its help documentation and its manpage, I am still confused about how I get it to show me …
Which apps read/write an SQLite 3 database in Ubuntu?
Dec 26, 2014 · Editing an SQLite3 .db file requires knowing the SQL to make changes to the sqlite3 database anyways even with apps that can read the file - is there a reason you don't use the …
database - How to view Berkeley DB contents? - Ask Ubuntu
Apr 21, 2014 · I have a copy of addressbook from Nokia N900 and it's a Berkeley DB file. How can I view it's contents? $ file addressbook.db addressbook.db: Berkeley DB (Hash, version 8, native byte …
Where is mongo database folder on the filesystem - Ask Ubuntu
Dec 3, 2017 · When I start it (with mongod command) it says that database is located at /data/db (dbpath=/data/db). The database works fine. But in files explorer I cannot find that folder. I've looked …
database - How to view the data from a .mysql file? - Ask Ubuntu
Aug 26, 2015 · Now you can import .sql file to database by: mysql - u "username" -p 'databasename' < filename.sql I use an extra space inbetween -p and databasename so it will prompt for password and …
Where bind9 slave server stores transfered zone file?
Configured bind9 simple master-slave tandem for serving domain in local network. Transfer of zone to client succeeds but I find no transfered zone file on slave server. Configuration at master: z...
bind - How do I do a complete BIND9 DNS Server ... - Ask Ubuntu
I need a complete step-by-step guide on how to produce such a server configuration. Can anyone help-me?
Can't locate a directory using "locate"? - Ask Ubuntu
Two causes two actions In general when you are not able to locate a file or it is because recently created (after the last database update) or because it is not in the paths where updatedb is going to …
how can I change the storage location of /var/lib/mlocate.db?
1 In Ubuntu the default database location is compiled into the mlocate binary, so it's hard to change it. You can set the LOCATE_PATH variable, but the database file mentioned there will be only used as …