HOW TO INSTALL IPYTHON FROM SCRATCH ON DEBIAN 7 ################################################ Links that I used to get this information and install ipython with: Installation and uninstallation: http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/install.html http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/uninstall.html Configuration & General: http://askubuntu.com/questions/335883/how-to-use-the-newest-ipython-in-ubuntu12-04 http://ipython.org/ipython-doc/rel-1.1.0/interactive/public_server.htmlRead More…
Debian – Missing File or Header During Compiling? – debian.org – apt-file
One great solution is download the package that contains the missing file (usually a header file, .h extension). First look for the file with link below, note the package name and apt-getRead More…
bash – “hash” – hashed commands – Cache of Commands
Debian (or more correctly bash – and so every linux/unix that uses it has it) keeps a cache of commands that can throw off your day if you dont know about them.Read More…
CheckInstall – Compile Source into Program and let DPKG Debian Packages know about it
https://wiki.debian.org/CheckInstall Quick Answer before long article: checkinstall tl;dr (I love tl;drs) Usually when you install software with debian/ubuntu with apt-get install or aptitude install you get the program installed throughout several places. The debianRead More…
APT-GET ALIASES (ALIAS and UNALIAS) FOR THE WIN – DEBIANS SYSTEMD JOURNALCTL ALIAS
NOTE: aliases for apt-get are at the top, aliases for systemd’s journalctl (debian version) are at the bottom Aliases if you dont know make life easier on linux by doing direct substitionRead More…
IPTABLES – better version for webserver like wordpress
Thanks to: http://bencane.com/2012/09/17/iptables-linux-firewall-rules-for-a-basic-web-server/ http://www.linux.org/threads/base-iptables-rules-that-will-apply-to-virtually-any-web-server.10/ (used this script with modifications) NOTES: Here is a simple script that allows all outbound connections and the inbound connections coming back from those outbound connections (conntrack). AlsoRead More…
DEBIAN – Fix timezone – and see when Daylight Saving Time is ON and OFF
To fix timezone on latest version of debian: # dpkg-reconfigure tzdata That will bring up a menu to fix your timezone, I picked America, Pacific (not Pacific-New, no clue what that is,Read More…
BTRFS – btrfsck, and checking latest version
USE METHODS AT YOUR OWN RISK, IF YOU DECIDE TO USE THIS ARTICLE, HEED ALL OF THE SAFETY MEASURE (IF I MISSED A SAFETY MEASURE, DONT BLAME ME, I SAID USE ATRead More…
BTRFS – transid issue explained and fix
USE METHODS AT YOUR OWN RISK, IF YOU DECIDE TO USE THIS ARTICLE, HEED ALL OF THE SAFETY MEASURE (IF I MISSED A SAFETY MEASURE, DONT BLAME ME, I SAID USE ATRead More…
BTRFS – restore a corrupt filesystem – btrfs recovery mounts & btrfs restore
USE METHODS AT YOUR OWN RISK, IF YOU DECIDE TO USE THIS ARTICLE, HEED ALL OF THE SAFETY MEASURE (IF I MISSED A SAFETY MEASURE, DONT BLAME ME, I SAID USE ATRead More…