-
as seen on Super User
- Search for 'Super User'
I had Windows Vista Home Premium on HP pavilion desktop.
I partitioned the disk for Ubuntu and a swap disk partition and then I installed Ubuntu 10.04.
When I would start my computer, I would be given a choice to start Windows or Ubuntu.
Today I reinstalled Windows, and now the menu has disappeared…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hello. I have a Dell OptiPlex 360 workstation at work, with 2 x ATI RV280 [Radeon 9200 PRO] graphics cards installed, which are attached to two identical 19" HII flat panel monitors. I'm using the open source Radeon driver with Ubuntu, and the proprietary drivers with Windows. The good news is that…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
ifup eth0 failed to bring up eth0
First, I have set static ip using the below commands:
Commands:
ifdown eth0
ifconfig eth0 X.X.X.X netmask 255.255.252.0 up
route add default gw X.X.X.X
I was successful in setting up static ip X.X.X.X and I could see the same in the output of command "ifconfig"…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I installed Ubuntu 10.04.3 on Atom. Then I do the update and upgrade with:
#apt-get update
#apt-get upgrade
#apt-get dist-upgrade
The system can boot up now but in almost 2 minutes. After power on and system test, it will stop at "Verifying DMI pool data" for 10 seconds before the GRUB menu comes…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have got two NICs configured on a VM - each is tied to a specific network, one is a DMZ, the other is an internal network.
I want MySQL to listen on the internal network only and Apache on the DMZ listening for HTTP and HTTPS. But as soon as I add the second interface I run into trouble. I can…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a clean minimal install of Ubuntu 12.04 LTS server 64-bit (just a root user and nothing alse installed). I tried to install the mysql-server with the following command:
apt-get install mysql-server
The installation aborts with the following error:
The following NEW packages will be installed:
…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I upgraded to 12.04 and my MySQL server just stopped working. It throws:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
I tried to reinstall it from software center, but it fails with:
Package operation failed
The installation or removal…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'd like to think I know what I'm doing in a Unix shell but maybe not.
I made a mistake in a configuration file for MySQL, so I decided to just uninstall it and then reinstall it, so I did:
sudo apt-get --purge remove mysql-server mysql-server-5.0 mysql-client
The files were deleted, so I then…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a Debian machine that I have previously installed MySQL on. In an attempt to delete it, I stupidly deleted the directories/files /etc/mysql/, /etc/init.d/mysql, /usr/lib/mysql/, /var/lib/mysql/. I then later did sudo apt-get purge mysql-server mysql-server-5.0.
Now, when I try to install mysql-server…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
$ sudo aptitude install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following NEW packages will be installed:
libhtml-template-perl{a} mysql-server mysql-server-5…
>>> More