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: Devuan
Unable to locate theme engine in module_path: “pixmap”
Gimp complains about missing pixmap as below. (file-jpeg:2725): Gtk-WARNING **: 18:02:52.746: Unable to locate theme engine in module_path: “pixmap”, Install gtk2-engines-pixbuf package.
Install Telegram Desktop Version 3.1.1
Telegram Desktop in stable repository of Devuan is outdated. Add backports repository in /etc/apt/sources.list deb http://deb.devuan.org/merged chimaera-backports main contrib non-freedeb-src http://deb.devuan.org/merged chimaera-backports main contrib non-free $ sudo apt install -t chimaera-backports telegram-desktop
How to remove downloaded package files of APT
Debian package management system stores downloaded package files on /var/cache/apt directory. To remove all the package files, run the following commands.
Install Libreoffice Writer from backports repository
Add the backports repositories in /etc/apt/sources.list deb http://deb.devuan.org/merged chimaera-backports main contrib non-freedeb-src http://deb.devuan.org/merged chimaera-backports main contrib non-free $ sudo apt install -t chimaera-backports libreoffice-writer
Install Brave browser
sudo apt install apt-transport-https curl gnupg curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key –keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add – echo “deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main” | sudo tee /etc/apt/sources.list.d/brave-browser-release.list sudo apt update sudo apt install brave-browser
How To Use Jmtpfs tool To Transfer Files From Your Smartphone
To copy files on my Samsung smartphone, I installed Samsung Smart Switch app on the smartphone, followed the instruction in the link. Accessing directories was extremely slow. USB C to Ethernet Adapter, uni RJ45 to USB C
Setting up Korean, English, and Russian keyboard in Devuan Linux
My desktop environment is Xfce. The keyboard layouts for the three languages are: Korean: 3-beol final English: Colemak Russian: typewriter To add Russian keyboard layout in Xfce, choose Settings / Keyboard / Layout menu, then Add and select Russian (typewriter). … Continue reading
Setting up transmission as the torrent client in Chrome
I use Chrome Version 55.0.2883.87 (64-bit). When I click a torrent link, it opens xdg-open dialog window and do nothing. If there is transmission-gtk.desktop file /usr/share/applications/transmission-gtk.desktop, run the following command. $ xdg-mime default transmission-gtk.desktop x-scheme-handler/magnet Restart Chrome.
Posted in GNU/Linux
Tagged Devuan, Google Chrome, magnet, torrent client, transmission
Leave a comment
Downloading image / media files in Sony A6000
Connect microUSB cable to the camera port Find SD card drive. Look for disk device that’s matching size of the SD card with W95 FAT32 (LBA) partition. $ sudo fdisk -l Mount the data drive to a local directory $ … Continue reading
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