Sep 4, 2013 - Refactor: HyperVM installation on CentOS 6 works. Tested by deploy-dev.sh dev. OS: CentOS 6 - 64bit HyperVM GUI is online and login is fine.

This guide is written for a non-root user. Commands that require elevated privileges are prefixed with sudo. If you’re not familiar with the sudo command, you can check our guide. Before You Begin • Ensure that you have followed the and guides, and the Linode’s.

There is a program called net tools and it has a program inside of it called Udp flooder. I have not discovered a way to boot the host but it is possible when searching for a game type to use it. I have found that if you are the host it can be made into a fully functioning lag switch. Lag switch v2 download. I am new to the forums and I'll make my first post on something I found to work on youtube and such. 1) Download it from google by searching net tools 5 2) First open Net tools 3) Go to Start> Network tools> Udp flooder 4) Youtube tuts say to flood the ip address 27.27.27.27 5) Don't do that, just get one close to your ip address like 53.34.53.34 if you had the ip 54.33.33.50 6) Now on the Udp flooder after you've entered the ip copy the word 'data' and hold Ctrl+V for 20 seconds.

Centos

To check your hostname run: hostname hostname -f The first command should show your short hostname, and the second should show your fully qualified domain name (FQDN). • Update your system: sudo yum update Install and Start MySQL • Install MySQL and tell it which runlevels to start on: sudo yum install mysql-server sudo /sbin/chkconfig --levels 235 mysqld on • Then to start the MySQL server: sudo service mysqld start MySQL will bind to localhost (127.0.0.1) by default. Please reference our for information on connecting to your databases using SSH. Allowing unrestricted access to MySQL on a public IP not advised, but you may change the address it listens on by modifying the bind-address parameter in /etc/my.cnf. If you decide to bind MySQL to your public IP, you should implement firewall rules that only allow connections from specific IP addresses. Harden MySQL Server • Run the mysql_secure_installation script to address several security concerns in a default MySQL installation.

Sudo mysql_secure_installation You will be given the choice to change the MySQL root password, remove anonymous user accounts, disable root logins outside of localhost, and remove test databases. It is recommended that you answer yes to these options. You can read more about the script in. Using MySQL The standard tool for interacting with MySQL is the mysql client which installs with the mysql-server package. The MySQL client is used through a terminal.

Root Login • To log in to MySQL as the Root User: mysql -u root -p • When prompted, enter the root password you assigned when the mysql_secure_installation script was run. You’ll then be presented with the MySQL monitor display: Welcome to the MySQL monitor. Commands end with; or g. Your MySQL connection id is 1 Server version: 5.0.45 Source distribution Type 'help;' or ' h' for help. Type ' c' to clear the buffer. Mysql> • To generate a list of commands for the MySQL prompt, enter h.

Turbo charged 2003. You’ll then see: List of all MySQL commands: Note that all text commands must be first on line and end with ';'? (?) Synonym for `help'.

Clear ( c) Clear command. Connect ( r) Reconnect to the server. Optional arguments are db and host. Delimiter ( d) Set statement delimiter. NOTE: Takes the rest of the line as new delimiter.

Edit ( e) Edit command with $EDITOR. Ego ( G) Send command to mysql server, display result vertically. Exit ( q) Exit mysql. Same as quit. Go ( g) Send command to mysql server.