Expand an EXT4, on a SCSI device
If you have vmware ESXi or Microsoft Hyper-v, you can expand a disk, from the hypervisor console, very simple. But afterwards the partition the servers is not expand.It is always…
If you have vmware ESXi or Microsoft Hyper-v, you can expand a disk, from the hypervisor console, very simple. But afterwards the partition the servers is not expand.It is always…
If you have a host with multiple IP address on it, and you need to change witch IP address it present it with on the Internet, you can change the…
Here is a guide to compile a kernel 3.6.X kernel for hyper-v the debian way.
If you want to find any hidden files (Files with a dot first), you can use this command: You can change ./ to be /var/www to find any hidden files…
If you have a shellscript thats run okay from shell, but not will running from cron, run this command (This is what it looks like when cron run it)
This command will kill all instance from
You can use this command to get the list of the number of file in current directory
I have a Ubuntu server where there was a problem with .local address, i could't look up the zone from the server. After a little search i found that Avahi…
First you need to install: http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2 This is a vmware Remote CLI tools. Install it on a windows machine. After you install remember to log out and the log in,…
Setting up Pure ftpd to run on certains port is very simple. Log on to you linux box and run this command: echo "60010 60030" > /etc/pure-ftpd/conf/PassivePortRange /etc/init.d/pure-ftpd restart or…