Indlæg tagget ‘Howto’

Installing Xilinx EDK 11.4 under Ubuntu 9.10

This guide tell how-to install Xilinx EDK under Ubuntu 9.10, using an 30-days evaluation license acquired at http://www.xilinx.com/ise_eval/index.htm.
Follow the download link at the above URL, and download the EDK package, which is roughly 1GB and untar it:
mkdir edk
cd edk
tar -cvf Xilinx_11.1_EDK_SFD.tar
cd Xilinx_11.1_EDK_SFD
sudo ./xsetup
You do not need to use sudo, but if all users on the [...]

Læst resten af dette indlæg »

Cleaning up /boot by removing unused kernels (Ubuntu)

At some point /boot will be full of old kernels (if /boot is a separate partition), which makes it impossible to make a dist-upgrade and it is therefore necessary to remove some old kernels.
Start by finding you current kernel
uname -r
which will give something like
2.6.24-25-server
Now, find all installed kernels
aptitude search linux|grep linux-image | grep “i [...]

Læst resten af dette indlæg »

Krypter med DanIDs “Digital Signatur” i Evolution

Er du bruger af Evolution og har behov for at sende en krypteret mail med DanIDs “Digital Signatur”, skal du først have fat i kontaktpersonens certifikat. Dette finder du på DanIDs Certificeringscenter, såfremt personen har valgt at være listet her. Når du har fundet det rette certifikat klikke du på , hvorefter du kan gemme [...]

Læst resten af dette indlæg »