Moja Konfiguracija cd /media sudo mkdir timecapmilan sudo mkdir timecapbackups Moj /etc/fstab //192.168.110.32/Apple-Data/Milan /media/timecapmilan cifs password=koma69zadar,sec=ntlm,vers=1.0,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 //192.168.110.32/Apple-Data/BACKUPS /media/timecapbackups cifs password=koma69zadar,sec=ntlm,vers=1.0,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 Original Post Firstly I installed smbfs and smbclient software using apt-get, but Synaptics works just as well. SMBFS and SMBCLIENT lets the machine talk over the the CIFS protocol (Server Message Block, the latest…
Category: Linux
Raspberry Pi 4 Bootloader Firmware Updating / Recovery Guide
All of the previous generations of Raspberry Pi contained all of their firmware on the SD card. Starting with the Raspberry Pi 4 the device actually has onboard upgradable firmware stored on an EEPROM chip separate from your storage. Updating this firmware is very important as one of the first released updates reduces power usage…
Finger Scanner Validity VFS495 (138a:003f) – Ubuntu 18.04/18.10
Manual setup Install dependencies with sudo apt install libssl1.0.0 libusb-dev libssl-dev libglib2.0-dev libmagickcore-dev libgtk2.0-dev libpam-dev Download and install this package Run these commands IN THIS ORDER wget https://github.com/PetreBoboc/vfs495_ubuntu/raw/master/Packages/1704/libMagickCore-6.Q16.so.2.0.0 sudo mv libMagickCore-6.Q16.so.2.0.0 /usr/lib/ sudo ln /usr/lib/libMagickCore-6.Q16.so.2.0.0 /usr/lib/libMagickCore-6.Q16.so.2 Download and install the following packages IN THIS ORDER validity-sensor-setup_4.5-119_amd64.deb libfprint_0.0.6-1_amd64.deb fprint-demo_0.4-1_amd64.deb pam-fprint_0.2-1_amd64.deb Prevent fprint_demo from updating usign sudo…
Raspberry Pi 4 USB Boot Config Guide for SSD / Flash Drives
USB Boot Instructions Prepare Bootloader SD Card – Image your SD card with the latest Raspbian 10 “Buster” release (I prefer Raspbian Lite) however you would normally do it. Prepare SSD / Flash Drive – Image your SSD or Flash Drive. Make sure you create the empty file named “ssh” on the boot partition of…
Liux Tips / Comands
Backup / Make Image of SD Card TonTon VPN 102.168.1.2 Start file manager in terminal window In Raspbian (Raspberry Debian) from terminal console: How do I open file manager as root Viditi sto je zadnje instalirano htop Raspberry Config Raspberry Update Viditi Zadnje Update NextCloud Commands Maintance mode ON / OFF Clean Trash (All Users) …
Linux – Ubuntu 18.4 – Docker – YaCy über HTTPS
SSL Certifikat za yacy https://github.com/yacy/yacy_search_server/issues/194 Letsencript – install certboot – open port 80 – certboot ima http server – opcija –standalone – generirat certifikat: sudo certbot certonly –standalone -d example.com sudo certbot certonly –standalone -d comanet.ddns.net – Certifkat je sada u /etc/letsencrypt/live/comanet.ddns.net/ – Konvertirat Certifikat – use openssl to convert them into yacy-readable format: –…
Linux – Ubuntu 18.4 – Screen Sharing on Ubuntu 18.04 LTS Desktop via VNC from Windows Machines
Before one can access Ubuntu desktops remotely, one must enable remote access on the Ubuntu desktops… to do that, the steps below should be a great place to start… Remote access allows anyone with account and access to connect and manage devices remotely from across the room or locations around the world. This is true…
Linux – Raspberry Pi – WiFi without a keyboard or monitor (or ethernet)
1 Put the Raspbian SD card into your computer If you don’t have Raspbian installed, go ahead and install it. Make sure the SD card with Raspbian is in your computer. Mentioned here: How to install Raspbian Stretch on the Raspberry Pi 2 Navigate to the boot directory You’ll have to locate the boot directory,…
Linux – Raspberry Pi – Pirate Radio
pimoroni-dashboard On Raspbian, you can download the pimoroni-dashboard and install your product by browsing to the relevant entry: sudo apt-get install pimoroni (you will find the Dashboard under ‘Accessories’ too, in the Pi menu – or just run pimoroni-dashboard at the command line) If you choose to download examples you’ll find them in /home/pi/Pimoroni/phatbeat/. Pirate…
Linux – Raspberry Pi – APT Update
The easiest way to manage installing, upgrading, and removing software is using APT (Advanced Packaging Tool) from Debian. If a piece of software is packaged in Debian and it works on the Raspberry Pi’s ARM architecture, it should also be available in Raspbian. To install or remove packages you need root user permissions, so your…