Posts

Disable USB Storage Access On Ubuntu Linux

Image
To  disable USB Storage Access on Ubuntu Linux , I do the following: Go to Terminal and on the command prompt, type sudo gedit /etc/modprobe.d/blacklist.conf Now in the end of file write some lines like  # disable usb storage access  blacklist usb_storage and click on Save and restart computer.

How To Know If You Have 32 Bit or 64 Bit Computer in Ubuntu

Image
How to find out if my computer processor is 32-bit or 64-bit on Ubuntu If you are using Ubuntu, it’s very easy to find out if your system is 32-bit or 64-bit. Mind that we are talking about the processor here, not the OS itself. Open a terminal and run the following command: lscpu You should see a result like this: If you see only 32-bit under CPU op-mode, you have a 32-bit system.

Install & Remove software in Ubuntu using apt commands [recommended]

1. Install software in Ubuntu using apt commands You might have noticed a number of websites giving you a command like “sudo apt-get install” to install software in Ubuntu. This is actually the command line equivalent of what we saw in section 1. Basically, instead of using the graphical interface of Ubuntu Software Center, you are using the command line interface. Nothing else changes. Using the apt-get command to install software is extremely easy. All you need to do is to use a command like: sudo apt-get install package_name Here sudo gives ‘admin’ or ‘root’ (in Linux term) privileges. You can replace package_name with the desired software name. apt-get commands have auto-completion so if you type a few letters and hit tab, it will provide all the programs matching with those letters. 2.  Remove software in Ubuntu using apt commands You can easily remove softwares that were installed using Ubuntu Software Center, apt command or .deb file using the command line.

How to install applications in Ubuntu and how to remove installed software

Image
1.1 Install software using Ubuntu Software Center [Recommended] The easiest and most convenient way to find and install software in Ubuntu is by using Ubuntu Software Center. In Ubuntu Unity, you can search for Ubuntu Software Center in Dash and click on it to open it: You can think of Ubuntu Software Center as Google’s Play Store or Apple’s App Store. It showcases all the software available for your Ubuntu system. You can either search for an application by its name or just browse through various categories of software. You can also opt for the editor’s pick. Your choice mainly. Once you have found the application you are looking for, simply click on it. This will open a page inside Software Center with a description of the application. You can read the description, see its raiting and also read reviews. You can also write a review if you want. Once you are convinced that you want the application, you can click on the install button to install the selected appli

How to install TeamViewer on Ubuntu

To install TeamViewer on your Ubuntu system, follow these steps: Download the TeamViewer DEB package from  https://www.teamviewer.com/download/linux/ . If uncertain, pick the 64 bit package Open the teamviewer_13.x.yyyy_amd64.deb file with a double click. The TeamViewer installation package will open in the  Ubuntu Software Center . Click on the  Install  button. The  Authenticate  dialog box will open. Enter the administrative password. Click on the  Authenticate  button. TeamViewer will be installed. The status within the Ubuntu Software Center changes to  Installed . TeamViewer is installed on your Ubuntu system and can be started from the menu. Other way to install TeamViewer Download the TeamViewer DEB package from  https://www.teamviewer.com/download/linux/ . If uncertain, pick the 64 bit package Now Open terminal with ctrl+alt+t and go to Download directory cd Downloads. Now Run comman in terminal sudo dpkg -i teamviewer_13.x.yyyy_amd64 and press

How to Install anydesk in Ubuntu

Image
Hi Anydesk is a remote desktop utility to cotrol any pc remotely on internet. In this post i will explain to you how to install anydesk in your ubuntu PC. So please follow some step one by one. First of download anydesk from anydesk side. Click here for download anydesk Now open terminal or press ctrl+alt+t for open terminal and go to Download folder. Now type in terminal sudo apt update and press Enter Key. Now type  sudo dpkg -i anydesk_4.0.0-1_amd64.deb .  and press Enter key and type "Y" form confirm. Now type anydesk in terminal. Your anydesk install sucessfully.

How To Install HP Printer in Ubuntu

Image
Tech Help contact-9719823064 Tech Help How To Install HP Printer in Ubuntu Hello friends now we are going to install hp printer in ubuntu.So please follow some step. Download HPLIP and HPLIP-Plugins form internet. https://developers.hp.com/hp-linux-imaging-and-printing Select ubuntu form list and download HPLIP. Now download hplip-plugins form https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ Note:- hplip.run and hplip-plugins.run should be same. Now Open terminal Ctrl+Alt+t and go to Download directory or where you save hplip.run and hplip-plugins.run. Now type sudo chmod a+x hplip-3.18.7.run and sudo chmod a+x hlip-3.18.7-plugin.run in interminal. Now type in terminal ./hplip-3.18.7.run and press Enter key. Now follow the instruction and install your printer sucessfully.