tools

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 »

install nasm

How to install FFMPEG NASM assembler in Linux? | Install NASM Linux

How to Install NASM on Linux What is NASM? Nasm is one the most popular assemblers in Linux This installation process is same for each and every Linux Distros Relocatable Dynamic Object File Format (RDOFF) Nasm has its own binary Format RDOFF. How to install FFMPEG NASM Assembler in Linux There are 2 Methods to

How to install FFMPEG NASM assembler in Linux? | Install NASM Linux Read More »

How to set static ip address in ubuntu and Centos using terminal 6

How to set static ip address in ubuntu and Centos using terminal

How to set static ip address in ubuntu 16.04 How to set static ip address in any linux distros using terminal Open terminal nmtui Edit a connection   Select the connection you want to edit and select the edit option as mentioned in image   DropDown and select manual option in ipv4 Show options Edit the

How to set static ip address in ubuntu and Centos using terminal 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 »

How To Install the Apache Web Server on Ubuntu 18.04

How To Install the Apache Web Server on Ubuntu Desktop installation Ubuntu 18.04 and Ubuntu 16.04 List running processes ordered by RAM usage ps aux | awk ‘{print $2, $4, $11}’ | sort -k2rn | head -n 20 covery.zen.ping.multicast.enabled: false #install SSH service for root access Sudo apt-get install ssh Sudo apt-get install vim Sudo

How To Install the Apache Web Server on Ubuntu 18.04 Read More »