Laptop beeldscherm knippert / flikkert in Ubuntu. Mogelijke oplossing: Probeer bij Administration/Screen and Graphics de 'Intel Experimental mode' te veranderen in i810.
You can use 'sudo apt-get install thunderbird' for installing software like thunderbird or any other program.
You can use 'sudo apt-build install libfreetype6' for installing a library. You can also use apt-get for that by saying: 'apt-get build-dep libfreetype6'
Use 'sudo dpkg -i filename.deb' to install a download .deb file.
Install RPM packages:
rpm -i software-2.3.4.rpm
of gebruik:
alien -i filename.rpm
In case of the following message “error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory” while installing/running something install the glibc library:
“If you want to mount your NFS and samba file systems on ubuntu client machines you need to use the /etc/fstab file (short for filesystem table) keeps track of filesystems that you want to mount in static locations.”
You can use NFS for this with adding the share to /etc/exports on sharing computer. You can then mount to that from the client computer by creating an empty folder (ie. /mnt/testfolder) and then say:
mount 192.1680.104:/home/rick/srcfolder /mnt/testfolder
Na een wijziging in het /etc/networking/interfaces moet er een restart worden gegeven
sudo /etc/init.d/networking restart
Het instellen kan ook met ifconfig.
sudo ifconfig eth0 192.168.1.50 netmask 255.255.255.0 up
Networkadapter down:
ifdown eth1
Networkadapter up:
ifup eth1
For permanent changes in your network address change your network configuration file '/etc/network/interfaces'. more info
Discussion