there is not /usr/local/lib64 link to /usr/local/lib
so
sudo ln -s /usr/local/lin /usr/local/lib64
find /var/ftp/mp3 -name "*.mp3" -type f -exec chmod 644 {} \; This command changes the permissions of all files with a name ending in .mp3 in the directory /var/ftp/mp3. The action is carried out by specifying the option -exec chmod 644 {} \; in the command. For every file whose name ends in .mp3, the command chmod 644 {} is executed replacing {} with the name of the file. The semicolon (backslashed to avoid the shell interpreting it as a command separator) indicates the end of the command. Permission 644, usually shown as rw-r--r--, gives the file owner full permission to read and write the file, while other users have read-only access. In some shells, the {} must be quoted. copied from http://en.wikipedia.org/wiki/Find
it might be help when we need to know where beamer and other classes
files are located.
and use
texhash
mktexlsr
to remake the indices for texlive
update-rc.d -f cron remove
Or
You can also use dd command from Linux itself (it removes partition table):
# dd if=/dev/null of=/dev/sdX bs=512 count=1
Just remove MBR, without the partition table (see comment below):
# dd if=/dev/null of=/dev/sdX bs=446 count=1
Replace /dev/hdX with your actual device name such as /dev/hda. Use fdisk -l command to find out device name:
# fdisk -l
restart networking
/etc/init.d/networking restart
/etc/network/
# The primary network interface
auto eth0
iface eth0 inet dhcp
~
root@jqt-laptop:/etc/network# ls
if-down.d if-post-down.d if-pre-up.d if-up.d interfaces interfaces.bak-0
root@jqt-laptop:/etc/network#
root@jqt-laptop:/etc/network#
\documentclass{article}
\usepackage{graphicx,epstopdf}
\begin{document}
\includegraphics[width=\textwidth]{fig1}
\end{document}
==
necessary
------------------
texlive-fonts-recommended
texlive-latex-recommended
subversion
vim-gnome
terminator
==
optional
---------------------------------
ubuntu-restricted-extras
https://bugs.launchpad.net/ubuntu/+bug/159255
https://bugs.launchpad.net/ubuntu/+bug/159255/comments/9