WiseInsight Installation of Eclipse and tools for AVR microcontrollers Introduction Installation Summary Introduction AVR systems can be programmed using available, free tools. Below you will find a full description of preparing the environment and tools that will help y... Nov 23, 2024
WiseInsight KiCAD 3D model not visible in Ubuntu Missing 3D model Solution 1 Solution 2 Summary Missing 3D model If the 3D model is not displayed/rendered after installing KiCAD on Ubuntu, it may mean one of the following problems: incorrect configu... Oct 15, 2024
WiseInsight Curl command in action Introduction Example Summary Introduction curl (Client for URLs") - is a command-line tool (Windows Git Bash or Unix/Linux) for interacting with servers to download or send data. Curl supports protoco... Tools Mar 11, 2024
WiseInsight Moving selected changes in Git - cherry-pick in action. Introduction Example Remark Introduction The cherry-pick command involves copying one or more revisions ("commits") from one branch (the source) and placing them onto another branch (the target), assi... GIT Mar 11, 2024
WiseInsight What is inode and how to view file metadata? Introduction Example Details Summary Introduction Inode, i.e. index node, is an identifier (number) defining the metadata of a file or directory. Metadata is simply additional information (usually irr... Linux Mar 11, 2024
WiseInsight How to convert PFX to PEM? Introduction PFX File PEM File Conversion Introduction PFX (Personal Information Exchange) and PEM (Privacy Enhanced Mail) files are two different formats that store public and private key data as wel... Certificates Mar 11, 2024
WiseInsight Navit - how to build your own, free navigation Introduction How does it work? Software compilation Map configuration Summary Introduction Navit is an open source navigation software that provides cross-platform navigation capabilities. Why would y... Linux Navit Mar 11, 2024
WiseInsight How to configure Git + SSH + Bitbucket Introduction Key installation Testing Introduction SSH Keys To set up a connection between a Git client (without having to enter a password each time) and the Bitbucket service, you need to generate k... Bitbucket GIT SSH Mar 11, 2024
WiseInsight Hard links and symbolic (soft) links Introduction Example Summary Introduction There are two types of file links in Linux: hard links and symbolic links (soft links) . Hard link - this is simply an alternative file name that points to th... Linux Mar 11, 2024