Ras-pi common commands
apt-get update: Updates your version of Raspbian. apt-get upgrade: Upgrades all of the software packages you have installed. clear: Clears the terminal screen of previously run commands and text. date: Prints the current date. find / -name example.txt: Searches the whole system for the file example.txt and outputs a list of all directories that contain […]
create and run a shell
The shell language is a high level programming language. It is more removed from system and memory processes than lower level languages. This basically means that it has commands and functions to perform tasks that would otherwise take a lot of code to execute in lower level languages like C or assembly language.Shell scripts can make […]
Ras-pi stuff
List of common commands. How to write a simple shell. How to auto run your shell on startup.
how-to-convert-image-sequence
How to convert an image sequence to an animated GIF Image sequences are an excellent way to create animation for Adobe Digital Publishing Suite. But an image sequence will not work in content exported to fixed layout EPUB from InDesign, or content exported using the new Publish Online functionality in InDesign CC 2015. So you […]