Archives
Categories
- Art (24)
- Bigger reality (68)
- Blender (33)
- DIY (166)
- GNU/Linux (101)
- Health (111)
- Motorcycle (44)
- 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: Xorg
How to forward X over SSH in Devuan
SSH packages: openssh-client, openssh-server /etc/ssh/ssh_config is default configuration file for SSH client. /etc/ssh/sshd_config is default configuration file for SSH server (ssh daemon). Check content of two files in the bottom. Example 192.168.0.110 (mini): SSH server that will provide X applications. … Continue reading
Rotate console and Xorg screen
Devuan is a Debian fork. OS: Devuan Gnu/Linux 1.0 (Debian without systemd) Rotate console screen when the system is booted provided framebuffer is on. Orientian of my laptop is 90 degree to right. HP Compaq nc6220 Intel(R) Pentium(R) M processor … Continue reading
Posted in GNU/Linux
Tagged Debian jessie, Devuan, fbcon, framebuffer, rotate, screen, Xorg, xrandr
Leave a comment
Uim scm file for Hangul sebeol final and English Colemak keyboard layout
6/7/2019 Set up Colemak keyboard layout after Devuan installation $ sudo dpkg-reconfigure keyboard-configuration Activate the change in Xorg $ sudo udevadm trigger –subsystem-match=input –action=change To use Colemak in bootup, modify /etc/initramfs-toosl/initramfs.conf. KEYMAP=y $ sudo update-initramfs -u -k all Korean font … Continue reading
Posted in GNU/Linux
Tagged Colemak, Debian GNU/Linux, Devuan, keyboard layout, Sebeol final, uim, Xorg
Leave a comment
xorg.conf for Wacom Bamboo Fun 4×5 in Debian Wheezy
Few days ago I upgraded Wheezy to Jessie then suddenly Xorg wouldn’t start. It was total disaster. The main cause was ATI’s Xorg driver hasn’t support newer Xorg 1.12.4 yet. So I did downgrade to Wheezy for fixing Xorg problem. … Continue reading
Posted in GNU/Linux
Tagged ATI Radeon 3000, Debian Wheezy, tablet, Wacom Bamboo Fun, Xorg, xorg.conf, xsetwacom
Leave a comment
Screen capture using ffmpeg in Debian Wheezy
I made a simple screen capture script that uses ffmpeg to create MPEG-4 video file. I replaced two script lines from the original script. If you are using ALSA sound driver, replace ‘-f alsa -i pulse’ to ‘-f alsa -i … Continue reading