dpkg -l linux-image*
uname -r
sudo apt-get remove linux-image-2.6.32-{21,37,38,39,40,41,42,43,44}-server
sudo apt-get autoremove
This file contains 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
<script type="text/javascript" async | |
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | |
MathJax.Hub.Config({ | |
tex2jax: { | |
inlineMath: [['$','$'], ['\\(','\\)']], | |
displayMath: [['$$','$$']], | |
processEscapes: true, | |
processEnvironments: true, | |
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'], | |
TeX: { equationNumbers: { autoNumber: "AMS" }, |
This file contains 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
import struct | |
huffmanSegment = '\xFF\xC4\x01\xA2\x00\x00\x01\x05\x01\x01\x01\x01'\ | |
'\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02'\ | |
'\x03\x04\x05\x06\x07\x08\x09\x0A\x0B\x01\x00\x03'\ | |
'\x01\x01\x01\x01\x01\x01\x01\x01\x01\x00\x00\x00'\ | |
'\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09'\ | |
'\x0A\x0B\x10\x00\x02\x01\x03\x03\x02\x04\x03\x05'\ | |
'\x05\x04\x04\x00\x00\x01\x7D\x01\x02\x03\x00\x04'\ |
This file contains 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
<NotepadPlus> | |
<UserLang name="Julia" ext="jl"> | |
<Settings> | |
<Global caseIgnored="no" /> | |
<TreatAsSymbol comment="no" commentLine="yes" /> | |
<Prefix words1="no" words2="no" words3="no" words4="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Delimiters">"00"00</Keywords> | |
<Keywords name="Folder+">begin function type for while if</Keywords> |