Показаны сообщения с ярлыком programs. Показать все сообщения
Показаны сообщения с ярлыком programs. Показать все сообщения

9 февр. 2012 г.

Apache, php, mysql на CentOS

Задача:
Есть сервер CentOS с доступом по ssh. Необходимо установить apache, php, mysql со всеми обновлениями.
Для решения задачи используется только putty для подключения через ssh.

Вступление и подготовка
Для проверки работы apache и php установим консольный браузер lynx
# yum install lynx Если в системе нету файла hosts:
добавить его в /etc со следующим содержимым:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6

4 февр. 2012 г.

Grub Customizer

Grub Customizer software is for editing the boot loader menu GRUB2


Grub Customizer - this is a new settings manager for GRUB2 on the GUI. At the moment it can: rename, reorder, remove, add or hide the menu items select the bootloader.
More interesting is the fact that even after reinstalling the crudest your changes do not disappear.

Grub Customizer is available through the Ubuntu PPA (Lucid and Maverick) # sudo add-apt-repository ppa: danielrichter2007/grub-customizer
# sudo apt-get update
# sudo apt-get
# install grub-customizer
It also supports BURG.

Installing phpMyAdmin

# cd /var/www/html
# wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-3.3.8.1-all-languages.tar.gz
# tar zxvf phpMyAdmin-3.3.8.1-all-languages.tar.gz
# rm -r -f phpMyAdmin-3.3.8.1-all-languages.tar.gz
# mv phpMyAdmin-3.3.8.1-all-languages phpmyadmin
# cd phpmyadmin
# cp config.sample.inc.php config.inc.php
# vi config.inc.php

Recording Skype Calls in Linux

It wasn't so long ago that recording a Skype conversation in Linux was difficult, if not impossible. That's all changed, thanks to a great piece of Open Source software called Skype Call Recorder.

Skype Call Recorder is an open source tool that allows you to record your Skype calls on Linux. 

Current features include:

- Record calls to MP3, Ogg Vorbis or WAV files
- Automatic and manual recording
- Configure automatic recording on per-caller basis
- Split stereo recording
- Completely free (free as in free beer)
- Completely free (free as in freedom), released under the GNU GPL


Web Site: http://atdot.ch/scr/