Install percona If you miss dependencies, try’apt-get -f install’ If the deb file isn’t found, get the newest version at http://www.percona.com/redir/downloads/percona-toolkit/LATEST/deb Main scripts /var/percona-replicate.sh /var/percona-sync.sh Install helper scripts Cron
Linux
At the time of writing 3.8.0 was the newest version for Mono that I could find. If a newer version of Mono has come out by now, you can probably find it here. Installation guide Make might take 30-60 minutes, make-install should be fast apt-get update apt-get install -y –force-yes gcc libtool bison pkg-config libglib2.0-dev […]
Version 3 Version 1 Version 2 Different directory for when easy-rsa comes bundled. Doesn’t try to install it seperately. Also sets 2048bit pem because the default seems to be 1024 If you want to use the internet through the VPN, make the following adjustments:
Make sure you’re installing the latest vmware version, because even slightly older versions probably don’t support 3.13.0 kernels. apt-get install build-essential linux-headers-$(uname -r) open-vm-dkms ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/version.h vmware-modconfig –console –install-all You may have to cd into vmware-modconfig‘s containing directory before executing that last command, but I don’t remember where it is. Start […]
vim /etc/ssh/sshd_config PermitRootLogin yes service ssh restart
Below information is taken from Stack Overflow Install vsftpd v3 via repo If the post-setup script fails, delete it so it doesn’t keep bothering you cd /var/lib/dpkg/info && rm vsftpd.postinst Allow writable chroot Or via package (no instructions) https://packages.debian.org/jessie/init-system-helpers https://packages.debian.org/jessie/vsftpd Other config I use for first-time setup #anonymous_enable=YES local_enable=YES write_enable=YES chroot_local_user=YES
Make sure libapache2-mod-php5 is NOT installed phpinfo file for testing: Tips Show MPM module currently used: View the available mods Edit the event MPM config: Configuring phpmyadmin change Options FollowSymLinks to Options +FollowSymLinks +ExecCGI
This simple command will let you pick form all available editors update-alternatives –config editor
vim /etc/network/interfaces I’m setting my static ip to 10.0.2.15 vim /etc/resolv.conf And add nameserver 10.0.2.3
These commands will add the repo / keys and install cassandra v2 Set up a test db You may also want to install sun java Afterwards, don’t forget