Archives
Categories
- Art (24)
- Bigger reality (68)
- Blender (33)
- DIY (166)
- GNU/Linux (100)
- Health (111)
- Motorcycle (43)
- Permaculture (121)
- Photography (118)
- Python (20)
- Reprap 3D Printer (122)
- Science and technologies (137)
- Uncategorized (65)
Website
- Doctor Yourself Health Homesteading website that promotes self reliance.
- Exploring Electric Universe
- F* THE BANK$ This website is run by a feisty group of Occupy Wall Street activists and members of the The Other 98%…
- Professor Ph. M. Kanarev's Books and Lectures Professor Kanarev has developed a new theory of a Microcosm and Mechanodynamics that open up Free Energy technologies.
- Wade Frazier's personal website Free Energy technologies, alternative medicine, abundance paradigm
- 3D modeling
- 3D printer
- 2006 Yamaha R1
- bike
- bird
- birds
- blender
- Blender 2.69
- Buckminster Fuller
- Bulbul Junior
- Calculus
- calibration
- Canon EOS 1000D
- Canon Rebel XS
- cat
- convert
- corrupted system
- COVID-19
- Debian GNU/Linux
- Debian Wheezy
- Devuan
- Digital Camera
- Digital photography
- DIY
- dog
- E3D V6 Hotend
- electronics
- ffmpeg
- Free Energy
- geodesic dome
- GIMP
- GNU/Linux
- GoPro HD Hero2
- health
- helmet
- house project
- Hydraulic press
- ImageMagick
- mathematics
- Mini Kossel
- motorcycle
- Natural Farming
- nature
- Neal Hirsig
- Nikon D200
- OpenSCAD
- open source
- Original Prusa i3 MK2
- Permaculture
- photography
- Physics
- PLA
- plant
- python
- reprap
- Reprap 3D Printer
- Rice
- science
- sculpture
- SmaTrig
- Sony A6000
- Steel Fisher
- steel pipe
- Stop5G
- SymPy
- technology
- time lapse
- truth
- vaccine
- Wheezy
- wood working
- 기술
- 두차
- 쌀
- 자연농사
Tag Archives: Debian Wheezy
Back to ALSA in Debian 8.0 (jessie)
After few times of upgrade and downgrade of distribution lately, the system lost sound. Reinstallation of pulseaudio package didn’t work out. What would I do? Instead troublshooting pulseaudio, I decided to use ALSA. I barely any help from the official … Continue reading
An old laptop converted to a mini desktop PC.
Front side Back side M6x60 x2 M5x25 x3 Debian GNU/Linux 7 (Wheezy) ssh remote log-in to the laptop
First boot of Parallella-16 Desktop Computer
Installation of the heat sink It comes with one metal heat sink and two adhesive tapes. I peeled off the two tapes using a razor and put each one on two biggest chips on the board. And aligned the heat … Continue reading
Posted in GNU/Linux
Tagged Booting SD Card, Debian Wheezy, GNU/Linux, Parallella, Parallella-16 Desktop Computer, Ubuntu
Leave a comment
ztouch – create empty files
Out of necessity I built a simple program that create many empty files. I put few examples how to use it in the code. Below command create exactly 1,000 empty files which mimic Nikon D200’s image files. The first file … Continue reading
Posted in GNU/Linux, Python
Tagged command line utility, create empty files, Debian Wheezy, programming, python, touch, ztouch
1 Comment
IPython notebook installation in Debian Wheezy
$ sudo apt-get install ipython-notebook python-matplotlib Reading package lists… Done Building dependency tree Reading state information… Done python-matplotlib is already the newest version. python-matplotlib set to manually installed. The following extra packages will be installed: ipython-notebook-common libjs-mathjax libpgm-5.1-0 libzmq1 python-mysqldb … Continue reading
HP LaserJet P1005 suddenly stops printing.
OS: Debian Wheezy HP LaserJet P1006 / P1008 : foo2zjs – foo2hp – foo2xqx – foo2lava – foo2qpdl – foo2oak Support for linux printer drivers P1006 – Raspberry Pi, test page fails [solved; need usblp kernel module] http://foo2zjs.rkkda.com/forum/read.php?43,3658,3658 usblp kernel … Continue reading
Posted in GNU/Linux
Tagged Debian Wheezy, foo2xqx, HP LaserJest P1005, printer driver, usblp kernel module
Leave a comment
How to install r600_drv_video.so for Radeon HD 3000 in Debian wheezy?
Using VDPAU feature in graphic card reduce CPU load while playing high resolution video files, i.e. 720p, 1080p. Excerpt http://en.wikipedia.org/wiki/VDPAU VDPAU (Video Decode and Presentation API for Unix) is a non-proprietary and royalty-free open source library (libvdpau) and API originally … Continue reading
Yellow submarine – a short animation
Study sourse: Yellow Submarine by Neal Hirsig The PDF document has 145 pages with lots of screen shots so that Blender 2.6x users are easy to follow. This one was my first animation.
Posted in Blender
Tagged 3D modeling, animation, Blender 2.69, Debian Wheezy, Neal Hirsig
Leave a comment
Java 7 installation
OS: Debian Wheezy Installation instruction is on https://wiki.debian.org/JavaPackage which requires debian package building utilities. Java 7 JDK file is jdk-7u45-linux-x64.tar.gz Creating debian Java package $ make-jpkg jdk-7u2-linux-x64.tar.gz It showed bunch of warning messages during the package build but would generate … Continue reading
Some notes about parallel computing in Python
I spent two days to study parallel computing by using Python’s multiprocessing module. My Debian box has AMD 6-core 64bit processor. Python version is 2.7.5. Interesting things I’ve found so far is using the multiprocessing module does produce 3 to … Continue reading
Posted in GNU/Linux, Python
Tagged Debian Wheezy, multiprocessing module, parallel computing, python
Leave a comment