installation

Docker Installation in Centos 7 and Ubuntu

[siteorigin_widget class=”WP_Widget_Media_Image”][/siteorigin_widget] How to install docker in Centos 7 ? To install the Docker in Centos, First we need to download the repository on the correct place ie.. “yum.repos.d” . Follow the below command to download Docker. cd /etc/yum.repos.d/ yum install wget wget https://download.docker.com/linux/centos/docker-ce.repo Note:- If above is not working then first you need to […]

Docker Installation in Centos 7 and Ubuntu Read More »

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 install Mongodb in Ubuntu ?

Install Mongodb in to your server using this script in 5mins #!/bin/sh #import key apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 0C49F3730359A14518585931BC711F9BA15703C6 #Adding Repo echo “deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse” | tee /etc/apt/sources.list.d/mongodb-org-3.4.list` #Database update for new repo apt-get update #command to install mongodb apt-get install -y mongodb-org #start service service mongod start #restart service

How to install Mongodb in Ubuntu ? 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 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 »

Elephant Notes 6

Elephant Notes

Elephant notes is available for mac , windows and linux. The Best notes manager How to install the elephant editor in linux 1. Download the elephant app according to your Operating system http://elephant.mine.nu/ 2. After Downloading , open terminal and type command to run elephant app java -jar elephant.jar 3. Select the path where you

Elephant Notes Read More »

techouse community support

How Can I Download And Install NetExtender On Linux?

Download And Install NetExtender On Linux netextender 1-Download the latest RPM version of JAVA JDK: http://www.ora cle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2-Installing: rpm -Uvh jdk-8u31-linux-i586.rpm 3-Also Install javaws as root: yum install javaws 4-Go to https://sslvpn.demo.sonicwall.com/cgi-bin/welcome 5- Log on in with demo/password 6-Click on NetExtender icon, this will download a tar.gz with the client 7-Un-tar the client, make install

How Can I Download And Install NetExtender On Linux? Read More »