apt-get install deborphan -y && \
apt-get autoremove --purge libx11-.* lxde-.* raspberrypi-artwork xkb-data omxplayer penguinspuzzle sgml-base xml-core alsa-.* cifs-.* samba-.* fonts-.* desktop-* gnome-.* && \
apt-get autoremove --purge $(deborphan) && \
apt-get autoremove --purge && \
apt-get autoclean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Many times we have HTML articles published across multiple pages. | |
% And sometimes we want to print all those pages as one PDF. | |
% Usage: | |
% - Print to PDF from browser; | |
% - Put and rename the PDF on the same folder as .tex; | |
% - Use LaTeX to assemble these into one PDF. | |
% | |
\documentclass[a4paper]{article} | |
\usepackage{pdfpages} | |
\begin{document} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<control type="label"> | |
<description>IP Address</description> | |
<left>200</left> | |
<top>5</top> | |
<height>49</height> | |
<width min="200" max="300">auto</width> | |
<label>IP: $INFO[Network.IPAddress]</label> | |
<align>left</align> | |
<aligny>center</aligny> | |
<font>font12</font> |