The default login information for WordPress cloud images is:
Username: user
Password: bitnami
- Login with usename bitnami and password bitnami
- Become root with the command sudo -i
Enabling SSH
The virtual machine by default comes with ssh turned off but you can easily enable it with the two following commands:mv /etc/init/ssh.conf.back /etc/init/ssh.conf
start ssh
Installing Midnight Commander
Use the apt-get command to update downloads the package lists from the repositories and "updates" them to get information on the newest versions of packages.apt-get update
finally to install Midnight Commander use the command:
apt-get install mc
You can edit Wordpress files from this directory /opt/bitnami/apps/wordpressChanging TTY keyboard layout
loadkeys es
(Spanish, for example)loadkeys pt
(Portuguese, for example)loadkeys br
(Brazilian Portuguese, for example)
Changing Network Configuration
Opening the /etc/network/interfaces
file will produce:
Comment the previous 2 line with # and add your custom configuration with a static IP
On Windows use IPCONFIG and you will get the values you needEdit the /etc/network/interfaces file and when you are happy with your configuration restart the interface with the command below
If you have the error message: Cannot find device "eth0" Failed to bring up eth0
The above error was solved by using the command:
sudo rm -rf /etc/udev/rules.d/70-persistent-net.rules
sudo reboot
0 comments:
Post a Comment