8
puppet master monitoringview story

http://askubuntu.com – I have installed puppetmaster in ubuntu 10 and i have installed puppet in all my clients. I have joined all my puppet clients with puppet master. Tell me how to list all the running services of my client (like nagios,apache,mysql etc) in my puppet master console? or simply how to monitor services running in client using master master console? thanks in advance (HowTos)

8
Using OpenVPN to access MySQLview story

http://askubuntu.com – I have a server setup with Ubuntu Server 12.04 LTS and I use Windows 7 desktop to access a MySQL database for a CAD program I also have a Windows 7 laptop with similar setup. I would like to be able to access the MySQL database when outside my network, either using wifi or internet through my phone using easytether. (HowTos)

8
[ubuntu] Virtualization on server for isolation and developmentview story

http://ubuntuforums.org – I've been "playing around" with ubuntu server in a XEN VPS, exploring a number of different technologies and getting them working. (Hardware)

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)