General :: Amazon Ec2 - Install PHPMyAdmin On EC2 Instance?
May 31, 2011
I just finished setting up a default Linux EC2 instance and would like to install PHPMyAdmin. I already have Apache and MySQL installed but cannot seem to install PHPMyAdmin. I tried using
sudo apt-get phpmyadmin but the command apt-get is not recognized.
I also tried sudo yum install phpmyadmin but that I get the message No package phpmyadmin available.
View 2 Replies
ADVERTISEMENT
May 31, 2011
I just setup an EC2 instance running Linux. Is there a way to get the version/distribution of Linux that is running on the instance via the terminal?
View 3 Replies
View Related
Feb 16, 2011
I'm having a consistent problem with instances on Amazon EC2, which a lot of searching including here has resulted in no solution.During boot I see the following message on the console (or "System Log" in the Amazon console):Code:Mounting local filesystems: mount: /dev/sdg already mounted or /apps busy(I'll append a extract from the full log below).Once I log into the instance, I can access the filesystem so it's mounted somehow but I can't figure out what's going on:
Code:
# df -k /apps
Filesystem 1K-blocks Used Available Use% Mounted on
[code]....
View 3 Replies
View Related
Feb 15, 2010
I have KDE 4.4 and Firefox 3.6. Whenever I click a link from a plasmoid widget, it tries to open Konqueror and another instance of Firefox. The page actually loads in the opened Firefox window, but the task bar shows an instance of Konqueror and another instance of Firefox, that keeps loading for a while then close. See image below:
I currently have setup the browser default application as "firefox". If I set this option to use the default application, it opens in Konqueror and I don't see additional windows in the task bar. If I change the option to "firefox %u", then it exhibit the same issue, but the process is much faster, so the loading windows don't stay for long in the task bar. Additionally, it opens the link on a new Firefox window and opens the page twice. Although Konqueror is not loaded, the bouncing icon next to the mouse pointer shows up and stay for a while.
View 1 Replies
View Related
Nov 29, 2010
I have read some of the previous posts on banshee,etc but i am not smart enough to understand it. I downloaded the amazon mp3 downloader and tried to install it and it said "Failed to install file. Unknown error. Please refer to the detailed report and report in your distribution bugtracker. More details - could not do simulate: 1:amazonmp3-1.0.9-1.i686 requires libboost_iostreams.so.4
1:amazonmp3-1.0.9-1.i686 requires libcrypto.so.8
1:amazonmp3-1.0.9-1.i686 requires libboost_regex.so.4
1:amazonmp3-1.0.9-1.i686 requires libboost_system.so.4
1:amazonmp3-1.0.9-1.i686 requires libboost_filesystem.so.4
1:amazonmp3-1.0.9-1.i686 requires libboost_thread-mt.so.4
1:amazonmp3-1.0.9-1.i686 requires libboost_date_time.so.4
1:amazonmp3-1.0.9-1.i686 requires libboost_signals.so.4
View 6 Replies
View Related
May 31, 2011
I have a dual boot with Windows XP and Ubuntu 10.10. I connected my Amazon Kindle to an USB interface in XP and in Ubuntu. From XP everything works with no flaw. In Ubuntu the data exchange is perfect, but the device does not charge.
View 2 Replies
View Related
Mar 10, 2010
We have our web site hosted by Go daddy and they provide us with the mail service as well. But there are a lot of constraints with the mail service with regards to the number of mail boxes, size per box, relays per user and so on.To avoid this, we are looking at other options. One is to have our own mail server but it will require a lot of infrastructure and expertise. But Amazon web services looks nice. They have infrastructure needed and all. One thing on my mind is the reverse look up of the mail servers. They wont be associated with the domain as both would be on different hostings. I am open to both windows exchange server as well as Linux server. Has anyone done this before or has any idea about it? I have gone through some of the threads in their forum and there are a lot of mixed views about it.And main concern everyone views is the reverse lookup. This could lead to all the mails sent from my server tagged as spam at the recipient end.I could not make out in which forum to write and hence in newbie. If this is enough about networking or server please move it.
View 9 Replies
View Related
Apr 4, 2011
I do a bit of programming and tinkering with Linux so I have to refer to documentation a lot. As a result my eyes do get sore when reading through documentation on PC. Another problem is when tinkering and something goes wrong, either with Ubuntu crashing or loss of internet connection, I can't get access to the relevant document to fix it. Because of these, I was thinking of getting an e-reader, in particular, an Amazon Kindle as it is the only one I've seen sold locally as I don't like buying electronic goods online as it is a hassle with shipping if anything goes wrong.
I would like some advice. Is the Kindle worth having to view documentation and tutorials? Is it easy to reference relevant material through it's search facilities? Most important of all, can it connect to (Ubuntu) Linux through a usb port?
View 6 Replies
View Related
Dec 6, 2010
I'm running OpenSuse 11.3 on VitualBox on Windows7. I have installed Apache, and PHP without problems. Now I want to install phpmyadmin but I cannot do it.I've followed these instructions and also tried from here and here but I got this message(File) could not be saved, because the source file could not be readI have also tried YaST search, but it can't find anything.
View 3 Replies
View Related
Nov 28, 2010
I am trying to use yum to install phpmyadmin, but yum tells me this:
[Code]....
I did a few searches, but I still cannot figure out (widely varying opinions on what to do).
View 2 Replies
View Related
Sep 22, 2010
How to installed phpMyAdmin-3.3.7-english.tar.gz . i have run follwing command
#tar -zxvf phpMyAdmin-3.3.7-english.tar.gz
but no option for installing. went through README file install file.
View 1 Replies
View Related
Nov 23, 2010
I'm trying to create a Linux instance on a Windows 7 PC and use dual-boot. I have created 64GB of space for Linux. Is this enough? When I boot from the live DVD and go through the setup, I get stuck setting up the unassigned space as a linux partition. I don't understand what the setup is trying to tell me and I'm afraid I'll wipe out Windows 7. The message I get says there isn't enough space even though the unassigned available area is 64GB. I am very timid about following what Yast2 is telling me because to my untrained eye it appears the setup wants to use my entire hard drive. Where can I find more information about the disk setup section of the installation process?
View 9 Replies
View Related
Jul 17, 2010
I am trying to install mcrypt for use in phpMyAdmin but am having some trouble. I apt-get'd the mcrypt-php5 package and it installed, but it seems to only function on the Apache Module version of php5 and not the CGI version. Both versions show the mcrypt extension installed in phpinfo, but in phpMyAdmin only one of them removes the error about mcrypt. Other extensions (such as cURL) which I installed with apt-get have worked, so I'm not sure why this one does not.
EDIT: I also compared the CGI php.ini and the apache2 php.ini and there were no differences there. I also confirmed that the php.ini file for the CGI version is loading from that location.
View 1 Replies
View Related
Jun 11, 2011
I seem to have a working install of Ubuntu Server 11.04 (Samba running without issue on same machine). The lamp stack seems to be running fine as well. (Apache index.html page works, phpinfo() works, mysql works from the mysql command line.) I have installed phpmyadmin. After install I had to reboot the server (restarting Apache still said error in PHP and couldn't start). After reboot, the welcome screen comes up, but using root with password doesn't work. Using an admin user that I created with privileges in *.* doesn't work either. There are no errors on the screen, it just simply loops back to the beginning screen.
There is an error in apache2 error.log saying that it can't find the page [URL] which seems strange because you can bring up the welcome page, you just can't log into phpmyadmin with any of the created users that I made from the mysql commandline. I don't see any php errors in syslog (which is where the php errors are being directed) except a notice that CRON is running for some purpose for PHP.
View 6 Replies
View Related
Feb 9, 2010
I get "403 Forbidden You don't have permission to access" after attempting an installation of phpmyadmin.
CentOS 5.4
Permissions for directory set to 755 recursively (chomd -R 755 <directory name>)
Directory is in /var/www/html/
I have other test pages in the /var/www/html/ directory that I can access ... I know this seems like a permission issue and in fact the error log states this is a permission issue, but I cannot figure what is the problem here.
View 16 Replies
View Related
Jul 17, 2011
I might just be crazy or particularly dumb today but what I'm trying to do is have sed replace the first and second instance of a character on a line but not after that.
Basically it is a csv file with a date formatted as dd/mm/yyyy and I need to completely remove the slashes. No problem using:
Code:
sed 's////g' < file > outputfile
The only problem is that one of the columns after this may also contain these slashes and shouldn't be removed.
I must have read every single sed page on the net today to find a way to do it to no avail! Is it as simple as :
Code:
sed 's////1' < file > outputfile
And then run the same on the output file again? these two slashes will always be the first and second slashes in the file.
View 6 Replies
View Related
Dec 29, 2008
After a new install of Slackware 12.2, I carried out the following procedures to get everything working successfully right out of the box. The server is a standalone system, used for testing and educational purposes, so please bear that in mind. NB: Throughout this post when you see a single # at the start of a line it means you are typing the commands as root user. You should not include the #, only the text after it.
### setup Apache with php enabled
Login as root user on your Slackware box and type:
# pico -w /etc/httpd/httpd.conf
[code].....
View 18 Replies
View Related
Apr 22, 2010
So i'm really loving the whole gnome-do/docky thing. My question is that on other docks, you can hold down a modifier key to launch a new instance rather then switching to an already opened instance of an app. So lets say I have chrome on the win7 dock
first click launches chrome
other clicks will focus the opened window
shift click will open a new instance of chrome
ctrl-shift-click will launch a new instance as admin
Is there anything similar in docky?
View 2 Replies
View Related
Aug 16, 2010
What is dumping an instance in linux?
View 1 Replies
View Related
Oct 6, 2010
having only one instance of my search results
View 5 Replies
View Related
Aug 18, 2010
Possible Duplicate: Can history files be unified in bash? I have bash running in an ssh session, call this session A. I leave the office, go home, ssh to the same box, call this session B. From session B, I'd like to be able to look at the history of session A.
View 1 Replies
View Related
Mar 17, 2011
The performance of my suse install under Virtual Box is starting to affect my work, and I really need access to my real multi core CPUs - can I take my vm and stick it on a bootable SD or external HD?I've read the howto move existing linux installation to usb-flash and make it bootable? but it didn't work for me (I'm not convinced I copied correctly).
View 1 Replies
View Related
May 16, 2011
e.g.: I don't want to use Firefox Add-ons, and I need to be logged in several places [via HTTPS in ff], but it requires several proxys (so I don't want to install e.g.: foxyproxy).How can I exactly start several Firefox instances, so that I could use several proxys?
View 2 Replies
View Related
Jun 18, 2010
I want to print, using locate, all the paths that contain the element /bin/ but only one instance of each one. If I issue 'locate /bin/' then I have many screens of text with, for example,
/usr/bin/foo1
/usr/bin/foo2
/home/me/bin/foo3
whereas I want to see only
/usr/bin/foo1
/home/bin/foo3
That is to say, if in two lines /bin/ appears with the same prefix (in the example above the prefixes would be /usr and /home/me) I only want to print the first line. Can I pipe locate to grep to do this? I've mentioned locate because it does not scan the whole disk.
View 5 Replies
View Related
Aug 16, 2010
What is the difference between bleed and bounce of an instance
View 10 Replies
View Related
Sep 16, 2010
I have a few different Linux servers with samba shares on each of them. Is it possible to administer each of the servers from one SWAT instance?
View 1 Replies
View Related
Jun 18, 2010
Upgraded my 11.2 system to 11.3 today. Can't login anymore using gdm or xdm login window. The password prompt is displayed but no chars are echoed in the password field. when you click Login, it displays "Authentication failure" in the window. The logged messages in the /var/log/messages for the gdm-greeter are:
gdm-simple-greeter: GLib-GObject-WARNING: gsignal.c:2273: signal 'dialog-hidden' is invalid for instance '0x81299b8'
gdm-simple-greeter: Gtk-WARNING: gtkwidget.c:5628: widget not within a GtkWindow
gdm-session-worker: gkr-pam: couldn't get the password from user: Conversation error
gdm-session-worker: pam_unix2(gdm:auth): conversation failed
Note that I can login at init level 3 as root of the user I"m attempting to login with in the gdm window.
View 1 Replies
View Related
Dec 22, 2009
I've just installed phpmyadmin on my ubuntu home server. When I go to the http://(myip)/myphpadmin the logon screen shows up. I put in my root username peter and the password that I use for mysql which I also used when I setup phpmyadmin. I get an error message: "#1045 - Access denied for user 'Peter'@'localhost' (using password: YES)"Do I need to add something to a config file somewhere?
View 1 Replies
View Related
Sep 13, 2010
I have s smtp configured server , the problem i am facing is that i am not able to sent emails to some domains for instance yahoo.com or ymail.com rest all domains the email goes through
[Code]...
View 4 Replies
View Related
Jul 14, 2010
I've just installed phpmyadmin on my bioLinux. When the logo screen shows http://localhost/phpmyadmin, and I try to log in it appears: #1045 Cannot log in to the MySQL server.
I've tried all possibilities. I install and reinstall it with the Synaptic Package manager, with and without password (using 'root' as username).
View 7 Replies
View Related