Dec
21
2009
2

Enable SSH for normal users on Synology

edit /etc/passwd
change the line of the users fron /sbin/nologin to /bin/ash

restart ssh daemon:
cd /usr/syno/etc.defaults/rc.d/
./S95sshd.sh restart & Continue reading

Written by bantenbrink in: Linux, synology | Tags: , , ,
Aug
31
2009
0

Debian Lenny on VMware, quick and easy

Install as “standard system”

Default repositories:
deb http://ftp.nl.debian.org/debian/ lenny main
deb-src http://ftp.nl.debian.org/debian/ lenny main

Configure the network as static
vi /etc/network/interfaces

remove all and replace with the following:
auto eth0
iface eth0 inet static
address 10.0.0.1
netmask 255.0.0.0
network 10.0.0.0
broadcast 10.255.255.255
gateway 10.0.0.254

Install ssh server:
apt-get install openssh-server

install a better editor Continue reading

Written by bantenbrink in: Debian, ESX, ESXi, Linux |
May
25
2009
1

Synology Mail Station multiple domains, the simple way

Use VI to edit /usr/syno/mailstation/etc/main.cf

Find the line

mydestination = $myhostname (this will be the domain you entered in the gui)

For additional domains, just add them to this line, ie:

mydestination = $myhostname mydomain1.com mydomain2.com

Note: Every user will receive mail for all domain names, so johndoe@mydomain1.com, johndoe@mydomain2.com, etc Continue reading

May
11
2009
0

Clear screen on logoff

Add
trap clear 0
to the top of /etc/profile Continue reading

Written by bantenbrink in: Linux |
Feb
26
2009
0

Backing up your ESXi VM’s with Remote CLI

Enable SSH on your ESXi host and download GhettoVCB from the link at the bottom.
You will also need the Remote CLI from vmware, I use the appliance, but if you want to use it on your own Linux or Windows host, that’s fine.

Once you have SSH-enabled your ESXi host, create a hidden folder in the root.
mkdir .ssh

Once you have imported and configured your appliance Continue reading

Written by bantenbrink in: ESX, ESXi, Linux | Tags: , , , ,

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com