8
Ideal Debian server partitions size under LVMview story

http://serverfault.com – First of all, I know about this answer, but it is not essentially about LVM and I feel many folks will find the following overall summarization useful: I have small 2-core server where I want to install Debian wheezy testing mainly for personal web (several domains) and mail hosting, specifically: Ruby/Rails (+gems), Redis, MySQL, nginx, PHP5, postfix, dovecot. (HowTos)

8
Bash script not executing from crontabview story

http://askubuntu.com – I have the following bash script: #!/bin/bash mysqldump -u ******** -p******** --all-databases | gzip > /home/srvlinux01/MySQLBackups/database_$(date +\%Y-\%m-\%d).sql.gz which is located in /home/srvlinux01/MySQLBackups/ as backup.sh with the following permissions -rwxr--r-- 1 root root 134 feb 27 12:48 backup.sh I've set up a cronjob on sudo crontab -e to run it every d (HowTos)

8
Ubuntu 12.04.01 LTS SSD raidview story

http://askubuntu.com – I need some help. I am looking to set a new server. I can only use Intel 520 Series 240gb MLC ssds or standard seagate 7200rpm disks. (HowTos)

8
How to properly kill MySQL?view story

http://serverfault.com – I have CentOS 64bit with CPanel installed and I use service mysql stop However, it keeps doing ..... for minutes and it never stops. It used to be instant. Any idea why it does that and how to fix? Right now I have to do killall -9 mysql but is there a better way? The server is also very very active. (HowTos)

8
[SOLVED] KDE 4.10 freezes constantlyview story

https://bbs.archlinux.org – Solved, I changed akonady's database to SQL lite instead of mySQL, and now seems to run fine. mzneverdies https://bbs.archlinux.org/profile.php?id=56774 2013-03-06T09:13:38Z (HowTos)

7
Installing PHP 5.4.11 on CentOS 6.3view story

http://serverfault.com – I have PHP 5.3.3 on my CentOs 6.3 server, Since this version of PHP is vulnerable now trying to upgrade to PHP 5.4.11 but the default repository of CentOs does not have PHP > 5.3.3 so yum can not detect the newer version. I then installed remi repository on my server rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noa... rpm -Uvh http://rpms.famillecollet.co (HowTos)

7
Is it time to add a serverview story

http://serverfault.com – This question is about figuring out is horizontal scaling by adding servers is the next step or not. Here is the context: About 1400 concurrent users at peak time (between 11:00am-4:00pm) in Google Analytics Real-time stats. And it also show spikes of up to 75 pages per second and average per minute of about 1000. (HowTos)

8
RoR: $bundle install => /usr/bin/env: ruby: not a directoryview story

http://stackoverflow.com – I'm trying to install RoR with Mysql on Ubuntu and so far it has been a very painful and annoying experience. Everything has been done with RVM, and upon trying to invoke: $ rails new <some path> <some name> -d mysql I get an error that MySQL is not installed, so I follow the instructions and run: $ gem install bundler => Successfully installed bundler 1.2.3 From here the ins (HowTos)

8
most stable, secure, & easily installed spdy & hiphop php linux?view story

http://unix.stackexchange.com – As I've just learned with CentOS, not all linuxes are created equally. CentOS seems to be so obsessed with stability & security that it almost never updates an rpm. This is not meant as an insult. I'm sure there's another linux that always wants to be cutting edge, sacrificing stability & security. (HowTos)

8
How to actually check mysql variable for performance?view story

http://serverfault.com – I have installed XAMPP on my Mac. I know that XAMPP is tuned for very slow desktop and as I have almost 3 million records which I need to join. I have to change something. My tables are MyISAM. As everybody suggests I should have a look at key_buffer_size. However, I'm not sure if my configuration is correct. (HowTos)