scp command line copy to remote machine
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Linux
scp -P 4589 /var/log/* root@ip-or-domain-name:/root/folder/
port 4589 is specified here, default ssh port is 22
expand disk linux ESVA – vmware
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Linux, vmware
Shut down your ESVA VM.
Add a new disk (SCSI) – as big as you like. (20GB should be large enough for most sites)
Boot the VM up
login as root on the console
cd /tmp
fdisk /dev/sdb
n
p
1
<enter>
<enter>
w
Read more on expand disk linux ESVA – vmware…
Wat zijn de meest gebruikelijke commando’s in “vi”?
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Linux
Op deze pagina vindt u enkele commando’s die u in het gebruik van de Linux text-editor “vi” van pas kunnen komen. Deze pagina bevat enkel de commando’s die het meest van toepassing zijn in occasioneel gebruik van de text-editor “vi”. Een volledig overzicht van alle mogelijke commando’s vindt u in het bestand dat aan deze pagina gekoppeld is.
Read more on Wat zijn de meest gebruikelijke commando’s in “vi”?…