Project

General

Profile

ServerAdministration » History » Version 41

Andreas Kohlbecker, 07/10/2018 10:19 AM

1 1 Andreas Kohlbecker
# Server Administration
2
3
4 29 Andreas Kohlbecker
## Platform hosting
5
6 30 Andreas Kohlbecker
* [BDI-Wiki: How to setup a new CDM Server instance on EDIT Production](http://wiki.bgbm.org/bdinotes/index.php/EDITInstallRelease)
7 40 Andreas Kohlbecker
* [[CdmSearchIndexMaintenance]]
8 29 Andreas Kohlbecker
9 27 Andreas Kohlbecker
## Redmine 
10 1 Andreas Kohlbecker
11 27 Andreas Kohlbecker
* [[RedmineUpdate| Update Redmine]]
12 28 Andreas Kohlbecker
13 20 Andreas Kohlbecker
## mysql
14 1 Andreas Kohlbecker
15
* [[MySqlFaq|MySQL FAQ and trouble shooting]]
16 41 Andreas Kohlbecker
* [[MySQLMaintenanceScripts|MySQL Maintenance Scripts]]
17 1 Andreas Kohlbecker
* [[MySqlCharactersetAndCollation|MySql character set and collation]]
18 23 Andreas Kohlbecker
19
20
## Drupal
21
22 39 Andreas Kohlbecker
* [[DrushTricks]]
23 23 Andreas Kohlbecker
* [[DrupalAdministrationWithDrush]]
24 38 Andreas Kohlbecker
* [[DrupalDrushUpdate|Updating Drupal multisite installations with Drush]]
25 1 Andreas Kohlbecker
26 23 Andreas Kohlbecker
27 25 Andreas Kohlbecker
## Mail
28
29 31 Andreas Kohlbecker
* **Exim 4 README** at `/usr/share/doc/exim4/README.Debian.gz`
30 32 Andreas Kohlbecker
* Most files that control the default configuration are documented in
31
  the `exim4-config_files(5)` man page,
32 36 Andreas Kohlbecker
* Very extensive Upstream documentation: `/usr/share/doc/exim4-base/spec.txt.gz`
33
* [[Exim4Cheatsheet|exim4 cheatsheet]]
34 35 Andreas Kohlbecker
* [Discard mail with exim4 using `:blackhole:`](https://www.electrictoolbox.com/exim4-discard-mail-blackhole/) : define `noreply: :blackhole:` in /etc/aliases in 
35 37 Andreas Kohlbecker
* How to configure local email addresses for integration testing, see #7280 for an example
36 25 Andreas Kohlbecker
37
## Linux other topics 
38 1 Andreas Kohlbecker
39
* [how to rescan a scsi bus without rebooting](http://www.debuntu.org/how-to-rescan-a-scsi-bus-without-rebooting/)
40 23 Andreas Kohlbecker
*  [Linux klonen mit rsync](http://blog.coldtobi.de/1_coldtobis_blog/archive/14_linux_klonen_mit_rsync.html) 
41
* [[Install_vmwaretools|Install vmwaretools]]
42
* [[ServerMonitoring|Server Monitoring Tools and Tips]]
43
* [[ServerRescue|Server Backup and Rescue]]
44
* [[LinuxServerSecuring|Securing a Linux Server]]
45
* [[Install_OracleJdk_on_Debian|Install the latest Oracle JDK on Debian Linux]]
46
* [[DebianDowngradePHP|Downgrade php5.3 to php5.2 on Debian squeeze]]
47 14 Andreas Kohlbecker
* [[Install_php53_to_php52_in_parallel|Install php5.3 to php5.2 in parallel]]
48 21 Andreas Kohlbecker
49 14 Andreas Kohlbecker
## Logical Volumes
50 9 Andreas Kohlbecker
51 21 Andreas Kohlbecker
* [sichern-und-wiederherstellen-von-lvm-partitionen-mit-lvm-snapshots](http://www.howtoforge.de/uncategorized/sichern-und-wiederherstellen-von-lvm-partitionen-mit-lvm-snapshots/)
52 14 Andreas Kohlbecker
* [how to rescan a scsi bus without rebooting](http://www.debuntu.org/how-to-rescan-a-scsi-bus-without-rebooting/)
53
* [extend a logical volume by adding a new disk](http://www.techotopia.com/index.php/Adding_a_New_Disk_to_a_Fedora_Volume_Group_and_Logical_Volume#Adding_Additional_Space_to_a_Fedora_Volume_Group_from_the_Command_Line)