Ubuntu :: Want To Make A Database Of Events Ocurred On My Country
Mar 4, 2011
What I need is a database that can show a Timeline and have the basic functions for searching by date and other criteria. Not in a hurry is for a future project. Any clues?
View 6 Replies
ADVERTISEMENT
Mar 17, 2010
I have disabled GDM and start GNOME with gnome-session from .xinitrc . Now when i press Sleep button, GNOME says it cannot suspend. The same is with pressing suspend or hibernate buttons on Shutdown window.
At the same time "sudo pm-suspend" and "sudo pm-hibernate" DO work. So, i would like to disable GNOME from listening to ACPI events and to configure everything via acpid scripts.
I tried to stop acpid to see if GNOME will not receive events in this case, but it still does.
So, the question: how can i stop GNOME from listening to ACPI events?
View 1 Replies
View Related
May 21, 2010
First i get drupal package :-
"sudo wget http://ftp.drupal.org/files/projects....tar.gz"
this will download the Drupal file into current directory.
> unpack the files issue the command
"tar -zxvf drupal-6.13.tar.gz"
this will extract the files into a folder in home directory > make a directory in the web root folder to keep the Drupal files in. To do this type in
"sudo mkdir /var/www/drupal"
> move the Drupal content over to the web folder. Type in
"sudo mv drupal-6.13/* drupal-6.13/.htaccess /var/www/drupal"
> set up folders for media associated with the site to do this issue "sudo mkdir /var/www/drupal/sites/default/files"
[Code]...
View 2 Replies
View Related
Jul 5, 2011
I would like to unzip a simple PHP code files, to have a online PHP contact / phone book. Simply, slow, and not database oriented over complicated setups into settings. I have a PHP / web provider (free), not apache. WITHOUT SQL (like before it may exists) something like this [URL]
View 14 Replies
View Related
Feb 8, 2010
How can I make shell script to use sqlplus to update some database table? This is what I'd like to make:
- login to db server (I have create ssh-keygen to bypass the login session)
- login sqlplus / as sysdba
- update status set status='END' where status='BEGIN';
- commit;
- quit;
I'm using oracle 10g database and SLES 9.0
View 3 Replies
View Related
Jul 10, 2010
I'm looking for a program like "Hide My IP" (which is for Windows) which I can use to change my IP address to that of one in another country. I'm from the Netherlands and live in the US which makes it impossible on a lot of Dutch television network websites to watch programs because a lot of those are viewable in the Netherlands only. I understand there are some web-based sites that can do that, but I was hoping there is actual software out there? I'm using Ubuntu 10.04 LTS.
View 7 Replies
View Related
May 4, 2011
I have a mysql database and i use it with apache for my webpages. And I guess it dosen't start when the computer starts so I have to manually start it with "sudo /etc/init.d/mysql start" This returns fail so i went to '/var/run/mysqld/' and the folder was empty. I don't know if this is the problem or not. How can I fix this?
View 9 Replies
View Related
Feb 7, 2010
I have a VPS. I intend to use it as a squid server. I need to know how to configure Squid so it works as a simple proxy server. Don't need authenication etc.
View 1 Replies
View Related
Dec 10, 2010
i had a problem in software sources so i changed the server to main server now i can't find the server of egypt in the list of servers
View 1 Replies
View Related
Feb 10, 2011
How can I know whether using restricted-extras is legal in my country?
View 6 Replies
View Related
Jan 14, 2011
I have a Linux Mint 10 machine and would like to be able to share a folder with my grandfather who is 5000 Miles away...
View 9 Replies
View Related
Sep 14, 2010
The following before.rules file will block all connections from:
Korea
China
India
Russia
[code]....
View 3 Replies
View Related
May 7, 2010
Fedora 12, ath5k, used #iw reg set DE to enabled channel 12 and 13 for wireless.
But every time reboot the setting will get lost and reset to US.
Where is the best place to set this permanently?
View 2 Replies
View Related
Apr 15, 2010
I'm having trouble with my database server run with PHP & MYSQL; i just installed this system on a SUSE Linux Enterprise Sever; the Server its self is an HP Proliant ML370G with 4GB RAM
The system was fine for like 3 weeks until recently when it started slowing down. Apparently, eveything is normal when you are accessing the server, for example when you are browsing on the database web interface; but problem is when you start working in the database, when you try submitting into the database, its really slow on processing, i have to first restart the mysql;
Could it be RAM? or the SQL itself?
View 3 Replies
View Related
Mar 25, 2011
I used the Ubuntu server 10.10 for cache and proxy purpose. I install squid 2.7 stable 9. My problem is to cache the some url by force. eg . [URL]...I search the clues by using google. but I only found how to block the url. so I come here and request the advice. I want to cache the couple of site because of our country have bandwidth problem.
View 2 Replies
View Related
Sep 14, 2009
Browsing thru the dmesg output, I saw this:
cfg80211: Calling CRDA for country: MX
cfg80211: Regulatory domain changed to country: MX
(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[code]....
Wireless works fine, but I'm not currently in Mexico, so where is this coming from?
View 1 Replies
View Related
Dec 25, 2008
I have Debian installed in embedded PC which is in a vehicle . This PC collects information related to engine .This pc is connected to internet using Verizon USB 175 modem.i connect to internet uing Wvdial. On connection it gets dynamic IP and uing this Ip i planned to login through Putty.This whole system Is in US , when i was in US i had laptop which is connected to internet using verizonPCMCI modem. from that laptop i used putty and entered dynamic ip in Putty and i could successfuly login to the system in vehicle.But when i came back to India i tried to login to the system , here i have different ISP not verizon , i tried to ping that IP ( technician called from US and informed the new IP ) in the Vehicle and i was successful in doing that , i got echo to my ping. Now using that Ip in putty to login but i could not login ,it gives time out
View 7 Replies
View Related
Dec 20, 2010
I have a list of 2 character country abbreviations used in the Maxmind GeoCountry database that I need to convert to the standard 3 character country abbreviation ISO 3166-11 format. I could have a long list of sed substitute statements for each country.
Code:
sed "s/US/USA/g" <file>
Is their a more elegant way to do this? Maybe an array of some sort? This substitution will be used in a bash script.
View 4 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
Dec 14, 2014
I'm booting a usb stick with a custom initrd.gz, which contains a preseed.cfg at /. This preseed.cfg has the following initial lines:
d-i debian-installer/language string en
d-i debian-installer/country string BR
d-i debian-installer/locale string en_US.UTF-8
But the installer keeps asking for language/country/locale.
View 0 Replies
View Related
Aug 28, 2011
i followed a Tutorial about configuring apache to have HTTPS Protocole , but since i ask for a certificate , i can't input information such country code etc , i'm runing this configuration on Webmin , i'm using Debian of course so how can i input the code ?
View 1 Replies
View Related
Oct 31, 2009
I am trying to configure Fedora 11 Samba PDC with LDAP backend. All information on how to was obtained at http:[url].......The Howto is not complete. However, I have a real problem when configuring ldap.conf and slapd.conf as I will replace the domain acpng.org.pg with the examples. The problem is when entering the following:
URI ldap://127.0.0.1/
HOST linux-srv1.pqrst.org.nk
BASE dc=pqrst,dc=org # now here, do I put another dc=nk for the
View 4 Replies
View Related
Nov 2, 2010
I am comparing jwhois and whois. Specifically, I want to resolve the country and Internet registry source for 150.216.2.252. The correct information is United States and ARIN; however, using the whois command it says it is in Australia and APINC. This is incorrect. I have compiled jwhois; however, it will not work on ip address. It will resolve cnn.com and other websites; however, will not work on ip address such as 150.216.2.252. When I try to use an IP address it says:
jwhois-4.0$ jwhois 207.58.150.216
[Querying whois.arin.net]
[Unable to connect to remote host]
How can I get jwhois to work on this ip address or whois to resolve the correct United States information?
View 8 Replies
View Related
Jan 24, 2010
i am suing SUSE 10.00 and i need remote assistance from friend in another country. I think this can be done in windows xp using "remote assistance". How can i do this using linux suse?
View 2 Replies
View Related
Mar 25, 2011
I need something to make a script that will search some logs and extract IP hits from one country only. Let's say UK. I guess I need to use GeoIP or some database. I just need a very simple bash, perl, php script that will do this job. Just search threw logs (apache) and then give me number of hits found from UK.
View 5 Replies
View Related
Jun 5, 2011
I was looking at my logs and was wondering what the easiest way to go about removing certain things from being logged.
For instance I noticed by default Ubuntu seems to log all network traffic and handshakes with wifi etc and I would like to keep such out of my logs.
View 2 Replies
View Related
Feb 27, 2011
I just finished upgrading from 10.04 to 10.10 and converting from F-spot to Shotwell, including adding a large number of new photographs (>15 k).
On opening Shotwell today I found that all "tags" and "events", including those from the F-stop imported photos, have disappeared!! (strangely the photo ratings are maintained)
No amount of searching was able to relocate them. The modification date on the photo.db in the .shotwell folder is pre-problem, so I am holding out some hope that the relevant data have not been over-written.
I am not familiar with sql so do not know how to check the db (or restore the correct headers or whatever else is needed).
View 3 Replies
View Related
May 16, 2011
I want to separate the Apache2 Error log to log certain events in a specified file.
For example:
client denied by server configuration > denied.log
Directory index forbidden by Options directive > forbidden.log
I would like it add it to the logs as the events happen, and like the other logging systems, create new files when the current is full. i.e. denied.log.0
View 1 Replies
View Related
May 6, 2010
I use Mythbuntu 9.10 with an IMON PAD IR/VFD. Everything is fine except that two buttons (MyDVD and menu) fire their event twice. In that case, I'm not talking about a normal repetition in case of a long button press but they fire their initial events twice.
Here is what irw shows:
0000000029a3d5b7 00 MyDVD iMON-PAD
0000000029a3d5b7 00 MyDVD iMON-PAD
000000002ba385b7 00 Menu iMON-PAD
000000002ba385b7 00 Menu iMON-PAD
I pressed the buttons only once each - and not long enough for a repetition. For all other buttons it's fine. As far as I understand, using the .lirrc file to cope with repetitions is no valid approach (at least it didn't work for me) because the events are all numbered with "00", and not with "00", "01",... - so .lircrc is out of this, right?
View 3 Replies
View Related
Jul 18, 2009
Running Fedora 10 and 11. Using Firestarter firewall.Does anyone know where Firestarter gets the Events which it displays?I do not find anything in /etc/firestarter/.I suspect Firestarter looks in a log file which Fedora keeps somewhere.
View 2 Replies
View Related