×

Scratch 3 documentation for Ubuntu

Vimal has completed B.E Mechanical Engineering and has experience in various profiles as executive operations, Engineering maintenance, deputy manager- management systems, quality control in a glass container company 12 years. Presently with Redshade Robotics as a mentor cum trainer for embedded systems...

Read out all

Setting up Cadence and Centos

Install Centos: Did not work: Installed Centos 32 bit OS. We realized that Cadence need CentOS 64 bit OS . To find the OS and CPU do # lscpu It should give something like this: Architecture:          i686 == this indicates the OS...

Read out all

How to compress image size in Ubuntu

1. Open the terminal (Ctrl + Alt + T). 2. Install imagemagick by sudo apt-get install imagemagick 2. Go to the directory of the folder in which you want to reduce the image size. 3. Then type the following command mogrify -resize...

Read out all

Downloading from the Terminal

Ubuntu : wget *download link* The download can be paused and restarted by killing the terminal To resume download : wget –continue *download link*

Read out all

Installing Scratch on a 64x machine & creating desktop icon. (Ubuntu)

The following instruction can be used to install scratch in a 64x machine.   Download the Adobe Air and Scratch files from: https://scratch.mit.edu/scratch2download/ The following libraries are needed: sudo apt-get install libxt6:i386 libnspr4-0d:i386 libgtk2.0-0:i386 libstdc++6:i386 libnss3-1d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 Now...

Read out all

Incremental Backup for Ubuntu

The command : tar -cvfz -X excludeList -g 20150407.snar 20150407-full.tar.gz ~ tar-cvfz – creates all the files. -X excludeList – creates a folder where one can exclude the files that need not be backed up. -g .snar – this is the command...

Read out all

5 Common Unix Commands

Click on the link below to download the video. Its just 3.8mb !! UnixCommands

Read out all