sysv-rc-conf
Or
update-rc.d -f cron remove
Or
Disabling Services using BUM
bum is a package
so use
apt-get install bum
update-rc.d -f cron remove
Or
Enabling directory and file color highlighting requires that the file ~/.bachrc, ~/.profile, or ~/.bash_profile to be changed:
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
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
x + y
x - y
x * y
x / y
x ^ y
x %% y
x %/% y
> 4 %% 2
[1] 0
> 4 %% 2
[1] 0
> 4 %/% 2
[1] 2
> 5 %/% 2
[1] 2