OpenSUSE :: Recommendation For Database Development Software
Mar 17, 2010
Looking for a recommendation on database development software. I tried Openoffice Database. The program crashes frequently when establishing relationships. If the data types of the relationship disagree, the program crashes. Also, the screen for establishing relationships is too small. I will probably need about 40 tables, and the Openoffice relationship map can realistically handle only about 12.
Apparently Access is up to the task of the development. Ultimately, I want to convert the developed database into a LAMP Web application. Also, I'm thinking of jobbing out much of the development. Is their an equivalent Linux-based solution, or should I hold my nose and go ahead with Access and Windows?
View 8 Replies
ADVERTISEMENT
Mar 9, 2010
i'm converting from w7 and before doing so made up a list of functions i wanted to be capable of doing in opensuse.i have most of them complete but saved the ones that gave me some problems or simply perplexed me until last.i managed to figure out ps3 media server, but still need to know how to automount my external usb drive upon boot.i have my vnc needs met with x11vnc and no probs there.
but what i'm not sure how to do is to synchronize my files between my three computers as well as how to backup my files to an offsite file service (perhaps datastorageunit). i've considered just using dropbox, which from what i've read will backup to offsite ( i used mozy on w7) as well as sync my files across my lan (goodsync handled my syncing). however, i really dont want to pay $10/mo. for 50gb of storage with dropbox when datastorageunit is only $3/mo for 100gb. datastorage unit says that rsync can be used however, even with the gui (grsync) installed i still couldn't make much head way. id rather not take the lazy/pricier way out with dropbox, but instead learn how to use grsync.
View 9 Replies
View Related
Sep 1, 2010
I need a download manager for my OpenSUSE 11.2. Do you have any recommendation?
View 9 Replies
View Related
May 5, 2010
I was wondering if there is a good program for drawing charts of fx programs. Flow charts, Gannt charts and such.I'm sure I can get openoffice to do it, but somehow I'm not comfortable with drawing anything in that program. I don't really know why. There is a nice program for it in the OpenSuse 11.2 with gnome, but I run KDE4. Is there a good recommendable program for this under KDE4?
View 2 Replies
View Related
May 31, 2011
I'm looking for an HDMI-capable TV Tuner card (that preferably works with linux).
View 9 Replies
View Related
May 14, 2011
I'm trying to do some very simple video editing but I'm having trouble finding a software solution that works for what I'm looking to do.I've got a bunch of movies that are split into two files (in order for both to fit on a CD-R, back when that was relevant). I'd like to just combine them into one file. Trouble is, the file-type is usually avi and I've had trouble finding an application that will read and properly import an avi file.
View 9 Replies
View Related
Mar 13, 2010
I recently bought a HIS HD 4670 IceQ card but can't get it to work in openSUSE 11.2 Under Windows the card works fine, so I assume there is no hardware problem. I tried this card in two computers with different mainboards, but it does not work. Several times I reinstalled openSUSE completely from scratch (tried both 32bit and 64bit versions) but no luck. The problem: Right after the installation it uses the radeonhd driver. This basically works, but without 3D (no Tuxracer...) and even 2D is slow (dragging around windows on the desktop is slow, page scrolling in firefox also).
Then I tried to install the ati proprietary driver, both from rpm (the rpm's from the "official" ati repository have a checksum error, as already mentioned in another thread!), and by downloading the driver from AMD and running the install script. The install script seems to work successfully. The kernel module is compiled and loaded. "aticonfig --initial" makes a rudimentary xorg.conf. But then, when starting X, it does not work:
- on one of the 2 tested systems, even kdm does not start, the screen simply stays black with a frozen cursor top left, even CTRL+ALT+backspace doesn't do anything - on the other system, kdm starts and shows the login screen, but when trying to start KDE kwin crashes, and the windows have no title bar (when I googled for this symptome I found lots of people also having this problem...) - trying to configure the system using sax2 didn't help, even sax2 doesn't display properly I have now spent 4 days trying to get this to work and now I'm really tired of those buggy graphics drivers, be it proprietary or open source...
Can anyone recommend me a graphics card that is approximately as powerful as the radeon 4670 (I bought this card because it is said to be the most economical card (both in price and energy consumption) that allows to play Anno 1404 reasonably well on windows), but is known to work in openSUSE 11.2, even in 3D mode (tuxracer...)?
View 4 Replies
View Related
Feb 5, 2011
Ive dualboot Win Vista and Opensuse on a 320GB hard drive. I had some partitioning problems in the past so Ive deleted a couple of partitions as per someones recommendation and reinistalled suse if this set up ok?fdisk -l
Code:
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1275 10240000 f W95 Ext'd (LBA)
[code]....
View 9 Replies
View Related
Mar 23, 2010
I would like to install development tools / libs, such as gcc. But I haven't selected them during the opensuse 11.2 x64 installation, and when I use the yast2/software management to install programming packages, there are many items, and I don't know which should/should not be installed. Even when I select all to install, it seems many conflicts reported. So is there any easy way to install the development packages properly, without reinstalling the os?
View 1 Replies
View Related
May 3, 2010
is there any nice web development application?
View 6 Replies
View Related
Mar 17, 2011
In openSUSE 11.3 when I selected the Python Development pattern for install, it included everything needed for Python development. I installed openSUSE 11.4 yesterday from the full DVD ISO and selected the Python Development pattern, but all it installed is the patterns-openSUSE-devel_python meta package, which apparently doesn't include any other software. It didn't even install the python interpreter.
Of course I can easily install what I need manually, but the pattern is a handy one for quick installs that need Python. Is this pattern broken under 11.4 or am I missing something? I couldn't find anything about this behavior in the release notes, known 11.4 bug list on the forums, Google, etc.
View 7 Replies
View Related
Feb 27, 2011
It is bad enough that the kernel gods have basically required that the whole kernel source tree be installed and configured to compile even a simple module but they have made it so a module compiled on one kernel will not work on any other.
To make the situation worse much of the configuration needed to successfully compile a module has been left out of open suse11.3. If you want to replicate the problems may I suggest you attempt to compile the usb-skeleton.c driver example code that is included with each kernel. If it is the intent of the linux community to limit driver development to the professionals then congratulations.
View 9 Replies
View Related
Mar 16, 2011
On Windows and Mac it's as simple as downloading some WAMP and XAMP stack and clicking "install".
On OpenSUSE I'm trying to do it myself. I went into YaST and installed the "Web and LAMP Server" pattern.
Then I edited the default-server.conf file to point towards my website by changing the DocumentRoot and <Directory "blah blah"> lines.
Then I tried to start apache, but got the following error:
Code:
# apache2ctl restart
httpd2: Syntax error on line 188 of /etc/apache2/httpd.conf: Could not open configuration file /etc/apache2/sysconfig.d/include.conf: No such file or directory
So I just went into httpd.conf and commented out that line.
[Code].....
View 7 Replies
View Related
Jun 12, 2011
I'm trying to install the development files via yast i.e. libkde4-devel and I keep libkde4-devel 4.2.80 requires libkde4 4.6.80. Ok I understand this I have libkde4 4.6.2 but no package for libkde4-devel 4.6.2. If I try to install libkde4 4.6.80 the conflicts just keep growing. What do you have to do to get libkde4-devel install on suse 11.4 (x64).
View 4 Replies
View Related
Jan 15, 2010
I hunted down kdevelop4 through yast. I found it finally by entering "Integrated Development Environment" in the search text box, clicking "Description" only, and clicking Search. I'm backtracking now to figure out how to find it and other development tools/ide's quicker in the future.I clicked the Technical Data tab for kdevelop4 and in the details, "Package Group" shows "Development/Tools/IDE".In Yast, I then clicked on the "Package Groups" tab and searched on the left-hand side for "Development". But it's now there.
In OpenSuSE 10.3, when I viewed the Package Groups tree structure, there was a node, "Development" which contained kdevelop3. But I can't seem to find the "Development" Package Group in OpenSuSE 11.2.
View 4 Replies
View Related
Jul 10, 2010
I want to play with some development builds of blender 2.5 that require libtiff4-devel It doesn't appear to be available from the repos I have enabled, which is just what it took to get multimedia stuff working (packman, vlc)
View 1 Replies
View Related
Jun 16, 2011
i tried to install wine in SLED11 but i got this error : configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want.You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this.
View 8 Replies
View Related
Mar 7, 2011
am using zabbix open source solution for systems monitoring. I am facing a problem and discussed it on zabbix forum. my post was as "My zabbix server is behaving abnormally, approximately daily from 9 to 12, the server stop accumulating logs. I observed that the server report is RUNNING but it did not accumulate log values and also the machine have no extra load. Its shown in the graph image attached.t the following reply,"database performance?are you monitoring database IO and available database threads? "So any one have any idea that how can I do this as I am using MySQL as backend database on RHEL 3.
View 1 Replies
View Related
Aug 16, 2010
My existing MySQL database is running on 11.1. I plan to do a fresh install of 11.3 in order to utilize the trimming feature for SSD drives. How should I install my MySQL database to the new version? Do I perform a backup then restore to the new install? Or can I just save the mysql db files to a cd and somehow attach it to the new install?
View 2 Replies
View Related
Sep 19, 2010
I currently backup my database using MySQL Administrator. I wanted to test out restoring the database, so on my test server I deleted the database and restored the .sql file to a new schema with the same name as the old. one. It appears to complete the process just fine. But I noticed that the number of rows for the restored database is slightly less than what was backed up.
Is this normal or should the numbers be exactly the same? It's only a difference of about 28 rows. I seem to be able to view the data just fine in the query tool.
View 4 Replies
View Related
Aug 30, 2010
how to rebuild the system update database?
View 5 Replies
View Related
Oct 25, 2010
I have OO.o 3.1.1.4 installed on my SuSE 11.2 system. (It came with it.)I've tried connecting to my older OO.o address book database and it seems to have connected (I get no error messages) but when I try to open the database source from within Writer, or any other OO.o tool (either by pressing F4 or going to View > Data Sources) OpenOffice crashes. I can open my database as an .ods or a .dbf or .odb.When I open it as an .odb, I end up with some sort of form wizard designer. All looks ok, the table is there (and it looks good!) but then what? If I close that wizard, the table then closes with it.
I've also used File > Templates > Address Book Source. After using that, if I hit F4, OOo crashes.My main problem is that OO.o crashes when I try to view the database source from within a document.P.S. I do have Java (Sun's version of Java 1.6.0) installed and OO.o seems to know it's there and is registered.
View 8 Replies
View Related
Mar 3, 2010
I have been contemplating switching to Linux for some time now, frankly because I'm tired of the blue screens and viruses, the slow speeds, low customization, new versions of programs coming out after years of waiting, high costs/no sharing. As for Apple, I'm not a fan of Steve Jobs going from share-ware to locked down apps and frankly I despise the whole Apple company for that and its high prices. my first HP ever crashed so coming in is a new Dell with details to follow on it - this particular Dell doesn't fit with my habit of getting everything thats the newest thing out, but its close enough to what I had and was a "fast track" item, meaning built and ready to ship. Also, always owned Dells in the past with no problems.
I use my computer for movies, music, internet, e-mail, the occasional spreadsheet and word document as well as games that perk my interest every once in a while. I heard Ubuntu would be good, with Wine to be able to run the occasional Windows based program correctly. I was looking at a dual setup which I would switch to a single set-up if I became extremely comfortable with Linux.
View 6 Replies
View Related
Nov 15, 2010
I have a strange problem which I've encountered for a long time but still weren't able to solve it. In openoffice writer, when clicking on extra->literature database the program immediately crashes. I encounter this problem with all the latest versions of Oo (3.2,3.1...) and on OpenSuse and on Kubuntu, so I guess it must be a widespread problem.
View 3 Replies
View Related
Mar 16, 2011
how to set up a mysql database on a local machine?
View 9 Replies
View Related
Aug 11, 2011
i'm trying to create a database with the mysql that came with the suse installation, my problem is that i can't get mysqladmin to work it spits out this: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)' Check that mysqld is running and that the socket: '/var/run/mysql/mysql.sock' exists! So I'm stuck at square one php info() seems ok with the installation and the installed client connects to my remote DB ok. I checked the server with ps -ef | grep mysqld and I get the following:
2438 2436 0 15:47 ? 00:00:00 /usr/sbin/mysqld --defaults-file=/home/ben/.local/share/akonadi//mysql.conf --datadir=/home/ben/.local/share/akonadi/db_data/ --socket=/home/ben/.local/share/akonadi/socket-linux-ygk7.site/mysql.socket root 6248 6151 0 16:01 pts/0 00:00:00 grep mysqld
Which doesn't really mean a lot to me but looks ok, anyway my question boils down to does anyone have any obvious ideas of what I'm doing wrong or is, as others have hinted, suse's mysql installation is broken?
View 5 Replies
View Related
Jul 11, 2010
Does anybody know if the Printers database is up to speed with the latest? I am looking for 3 in 1, Print, Copy,Scan or 4 in 1 Printer that I can get for under $150.00 that is compatible with Linux printing and Windows 7. Since I have upgraded my machine I now want a printer that will function under both operating system...
View 2 Replies
View Related
Nov 23, 2010
I have 10.04 now and had a lot of issues with my usb adapter and could not get it to work. Now, I consider upgrading to 10.10 and want to know if anybody has succeeded to successfully install USB driver for the wireless usb device. Last time I was trying some kind of CNet and Netgear with ndiswrapper and found on this forum out that those devices were not working for others either. please write some words here which USB device did work for you on 10.10, 64bit.
View 9 Replies
View Related
Dec 13, 2008
I am needing a tv tuner card that is compatible with linux. My tv went out so i need to be able to hook up my directv receiver to the card.
View 10 Replies
View Related
Apr 1, 2009
After metering the power being used daily in my computer room, I decided that I needed to get somewhat greener. So I am updating all my equipment and getting rid of the old towers and power hungry equipment. So far so good, except for the box running Smoothwall.
It is an old IBM 300GL from the '90s that is apparently never going to die. But it is noisy and not exactly low powered and has to be on all the time. The only machines that I have presently that can be used as a replacement are full blown AMD 3000 and 6000's, and I hate to waste one of those just to be a firewall. I can find some mini cube systems that are very low powered - some even run on just a wall cube - but can't find one with two ethernet ports, and of course there is no plugin buss on a tiny box.
View 6 Replies
View Related