Query kernels:
$ rpm -q kernel
This will remove all but two kernels:
$ package-cleanup --oldkernels --count=2
Saturday, 24 November 2012
Tuesday, 20 November 2012
Make MATLAB fonts work properly in figures
yum install fonts xorg-x11-font*
Useful tools to install
yum install git gitk
yum install vim
yum install dia
yum install gnome-shell-extensions
yum install gnome-applets
yum install gimp
yum install nautilus-open-terminal nautilus-extensions
yum install kile kbibtex
yum install vim
yum install dia
yum install gnome-shell-extensions
yum install gnome-applets
yum install gimp
yum install nautilus-open-terminal nautilus-extensions
yum install kile kbibtex
Make Nautilus always show the address bar
gnome-tweak-tool
Click 'Files'
Switch on 'Always use the location entry, instead of the pathbar'
Click 'Files'
Switch on 'Always use the location entry, instead of the pathbar'
Activate MATLAB
When installing MATLAB, fedora's ethernet device names are not recognised.
Do this before installing MATLAB:
yum remove biosdevname
Do this before installing MATLAB:
yum remove biosdevname
Configure ssh so you can use it
yum install openssh-server
chkconfig --level 2345 sshd on
service sshd restart
sudo system-config-firewall
un-tick then re-tick the ssh box, apply changes, then:
sudo service sshd restart
chkconfig --level 2345 sshd on
service sshd restart
sudo system-config-firewall
un-tick then re-tick the ssh box, apply changes, then:
sudo service sshd restart
Get rid of stupid Gnome 3 desktop stuff
Set the desktop to Gnome-fallback mode.
This is explained nicely here:
This is explained nicely here:
You will need to log out and in again for the changes to take effect.
Subscribe to:
Posts (Atom)