<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; sqlite</title> <atom:link href="http://www.ghacks.net/tag/sqlite/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Firefox Profile Data Storage:  How to Hack it</title><link>http://www.ghacks.net/2011/08/06/firefox-profile-data-storage-how-to-hack-it/</link> <comments>http://www.ghacks.net/2011/08/06/firefox-profile-data-storage-how-to-hack-it/#comments</comments> <pubDate>Sat, 06 Aug 2011 07:18:43 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[data storage]]></category> <category><![CDATA[firefox profile]]></category> <category><![CDATA[firefox tips]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[sqlite browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48700</guid> <description><![CDATA[Like all browsers, Firefox stores your browsing history, saved passwords, form data, and preference values. Where exactly does it store it? It certainly isn’t on that ordered list in the Browsing History. All of this information is specifically stored in the SQLite databases in the Firefox profile folder. By using an open-source program called SQLite [...]]]></description> <content:encoded><![CDATA[<p>Like all browsers, Firefox stores your browsing history, saved passwords, form data, and preference values.  Where exactly does it store it?  It certainly isn’t on that ordered list in the Browsing History.  All of this information is specifically stored in the SQLite databases in the Firefox profile folder.</p><p>By using an open-source program called SQLite Database Browser, you will be able to find all browser data recorded.  Not only that, but you will also be able to see the database structure and browse, while even having the option to manipulate the data within each of the tables.  The following information applies to various operating systems, but for the sake of basic demonstration, Windows 7 will be used as an example.  The link follows to download SQLite Database Browser: <a
href="http://sourceforge.net/projects/sqlitebrowser/">http://sourceforge.net/projects/sqlitebrowser/</a></p><p>Start by making sure that Firefox is closed; otherwise file locks will present a problem.  Open SQLite Database Browser and click the “open” icon and navigate to the appropriate Firefox profile.  In Windows 7, it is found in this location:</p><p><code>%UserProfile%\AppData\Roaming\Mozilla\Firefox\Profiles\<random>.default</code></p><p>The following database example shows a database called “formhistory.sqlite”. It stores entered values in the form of input fields like e-mail addresses and even phone numbers.  Firefox can be set up to store this information.  If it is, it can be found here.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/firefox-profile-data-storage.png" alt="firefox-profile-data-storage" title="firefox-profile-data-storage" width="345" height="152" class="alignnone size-full wp-image-48701" /></p><p>Notice that you can open this table and browse the “moz_formhistory” table.  This delightful utility allows you to access many different entries so you may learn exactly how this works.  The name of the HTML field where you entered your data is stored in the column titled “fieldname” and the value is listed under the “value” column.  There will be many different fieldname values that are the same, but have different “values” defined.  This is because field names like “Email” and “Subject” are common field names.  You will also notice that values entered on one site will show up on another site.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/firefox-sqlite-hack.png" alt="firefox-sqlite-hack" title="firefox-sqlite-hack" width="565" height="269" class="alignnone size-full wp-image-48702" /></p><p>All of this information can be sensitive.  You can search for your credit card number, by pattern, and you will find the plain text entry within this database.</p><p>It is likely that you will find many entries that you wish to delete.  Locate the “id” value of the entry in the Browse Data tab and click the convenient button “Delete Record”.  When you save the changes, the data will be gone.  This is perfect for manually clearing sensitive data and is a quick process once you get a feel for it.  In this way, you can clear specific privacy data without wiping out your entire browsing data.</p><p>For PC security, it is important that privacy data is cleared frequently.  This is the type of information that is bait and breeding ground for malware of all types.  By keeping sensitive data clear, there is nothing to steal!  Naturally, you want to be sure that you do a basic clean of the hard drive and empty the Recycle Bin after this, as some of this data can remain in temporary files and common file locations even after deletion.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/06/firefox-profile-data-storage-how-to-hack-it/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Manage your bibliographic database with Bibus</title><link>http://www.ghacks.net/2009/11/27/manage-your-bibliographic-database-with-bibus/</link> <comments>http://www.ghacks.net/2009/11/27/manage-your-bibliographic-database-with-bibus/#comments</comments> <pubDate>Fri, 27 Nov 2009 19:15:01 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bibliographic citations]]></category> <category><![CDATA[bibliographic database]]></category> <category><![CDATA[bibliography]]></category> <category><![CDATA[sqlite]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=20722</guid> <description><![CDATA[If you are a student, teacher, writer, or anyone who has a need for a bibligraphy then you need to do yourself a favor and make use of a bibliographic manager. A bibliographic manager will organize, query, share, insert, and import bibliographic databases. One tool for this is Bibus. Bibus is an open source bibliographic database that can [...]]]></description> <content:encoded><![CDATA[<p>If you are a student, teacher, writer, or anyone who has a need for a bibligraphy then you need to do yourself a favor and make use of a bibliographic manager. A bibliographic manager will organize, query, share, insert, and import bibliographic databases. One tool for this is Bibus. Bibus is an open source bibliographic database that can work in conjunction with OpenOffice as well as import PubMed, EndNote/Refer, RIS, and BibTex records. Bibus uses SQLite-database for storage so there is no worry about database setup or management.</p><p>Bibus is free, easy to use, cross platform (Linux and Windows) and allows you to create customized styles for for bibliographies. In this tutorial you will learn how to install and use Bibus (with a nod to OpenOffice).</p><p><span
id="more-20722"></span><strong>Installation</strong></p><p>The installation of Bibus is simple. If you are using Ubuntu you can open up either Synaptic or the Ubuntu Software Center, do a search for &#8220;bibus&#8221; (no quotes), and install the results.  If you are using Debian you will be glad to know that Bibus is now in the official repositories, so all you need to do is issue the command:</p><p><em>sudo apt-get install bibus</em></p><p>For any other distribution you will need to install from source. To do this you will need to first make sure you have the following installed (which can be done with your normal application installer):</p><ul><li>python</li><li>wxpython2.* (where * is &gt;= 6)</li></ul><p>Now wxpython2.* will be listed as something different from different distributions. For example, in Fedora 12 you will be looking for <em>wxPython </em>in Mandriva you are looking for <em>wxPythonGTK</em>, and in SuSE you are looking for <em>python-wxgtk.</em> Now it&#8217;s time to download the source and install. Here are the steps:</p><p>Download the source from <a
title="Download from Sourceforge" href="http://sourceforge.net/projects/bibus-biblio/files/bibus-biblio/" target="_blank">Sourceforge</a>.</p><p>Open up a terminal window.</p><p>Change to the directory that contains Bibus source.</p><p>Unpack the source with the command <em>tar xvzf bibus-XXX.tgz </em>(Where XXX is the release number).</p><p>Change into the newly created <em>bibus-XXX </em>directory (Where XXX is the release number).</p><p>Change to the root user with the command <em>su</em>.</p><p>Export various paths necessary with the commands:<br
/> <code>export DESTDIR=/usr/local<br
/> export python=/usr/bin/python<br
/> export oopath=/usr/lib/openoffice.org3/program<br
/> make -f Setup/Makefile DESTDIR=$DESTDIR python=$python oopath=$oopath install</code></p><p>Once installed you will find the Bibus menu entry in the Office sub-menu of the Applications menu.</p><p><strong>First connection wizard</strong></p><p>When you first fire up Bibus you will need to walk through a very simple connection wizard. This wizard will want to know:</p><ul><li>What office suite you want to connect with Bibus (Choices being: OpenOffice, Microsoft Word, and None.)</li><li>Will you want to insert citations directly into OpenOffice ? If you want this feature you will have to start OpenOffice in &#8220;listening&#8221; mode (more on that in a moment).</li><li>What database do you want to use (SQLite or MySQL).</li><li>Where to store the database file.</li><li>Username.</li></ul><div
id="attachment_20725" class="wp-caption alignleft" style="width: 310px"><a
rel="attachment wp-att-20725" href="http://www.ghacks.net/2009/11/27/manage-your-bibliographic-database-with-bibus/bibus_main/"><img
class="size-medium wp-image-20725 " src="http://www.ghacks.net/wp-content/uploads/2009/11/bibus_main-500x325.png" alt="Figure 1" width="300" height="195" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Finally, Bibus will open up and you will be treated to the main window (see Figure 1). You will be connected to your default database, so you are ready to start creating.</p><p>In order to create a new citation right click the &#8220;All my references&#8221; link and select New Reference. You can also either select New Reference from the References menu or hit the key combination &lt;Ctrl&gt;N.</p><div
id="attachment_20726" class="wp-caption alignright" style="width: 272px"><a
rel="attachment wp-att-20726" href="http://www.ghacks.net/2009/11/27/manage-your-bibliographic-database-with-bibus/bibus_reference/"><img
class="size-medium wp-image-20726 " src="http://www.ghacks.net/wp-content/uploads/2009/11/bibus_reference-437x500.png" alt="Figure 2" width="262" height="300" /></a><p
class="wp-caption-text">Figure 2</p></div><p>When the References Editor appears (see Figure 2), fill out all of the necessary information and click OK to save the reference. NOTE: You must enter Author name in the format: lastname, firstname.</p><p><strong>Inserting citations into OpenOffice</strong></p><p>During the first connection wizard there was a section that asked if you wanted to be able to insert citations directly into OpenOffice. On that page click the Accept button which will open a document in OpenOffice. In this document you will find a button labeled <em>Accept UNO Connections</em>. You need to click that button and then quit and restart OpenOffice.</p><p>Once you have this set up you need to highlight a citation that you want to add to an OpenOffice document, click on the OpenOffice menu, and select Insert Citation. Now there is a slight possibility that you will receive an error that Bibus can not connect to OpenOffice. If this is the case you need to take these steps:</p><ul><li>Click on the Tools menu and select Options.</li><li>Click on the Security section.</li><li>Click on the Macro Security button.</li><li>Set Macro Security to Medium.</li></ul><p>Now Bibus should be able to connect to OpenOffice and insert your citations for you.</p><p><strong>Final thoughts</strong></p><p>If you are in a position where your writing leans heavy on the bibliographic citations, you will gladly welcome the help of Bibus. Not only does it make inserting proper bibliographic citations, it makes managing your bibliographic database a snap.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/27/manage-your-bibliographic-database-with-bibus/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Vacuum Places Improved Firefox Database Optimization</title><link>http://www.ghacks.net/2009/08/27/vacuum-places-improved-firefox-database-optimization/</link> <comments>http://www.ghacks.net/2009/08/27/vacuum-places-improved-firefox-database-optimization/#comments</comments> <pubDate>Thu, 27 Aug 2009 13:13:36 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[firefox-extensions]]></category> <category><![CDATA[optimizre firefox]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[vacuum places improved]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15771</guid> <description><![CDATA[The first Firefox add-on to optimize the SQLite databases that are used to store data like bookmarks or history was a Russian add-on that worked but did not please non-Russian speaking users. Vacuum Places Improved is a relative new add-on that features internationalization and additional options that make it a recommended add-on for users who [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/firefox.png" alt="firefox" title="firefox" width="128" height="128" class="alignleft size-full wp-image-13848" />The first Firefox add-on to optimize the SQLite databases that are used to store data like bookmarks or history was a Russian add-on that worked but did not please non-Russian speaking users. Vacuum Places Improved is a relative new add-on that features internationalization and additional options that make it a recommended add-on for users who want to optimize their Firefox databases to experience faster startups and better performance and response times.</p><p>The Firefox add-on basically offers two options to optimize the SQLite database. The first option will remind the Firefox user every x starts to clean the SQLite databases by displaying an icon in the Firefox status bar.</p><p><span
id="more-15771"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/optimize_firefox_database.jpg" alt="optimize firefox database" title="optimize firefox database" width="354" height="211" class="alignnone size-full wp-image-15773" /></p><p>The second option, which is probably more comfortable to most users, is the option to clean the SQLite databases every x startups of the Firefox web browser. This means that the optimization will be run automatically. Both numbers can be changed in the options of the add-on to increase or decrease the number of startups that are required before the reminder or optimization takes place.</p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/vacuum-places-improved/">Vacuum Places Improved</a> is compatible with Firefox 3.5 and later and can be downloaded from the official Mozilla Firefox website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/27/vacuum-places-improved-firefox-database-optimization/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>Optimize Firefox Databases With Vacuum Places</title><link>http://www.ghacks.net/2009/08/22/optimize-firefox-databases-with-vacuum-places/</link> <comments>http://www.ghacks.net/2009/08/22/optimize-firefox-databases-with-vacuum-places/#comments</comments> <pubDate>Sat, 22 Aug 2009 09:19:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox database]]></category> <category><![CDATA[mozilla-firefox]]></category> <category><![CDATA[optimize firefox]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[sqlite database]]></category> <category><![CDATA[vacuum places]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15604</guid> <description><![CDATA[The Mozilla Firefox development team switched to SQlite databases for data storage in Firefox 3. One problem that arose because of this switch was an increasing Firefox profile folder size as there was no build in way to optimize the SQlite databases regularly. We reviewed a solution to this problem a while ago (read: optimize [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/firefox.png" alt="firefox" title="firefox" width="128" height="128" class="alignleft size-full wp-image-13848" />The Mozilla Firefox development team switched to SQlite databases for data storage in Firefox 3. One problem that arose because of this switch was an increasing Firefox profile folder size as there was no build in way to optimize the SQlite databases regularly. We reviewed a solution to this problem a while ago (read: <a
href="http://www.ghacks.net/2009/07/11/optimize-sqlite-databases-in-firefox/">optimize sqlite databases in Firefox</a>) which involved running a batch file in the Firefox profile directory to optimize the databases and reduce their file sizes. The process can be best described as a defragmentation to close gaps that contain no data which will free the disk space.</p><p>The Firefox add-on Vacuum Places makes this process more comfortable by providing the means to run the database optimization right from within Firefox. The experimental add-on will optimize the SQLite databases of the active Firefox profile whenever its button in the Firefox status bar is pressed.</p><p><span
id="more-15604"></span>The database size reduction depends largely on the amount of data in the database, the time it has been in use and the last cleanup. A run on a test system (using the batch file) reduced the size of the profile folder from 64.8 Megabytes to 53.4 Megabytes.</p><p>Vacuum Places can be downloaded from the <a
href="https://addons.mozilla.org/en-US/firefox/addon/vacuum-places/">official</a> Mozilla Firefox website. It is advised to create a backup of the Firefox profile folder before running it for the first time.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/22/optimize-firefox-databases-with-vacuum-places/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Optimize SQLite Databases In Firefox</title><link>http://www.ghacks.net/2009/07/11/optimize-sqlite-databases-in-firefox/</link> <comments>http://www.ghacks.net/2009/07/11/optimize-sqlite-databases-in-firefox/#comments</comments> <pubDate>Sat, 11 Jul 2009 09:36:32 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[databases]]></category> <category><![CDATA[mozilla-firefox]]></category> <category><![CDATA[optimize sqlite]]></category> <category><![CDATA[opzimize firefox]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[sqlite databases]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14316</guid> <description><![CDATA[The Mozilla Firefox development team has changed the way the web browser is storing information to SQLite databases in Firefox 3. Cookies, Bookmarks, RSS feeds and many other information are now stored in SQLite databases that are stored in the Firefox profile. A problem that can arise is that the databases can get fragmented over [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/firefox.png" alt="firefox" title="firefox" width="128" height="128" class="alignleft size-full wp-image-13848" />The Mozilla Firefox development team has changed the way the web browser is storing information to SQLite databases in Firefox 3. Cookies, Bookmarks, RSS feeds and many other information are now stored in SQLite databases that are stored in the Firefox profile. A problem that can arise is that the databases can get fragmented over time which inflates their size and has the consequence that the performance drops especially in the time the web browser is loading but also when information are pulled from the databases.</p><p>It is possible to optimized SQLite databases which defragments them so that their size decreases and performance is gained. The website <a
href="http://www.webupd8.org/2009/07/increase-firefox-3-perormance-by.html?dsq=12464538">Web Upd8</a> explains how to optimize the SQLite databases of Firefox running under Windows, Linux or Mac OS. Windows users for example need to download a batch file and place them into the Firefox profile that they want to optimize.</p><p><span
id="more-14316"></span>The batch file will run the vacuum command on all SQlite databases that are located in the profile folder. The effect of the optimization depends largely on the fragmentation of the SQLite databases. Optimization on a test system reduced the size of the Firefox profile folder from 64.8 Megabytes to 53.4 Megabytes. Users with many bookmarks and RSS feeds will most likely see a large size reduction of the profile folder while users who use Firefox only occasionally will see little to no improvement.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/11/optimize-sqlite-databases-in-firefox/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Portable Web Server</title><link>http://www.ghacks.net/2008/12/28/portable-web-server/</link> <comments>http://www.ghacks.net/2008/12/28/portable-web-server/#comments</comments> <pubDate>Sun, 28 Dec 2008 15:28:53 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[apache portable]]></category> <category><![CDATA[apache server]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[pearl]]></category> <category><![CDATA[php]]></category> <category><![CDATA[portable web server]]></category> <category><![CDATA[server2go]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9407</guid> <description><![CDATA[Server2Go is a portable web server that can be run from any storage space in a Windows environment. It can be placed on USB devices, removable devices, CDs, DVDs or the hard drive of the computer. It requires no installation at all and can be run right from the location where it has been placed [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.server2go-web.de/download/download.html">Server2Go</a> is a portable web server that can be run from any storage space in a Windows environment. It can be placed on USB devices, removable devices, CDs, DVDs or the hard drive of the computer. It requires no installation at all and can be run right from the location where it has been placed it.</p><p>The web server can be downloaded in various configurations. The various configurations range from a bare-bone Apache web server to a web server supporting MySQL, SQLite, Pearl and PHP. The configuration only has an effect on the type of applications that can be run on the web server. Most users will probably need at least MySQL and PHP support to run their websites locally.</p><p>The web server can be started by double-clicking on the Server2Go.exe executable file in the root directory of the server. This will load the various web server modules and display a start page in the web browser. The pms_config.ini file can be used to change various settings of the web server including the default web browser, the port and whether the modules like MySQL or PHP should be started as well.</p><p><span
id="more-9407"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/server2go-500x253.jpg" alt="server2go" title="server2go" width="500" height="253" class="alignnone size-medium wp-image-9408" /></p><p>The actual files of a website are placed in the htdocs directory of the web server. Loading them can be as easy as pointing your browser to 127.0.0.1:4001 or some subdirectory of it depending on the type of site.</p><p>MySQL comes with phpMyAdmin which is accessible from the main interface of the web server. Server2Go offers an uncomplicated way to run a web server, it is especially helpful in environments where software installations are restricted.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/28/portable-web-server/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> </channel> </rss>
