Wget -mini howto; Een kleine greep uit de schier oneindige mogelijkheden die wget de commandline liefhebber biedt.
Met wget [1] kun je vanaf de commandline bestanden downloaden vanaf webservers.
De bestanden kunnen met wget via de volgende protocollen gedownload worden: HTTP, HTTPS, FTP en ook door HTTP proxies.
De wget connection gaat standaard via port 80 met de [...]
Archief voor april 2008
Auto- en techniekmuseum Sinsheim, Duitsland
Geplaatst in Nog te bezoeken, getagged Dagtochten, vakantie, Vrije tijd op 13 april 2008 | Leave a Comment »
http://www.technik-museum.de/nl/sinsheim
Tijdconfiguratie op Linux
Geplaatst in Linux op 12 april 2008 | Leave a Comment »
Set the time zone manually if not already set
Linux uses the file /etc/localtime to determine the time zone. This file should be either a copy of the appropriate timezone file from the directory /usr/share/zoneinfo or a symbolic link. If your time zone is incorrect, create a symbolic link to the appropriate timezone file.
# ln -s [...]
Clonen van een harddisk in VMware ESX
Geplaatst in Linux, VMware ESX op 9 april 2008 | Leave a Comment »
vmkfstools -i sourcedisk.vmdk destinationdisk.vmdk
Microsoft certificering
Geplaatst in Microsoft, getagged certificering, mcse, Microsoft op 5 april 2008 | Leave a Comment »
Via deze link komt U op de pagina van Microsoft waar U online mijn MCSE certificering kunt kontroleren. Belangrijk is dat U de volgende gegevens invoert;
Transcript ID: 732333
Access code: MCSE2003
U krijgt dan een overzicht te zien van mijn huidige Microsoft certificering status.
Nederlandse Ubuntu website
Geplaatst in Linux, getagged Linux, ubuntu op 5 april 2008 | Leave a Comment »
http://www.ubuntu-nl.org/
FTP server configureren op Ubuntu Linux
Geplaatst in Linux, getagged ftp, Linux, ubuntu, vsftp op 5 april 2008 | Leave a Comment »
File Transfer Protocol (FTP) is een tcp protocol voor het uitwisselen van bestanden tussen computers. Het FTP protocol wordt ondersteund door veel besturingssystemen en netwerkapparatuur.
FTP werkt met een client en een server. Het server onderdeel heet een FTP daemon. Het luistert onophoudelijk naar FTP verzoeken van clients. Wanneer er een verzoek is ontvangen, zorgt de [...]
Website configureren in Apache
Geplaatst in Linux, getagged apache, Linux, ubuntu, website op 5 april 2008 | Leave a Comment »
Voorbereiding
Dit verhaal gaat er vanuit dat je een domein hebt geregistreerd en dat er een A (address) record met de naam ‘www’ bestaan. Dit address record heeft het IP adres van jouw host. Ik zal het hier over het domein www.christiaanse.net hebben. Ik ga verder niet in op de details die je moet regelen omdat [...]
Bestanden kopieren met scp
Geplaatst in Linux, getagged kopieren, Linux, scp, ubuntu op 5 april 2008 | Leave a Comment »
Secure file transfers to and from local or remote systems can be initiated with the scp UNIX command.
To use the scp command to copy files between systems, use the following command:
scp filename1 userid@hostname:filename2
where filename1 is the file on the local system that you wish to copy, userid@hostname is the userid and hostname where you wish [...]
Installeren van Vmware Workstation op Linux
Geplaatst in Linux, getagged Linux, ubuntu, vmware op 5 april 2008 | Leave a Comment »
Voer eerste het volgende commando uit;
sudo aptitude install linux-headers`uname -r` build-essential
Download de laatste versie van Vmware workstation van de VMware website. Pak Vmware workstation uit; tar -zxvf /path/To/VMware-Workstation-xxx.tar.gz
Ga naar de folder waar VMware is uitgepakt; cd vmware-distrib
Voer het installatiescript uit; sudo ./vmware-install.pl
Houd de standaard waarden aan.
Om Vmware te starten; Applications > System Tools> VMware Workstation. Accepteer [...]