I have been using PHP to interface with MySQL and display information. Now, I want to printout reports; similar to MS Access does. I also need to run queries to do calculations and processes everyday. I normally have to do this by hand, but its taking too much time and I want to automate it. I would like to know if there is a free (or open source) linux program that will run daily scripts automatically alike a schedule and also print reports and/or output the data in a file (PDF, Spreadsheet, Document, etc). I also want to know if there is a free (or open source) linux program that will monitor these processes similar to Cronicle Redwood Explorer in windows land.
I have installed mysql in my local machine having centos. i also installed nagios in the same machine nagios is running fine by monitoring the local host. Now i need to monitor the local MySQL database and so i installed check_mysql_health plugin and followed the steps as given in the file.
Trying to monitor mysql 5.0.77 with nagios 3.2.1 under CentOS 5.4. Everything with nagios has been running without a hitch for me, however, when I added the following to /etc/nagios/objects/localhost.cfg to try to monitor mysql, I get an error that reads "Running configuration check... CONFIG ERROR! Restart aborted. Check your Nagios configuration."
define service{ use local-service host_name localhost service_description MYSQL check_command check_mysql notifications_enabled 1 }
This is pretty much what I added to monitor other things on the server such as ftp and smtp, just switched out check_smtp with check_mysql, etc.
I think this goes here, but I'm not sure. I decided that XAMPP had been troublesome enough. MySQL never worked. So I decided to instal the LAMP stack offered by YaST. I went about installing it thinking that it would all work. But it seems that I was wrong. So I try to start mysql, and here's what I get:
Code: the-matrix:~ # mysql start ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) or Code: the-matrix:~ # rcmysql start Starting service MySQL warning: /var/mysql/mysql.sock didn't appear within 30 seconds chmod: cannot access `/var/run/mysql/mysqld.pid': No such file or directory
i am using liferay5.2(mysql included in the download pack) on fedora. while liferay is working fine but i cannot connect to mysql.i am getting the error
[ [root@localhost ~]# ln -s /var/lib/mysql/mysql.sock /tmp [root@localhost ~]# /etc/init.d/mysqld start Timeout error occurred trying to start MySQL Daemon.
[code]....
i didnt find the mysql.sock file in the location /var/lib/mysql/mysql.sock. i cannot find the portal-ext.properties file also to make intial settings.
I am trying to emulate a .bat file I have on Windows. The script turns all the mp3 files into a m3u file.So far I have found the command "ls -1 >playlist.m3u *.mp3" this works great but what I want is to drag a file into the folder an album is in and then double click and it will run the command. I tried making a launcher and put that command on it, it seems to open up a terminal window but no playlist.m3u is generated. Could you tell me what I am doing wrong?
I have been trying to teach myself some html. but most of the tutorials are so dry i cant concentrate long enough to read them.I normally do minor tech support for friends and fam it was suggested i make a webpage but i dont know html I think i need to start over cuz i used a HTML generator and i dont think its as organized as it could be all i really need now are some images maybe a banner ive been lookin at how to add images to my html but im having issues getting it positioned and most of my text is on the left of the page
dont laugh i like to consider my self quite computer literate but im a horrible noobin when it comes to HTML im not looking to build a site, just a simple webpage i got some help here earlier but it was mostly links to more Tuts
Not sure if this goes here or under Security, however, I have hacked together some code from two different sources to make a password generator for FTP accounts.Question: How will the "strength" of an eight character password generated by the following code compare to a human generated eight character password? Will they be equally as strong?Is reading from /dev/urandom good/better/worse then just using RANDOM()? Will "salting" either result add more "strength"?Password Generator.
I have a server Ubuntu 10.04.1 and I have a medical site in this server (openemr).Due to medical data in that site/server I want to implement a OTP (one time password) for accessing the sites folder.And if there is any Android or any other smartphone OTP generator?
I installed ISE 12.2 DSP edition trail version and I have matlab 2009b edition. After a brief search I found [URL] this. But directory hierarchy is different in 12.2 than that of mentioned in that forum link.
I have installed matlab at /home/trans/Matlab and xilinx at /home/trans/Xilinx. Though I have sysgen_startup.m at /home/trans/Xilinx/ISE_DS/ISE/sysgen/util if I try to run sysgen by using command "./sysgen" I get error as
ERROR: Could not find SysGen startup script at "/home/trans/Xilinx/ISE/sysgen/util/sysgen_startup.m". As per the above mentioned link I found sg_config at /home/trans/Xilinx/ISE_DS/ISE/sysgen/bin/lin and used command "./sg_config -install_to_matlab /home/trans/Matlab" I get message like this
[Code]....
I didn't understand the above error. I have chosen matlab workspace as /home/trans/Documents/MATLAB but I haven't pointed anything to that location.
So finally how do I set environmental variables at /home/trans/Xilinx/ISE_DS/ISE and how do I get sysgen to work? I installed ISE from the DVD which I got from xilinx
I just tried booting SUSE 11.0, but the system stops at the point it shows "initializing random number generator". I have left the system running at that point for almost 2 hrs, with no way to get past that. System isn't locked up. It has never done this before. How do I fix this?I have also tried failsafe booting, but it stops at the same spot also.
I'm running Ubuntu, with the Gnome desktop. I need a tone generator that will allow me to generate a timed sequence of tones. To be more specific, I need to be able to do something like a one-second 457.9 Hz tone, followed by a three-second 368.5 Hz tone. Is there anything out there that can do what I need?
i could find is crunch2.9 password generator but at the moment it does not suport the function that i am looking for. My aim is to generate : 10-character combinations of the following characters (lowercase) 23456789abcdef with no more then 3 same letters repeates no metter side by side or within one line (sequence) so lets say
abcdef1234 accept fabcde1234 accept ffabcd1234 accept which is probably permutation with repetable string ( where abc is not equeal to cba etc .so ti speak position does metter) fffabc1234 not acceptable -----(3 same characters) ffabcf1234 not acceptable -----( 3 same characters event thought not side by side)
so generally we dont want 3 same characters apper in same line.
I'm recompiling my kernel on a dell latitude c600 running lenny as I type, and it's taking forever, so far upward of 4 hours.I think I'm getting drivers for ever piece of computing hardware since the univac So I googled "a kernel conf creator" and got [URL]... Its a nice, clean method for finding what hardware your using... you just run lspci cpuinfo make xconfig and put in all the info yourself. So I was thinking: this is exactly the kind of dull, repetitive behavior that computers were made for. Is there a program that can find my hardware info, and make the.config itself, with very little user input?Or should I reinstall debian on another partition and steal the .config from it? Or should I man it up and do it myself?
I am getting following errors when i run "make" to compile kute traffic generator:
[root@localhost kute-1.4]# make make modules make[1]: Entering directory `/kute-1.4' make -C /lib/modules/2.6.33.3-85.fc13.i686.PAE/build SUBDIRS=/kute-1.4 modules
I have never worked with databases before, and would like to create one to be a "workout generator." i.e. have a name of workout, list of equipment, list of exercises, and instructions. Then be able to search by any of the above parameters (for example dumbells and pullups) to get a list of options. I assume a relational database is my best option, but my brief looks at SQL etc they seem quite complicated. A GUI frontend and good documentation are highly desired. GTK is also preferred.
I would like to introduce you a program made by me. It is a slack-desc generator. In which you enter the parameters for the file, like: the name of the program, nome of the homepage, a short description and a long description. Hope you like the programEDIT:i've uploaded my program to github. If you want the source you can download it atSorry because not everybody has a github account ill post the link for the program (via megaupload), here it is:
I am using Ubuntu 10.04 with Amarok 2.3.1 and I am having some problems with the Automatic Playlist Generator. I have not found my solution on these forums and I have searched google, and I am fairly new to using Amarok 2.
Every time I use the Automatic Playlist Generator, only 30 tracks are introduced into the playlist. Why is this? I don't want a limit to the amount of tracks which are selected.
I'd like to somehow connect a serial port to a headphone jack, plug it into the geiger counter and literally dump random noise from the geiger counter into the entropy pool used by /dev/random
I am trying to make a random sentence generator in perl. So far I can loop it x times to make a fixed quantity of words, but I don't want to do that. Or I can let it go on until I hit ctrl-C :/
I want to have it so that when it reaches a word with a sentence terminating punctuation mark it stops.
My attempt to do that was with:
This is doing the woooosh text until ctrl-C thing...
Now however I am not sure how I can cut off everything after the punctuation mark (when it exists).
I have some videos I am looking to share and post to a couple of places. I am looking to preview to the potential downloaders the file quality, plus some statistical info. In Windows Media Players Classic, as shown in my example here, you have the length of the video, file size, file name... and in each frame preview you have a time stamp stating at what part of the video the from is from.is there a program in linux that can do this for me? That can generate the same (or maybe more) info automatically?
So, if i want to embed a video stream on my site and use the one that the company provides, it has ugly colors that clash with my website.And, if i do Internet searches for a customizable one that allows color changes, the results i get are to download windows programs.Can you direct me to on on-site code generator or a linux download that generates color-customizable FLV/SWF shockwave flash Players? So that i may use my own Embed GUI with the proper color that matches my website. I cannot seem to find one on my own.
when ever i give yum update am geting this error. failed to use search generator: failure:repodata/318b9912817ec3309c6defc47d79e878c52a21fd1457d191bb ff060fdb7f7f8d-primary.sqlite.bz2 from rpmfusion-free-updates: [Errno 256] No more mirrors to try. I was trying to install tomcat using yum. Is there any way i can install tomcat other than yum utility. I downloaded he zip folder for tomcat which i downloaded from apace tomcat site.
I have installed Mysql in Ubuntu 9, for the use of roundcube database.After installing iam getting the error like this
* Stopping MySQL database server mysqld [ OK ] * Starting MySQL database server mysqld [ OK ] * Checking for corrupt, not cleanly closed and upgrade needing tables.
So because of this in the roundcube configuration its giving the error message that MYSQL is not installed. So Kindly give me a idea how to solve this.
I'm having problems connecting to the mysql database on my system. I first noticed this when I was trying to set up the program anymeal. I subsequently tried using MySQL Administrator (mysql-admin), but had no luck. It gives my the following feedback:
Code:
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Click the 'Ping' button to see if there is a networking problem. I press the ping button, and it seems to connect.
I've downloaded and installed MySQL-client-5.1.53-1.glibc23.x86_64.rpm. I'm rather new to linux so it might be I haven't started the server. Unfortunately I have no idea which file is responsible for that. It is also possible that my head isn't functioning correctly ( if at all ).
Error I receive is:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)