command

How to add printer in raspberry pi or raspberry desktop ? 2

How to add printer in raspberry pi or raspberry desktop ?

Adding printer and configuring in Raspberry PI and Desktop Here we will be learning how to add printer to your raspberry pi in 5 steps only. First Step Install the Common Unix Printing System cups package which will detect your printer. At the terminal, enter this command apt-get install cups Second Step Give permission to your

How to add printer in raspberry pi or raspberry desktop ? Read More »

How to Importing code from an existing project GitLab, GitHub, and bitbucket?

Importing code from an existing project Adding the existing project in gitlab , github and bitbucket Open terminal Go to the local project directory cd /home/username/test Initialize the local directory git init Add all your files to the new local project directory git add . After adding all files, You have to commit that staged

How to Importing code from an existing project GitLab, GitHub, and bitbucket? Read More »