Can someone recommend me a linux flavor to install an oracle database on? I have no preferences for any flavor.
Is there flavor which is easier than others? Or has less issues?
I am looking for an open source notification/monitoring software which will work much like growl does with a mac.
It would be awesome if I could receive certain messages to my mac computer from my server when lets say it restarts or some predefined error happens etc.
Anyone know of anything like that?
I know of Nagios but I am thinking not as complex.
I have been playing around with the Reddit open source software and have been getting no where fast.
I was wondering if anybody can instruct me on how to install the software on a web server. I know how to install normal php scripts etc, but I've never installed a software such as a python or rails script before.
I'm not very good with commands but I know how to run them. If that makes sense.
Thanks!
Hello,
I have a csv file which has about 4 million rows and is about 500MB in size. Can you recommend any editor that can open the file without making the system crawl? I tried EmEditor but it is complaining that there are too many characters in a single line.
Thanks.
I'm managing a small website, which allows people to register as members. Previously I used a google form to manage member registration, but now as the number of users becomes quite big I am switching to mysql. Currently I have around 500 members in the database, saved in a google spreadsheet. How can I do a bulk import from a google spreadsheet to a table in mysql? BTW I'm using phpmyadmin, so a solution for phpmyadmin is preferable :)
Thanks.
I have a large table of about 7500 store names. I need to search through those names and, if they are not unique, append an incrementing value, for example:
store_1
store_2
etc.
Anyone know how to do this?
For another project, I was using this:
=J1&IF(COUNTIF($J$1:J1,J1)1,COUNTIF($J$1:J1,J1),"")
but in open office this gives an error, and in google spreadsheets, it times out because my database is so big. Any suggestions?
i have a collection of word files with lots of formulas objects made in MathType.
i know there's a way to mass convert doc files to open office format, but it doesn't guarantee that formulas will be transfered smoothly.
i was wondering if someone already figured out how to do that
thanks in adnvace
Adobe Photoshop CS5 has new feature - when file is dropped from finder onto document, it creates new smart layer with contents.
What do I have to do to open the file instead creating new layer?
Thank you.
How can I prevent Thunderbird to add the extension .txt to a file when open the attachment. I have the problem with .patch files which I want look with notepad++. The problem is that notepad++ does not detect the right formating for the file because the extension is .txt.
If I drag the file on the desktop an double click all is working. Why change Thunderbird the file name on opening?
I am working on Windows 7.
I need to send email from my asp.net application.For that I am using telnet tk2smtp.msn.com 25 command from the command prompt to connect to the specific port on tk2smtp but its showing Could not open connection to the host error in command prompt. I installed Telnet Client in my machine . Let me know if there are any other things to be configured for this
Thanks,
Hima.
Dear Sir,
We have get task for Final Project "Configuring of Network Based Intrusion Prevention System from Open Source" during my final semister.
We have no knoledge about this. Please tell about Snort_Inline and which platform is best for install it & How can configure it.
Does anyone know how to open a document in a new window instead of a new tab in Lotus Symphony? I would like to compare two spreadsheets and can not figure out a way to display them side by side. I am using v1.3.0 on a Mac. Thanks!
How to add an icon to Windows Explorer toolbar (in Windows XP), that once clicked, opens a command window in selected directory?
In other words, I am looking for MS Powertoys"Open Command Window here" like tool but instead of context menu, for Explorer toolbar.
I'm dbowner on certain database (my account is on public role on server login but dbowner role on certain databases). Now when I try to add logins from server logins, I can only see sa account and my account. How can I add user to my databases from server logins?
How I can open a document in an existing process of Expression Web 3 instead of it starting a new one when associating it in FileZilla like:
php "C:\Program Files\Microsoft Expression\Web 3\ExpressionWeb.exe"
I'm using centOS.
I want to implement a smtp mail server, and I have installed postfix and dovecot(both have been set correctly).
I tried to telnet the 25 port, but it returns Unable to connect to remote host: Connection refused
So, How can I open the 25 port? Thanks!
Hi!
I am trying to find a way in mutt to jump to my reply to a mail.
To be precise: I have a mail from someone else open in mutt and I replied to that mail - a copy of that reply is in the sent folder. Now I want mutt to show me that reply, when I press some key while reading the original message.
Is there a way to accomplish this?
Thanks in advance,
Prof. MAAD
We have a database on a SQL 2005 server that is set to Simple transaction mode. The logging is set to 1 MB and is set to grow by 10% when it needs to.
We keep running into an issue where the transaction log fills up and we need to shrink it. What could cause the transaction log to fill up when its set to Simple and unrestricted growth is allowed?
Hi,
Assume, I am having 2 ec2 accounts (say A and B), both have different list of security groups. Now I want to open a particular port (say 80) for an instance running in account A, to account B. ie, I want to only allow account B instances, to access account A's 80 port. Could any one update me, is there a way to do this.??
Additionally, may I access account A's instance from account B's instance by using its private ip address/host name ??
Thanks in Advance,
I need an open source solution to simply make any PDF unprintable. I know there's questions about editors, but I need this particular feature only and editing the content isn't a concern.
I would like to make a VNC connection from home to a Windows machine at work. The Windows machine is not accessible from the outside, but there is a Linux box that does have port 22 open, so it would seem that this can be done.
I suspect it's just a command that "forwards" connections to port 22 on the Linux machine to the Windows machine? Just can't find an example that does exactly this though
Thanks in advance!
My wife uses an application which stores persistent information in files that were created by FileMaker v6. The files recently became corrupted, and I'm trying to find a way to recover whatever I can.
Generally, I'm looking for any tool that would let me programmatically query the database file, without dishing out the money for full version. If anyone knows of a tool that can do this, please let me know!
I need to send email from my ASP.NET application. For that I am using the following command from the command prompt to connect to the specific port on tk2smtp:
telnet tk2smtp.msn.com 25
But it's showing the following error on the command prompt:
Could not open connection to the host
I installed a telnet client in my machine. Let me know if there are any other things to be configured for this.