Archive for the ‘Office’ Category
Posted in Office |
Sep
19
December 3, 2005
Posted by Carthik in guides, ubuntu.
trackback
From an old mailing list gem, I got the right method to back up your Evolution (mail + calendar + contacts) data the right way:
Step 1:
Shutdown evolution and gconftool-2:
$gconftool-2 –shutdown
$evolution –force-shutdown
Step 2:
Create an archive with the data and configuration files:
Note: To completely save the Evolution data […]
Eclipse is more than an IDE. It is best described as a platform for building an IDE. Eclipse boils down to a system that manages plug-ins. It offers services such as loading plug-ins, managing relationships and dependencies among plug-ins, managing the interfaces between plug-ins (through extension points), and more.
Obviously some of the plug-ins offer services […]
vnc2swf edit.py script is goed om swf files te converteren in mpeg of verkleinen, geluid toevoegen ezv.
zie ook vnc2swf
usage: edit.py
[-d] [-c] [-t type] [-V] [-f|-F frames] [-a mp3file] [-r framerate]
[-S mp3sampleskip] [-C WxH+X+Y] [-B blocksize] [-K keyframe]
[-R framestep] [-s scaling]
[…]
Posted in Linux, Office |
Jul
29
JET / MS Access database (MDB) file viewer
GNOME MDB viewer is a graphical interface that allows to export data and
schema from so-called JET database files. (These files are more commonly
known as MDB files for their filename extension, or Access Databases after
the name of the Microsoft application that uses JET as its native embedded
database format)
install
sudo apt-get […]
Posted in Office |
Jul
22
Submitted by Austin on Sat, 2007/05/19 - 15:02
* Tech/Geek
by Austin Acton
I’ve used Linux as my full-time desktop for seven years now. I have almost no reason to use Windows (other than stupid ExamSoft), and even when I do, I don’t have much Windows software available. The one “hole” in my workflow […]
Posted in Office, Links |
Jul
21
http://code.google.com/p/ocropus/
OCRopus(tm) is a state-of-the-art document analysis and OCR system, featuring pluggable layout analysis, pluggable character recognition, statistical natural language modeling, and multi-lingual capabilities. The system is being developed with the generous support from Google and other organizations; the primary developers are at the IUPR Research Group at the DFKI Research Center.
http://code.google.com/p/tesseract-ocr/
The Tesseract OCR engine was […]
Posted in Office, Links |
Jul
19
Hunspell is een spellingcontrole en morfologische analyzer ontworpen voor talen met rijke morfologie en complexe samenstelling woord of karakter-codering, die oorspronkelijk ontworpen voor de Hongaarse taal.
Hunspell is gebaseerd op myspell en is achterwaarts compatibel met myspell woordenboeken. Hoewel myspell gebruikt 8-bit ASCII tekencodering, Hunspell kan gebruik worden gemaakt van Unicode UTF-8-gecodeerd woordenboeken.
Hunspell is de spellingcontrole […]
Posted in Office |
Jul
14
Om PDFedit te installeren op Debian of Ubuntu
sudo apt-get install pdfedit
dan kunt u opstarten van menu toepassingen kantoor of met opdracht
pdfedit
Het is mogelijk om tekst toe te voegen, verwijderen naar afbeelding converteren ezv.
Is geschreven in C++ en javascript.
http://sourceforge.net/projects/pdfedit/
http://www.ego4u.com/en/cram-up/grammar
English Grammar Reference and Exercises, English Tenses – Overview, All other Grammar Topics, English Tenses Active, Confusing Tenses, Conditional and Subjunctive
http://translate.google.com/translate_t?sl=en&tl=nl
Google translate Vertaalde zoekopdracht Woordenboek Hulpprogramma’s
Posted in Database, Linux, Office |
Jun
26
Hier kunt u uitgebreide tut vinden met Oracle, en andere platformen.
http://wiki.openbravo.com/wiki/index.php/Openbravo_Command_Line_Installation
Install en run.
http://wiki.openbravo.com/wiki/Openbravo_ERP_installation
To install Database postgresql package:
sudo apt-get install postgresql-8.2
To set the postgres password:
sudo sed -i ’s/ident sameuser$/trust/’ /etc/postgresql/8.2/main/pg_hba.conf
sudo /etc/init.d/postgresql-8.2 restart
psql -U postgres
alter role postgres with password ‘new_password’;
\q
sudo sed -i ’s/trust$/md5/’ /etc/postgresql/8.2/main/pg_hba.conf
sudo /etc/init.d/postgresql-8.2 reload
Debian (Ubuntu/Kubuntu/Linux Mint)
* Debian users: You […]
Posted in Linux, Netwerk, Office |
Jun
24
installeer volgende pakketten.
# apt-get install pyvnc2swf
# apt-get install x11vnc
start vncserver
$ x11vnc
###############################################################
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#
#@ […]
Posted in Python, C++, Office |
Jun
24
Vnc2swf is a cross-platform screen recording tool for ShockWave Flash (swf) format.
http://www.unixuser.org/%7Eeuske/vnc2swf/
Frequently Asked Questions
What’s the difference between Python version and C version?
Vnc2swf comes with two different implementations:
* Python version (pyvnc2swf):
o Runs on many platforms, including Linux, FreeBSD, Solaris, Mac OS X, […]
Posted in Office |
Jun
24
Screencasting to help your mom is a software guide to help you choose the right screen capture or screencasting software.
screencasting software tools reviewHow often friends visit you to learn how to use email, how to search Google or how to install a software. Or how do you teach Outlook Express to your Mom who is […]
Posted in Office |
Jun
23
Installeer benodigde pakketten met synaptic pakketbeheer. ( te vinden in Systeem -> Beheer, zoek naar termen “openoffice nl”)
Maak de taal standaard in Extra -> Opties -> Taalinstellingen -> Talen -> Standaardtalen voor documenten
Met F7 kan spellingcontrole opgeroepen worden.
Posted in Office |
Jun
23
Deze pagina legt uit hoe je de Nederlandstalige spellingcontrole en woordafbreking voor OpenOffice.org kunt downloaden en installeren.
Achtergronden
Waarom wordt het eigenlijk niet gewoon meegeïnstalleerd?
Sun heeft niet van alle componenten van Star Office zelf het copyright, waaronder de spellingcontrole. Sun mag deze wel in StarOffice gebruiken, maar niet open-source maken. In de OpenOffice.org software moest dus een […]
The project goal is to explore the possibility of using OpenOffice.org as a WYSIWYG editor of XML content. The principle is to edit structured documents using styles. These styles are then transformed to XML tags on export.
Anyone from community is welcome to join the project. The current issues and enhancements filed for DocBook are these.
This […]