How to Access android file in Linux/Ubuntu/Linux Mint

As you know many times we want to transfer our files though mobile to computer, or computer to mobile. then first step for all procedure is that we connect our android device with our system. we can also transfer file via make a ftp server on our android mobile. we talk latter on this. So current our goal is transfer file from computer to android mobile Access android file in Linux. Here we use MTP (Media Transfer Protocol) for access android files in computer. The Media Transfer Protocol (MTP) is an extension to the Picture Transfer Protocol (PTP) communications protocol that allows media[…]

Read more

Linux interview questions Part 1

Q 1. Tell me the ways to see the process that listens a specific TCP port ? Ans. We can use  lsof & netstat  to listens a specific TCP port.  lsof : list open files including ports. netstat : The netstat command symbolically displays the contents of various network-related data and information. Q 2. What is a run level ? Ans. A run level is a state of init and the whole system that defines what system services are operating. Run levels are identified by numbers. Some system administrators use run levels to define which subsystems are working, e.g., whether X is running, whether the[…]

Read more

Mi PC Suite English version released For Linux and Windows. Download from here (Xiaomi PC Suite)

‘MI’ every one love this word. Why, you already know. Recently Xiaomi launch MI PC Suite in global language (English) for windows users. MIUI gives more flexibility than other OS. How to install MI PC Suite: First Download the setup file from here. Make sure you have a account on mi website. after download the setup file double click on this, a set up process is start. image look like this: After successful installation you have a gateway to feel a live dragon in your system. connect your mi via usb to the system. Here you can manage your all[…]

Read more

How to start a Computer (PC) via LAN Through Wake-on-LAN

Many users are connected each other via LAN (Local Area Network). They use all services like File Sharing, Printer Sharing etc. A small problem is occurred when a user want to give some print commands to another computer, which are connected to Printer. or he want to access a file which is located on another computer, And the particular system shutdown on that duration. Then what option available for the user. A old way, User go to the target computer and start the system manually. This way is so old fashionable.Now a days Wake-on-LAN  service available, through this service  we[…]

Read more

How to Extract/Unzip .tar Files in Linux

Today’s many files are available on web in compressed format. The files may be images,videos, documents,source code of projects etc. Some compressed formats are very popular like .zip, .tar.gz, .tar.bz2, etc. So our this tutorial is based on Extract procedure of compressed files in Linux. The .tar compression technique mostly used for Linux user, many Linux software are come in compressed (.tar) format. For example your new internet dongle drivers for Linux,your printer drivers,any other third party software, these are available in compressed format. What is tar files: A TAR file is an archive file that contains one or more[…]

Read more

Kali Linux Full Installation Guide (Step by Step)

Now a days everyone want to use Linux. but they don’t know how. so we provide a complete Guide on Linux installation. This tutorial is based on installation of Kali Linux on Virtual Machine.You can run Linux via two way, First is You install Linux on Virtual Machine and Second is you install Linux on System HDD.Download Kali Linux:First Download the Kali Linux ISO File. Click here to Download Kali Linux ISO File If you want install Kali Linux in your system hard disk or Dual boot with Kali Linux, Then Make a bootable DVD or USB. If you don’t[…]

Read more

How to Play .lvf Files (LVF player)

LVF is the most known file format for DVRs. Many DVR gives video backup in LVF Format. The LVF file Format is very compressed format which is not supported in Many Video Players even VLC Media Player. Normally users try LVF format in VLC media player if VLC player is not support this file type then they think there is no option to play these files in player. and they search for converter which convert the LVF files into AVI Files.But there is a player (S Player) which directly play LVF files without converting. How to Install SPlayer in Windows:[…]

Read more

How to Access Windows Shared Folder in Linux

File sharing is the most famous utility in Local Network(LAN). Because No one want to use CD/DVD/USB  again again & again if they work in Local Network. In simple way, If many computers are connected to each other via switches or buses, Then we call they exists in the Local Network. So today we learn How to Access Windows Shared Folder in Linux .Firstly we shared a folder from Windows OS. How to Share a Folder in Windows: Firstly you select the folder which you want to share. Right Click on Folder goes to properties. and select sharing tab from top.[…]

Read more

How to install Notepad ++ in UBUNTU

Notepad ++ is a free source code editor and text editor for windows. It supports several languages. Notepad++ allows working with multiple open files in a single window. It opens large files significantly faster than Windows Notepad.  Notepad++ is distributed as free software. The project was hosted on SourceForge.net, from where it has been downloaded over 28 million times and twice won the SourceForge Community Choice Award for Best Developer Tool. The project has been hosted on TuxFamily since June 2010. Notepad++ uses the Scintilla editor component. Must Read :- how to change boot order in Linux Features General features include[…]

Read more

How to save webpage (html page) in PDF Format in Linux

Now a days everyone surfing internet.During net surfing many users want to save webpages on their systems for future access purpose when they go offline.Many peoples use ctrl+s option , this way is not comfortable because via this method all images,css,java scripts & whole html pages are saved on system.and whenever you want to access particular page you should be saved all dependent data like css files,images etc.But we know you are the most advanced user because you are using Linux..The source of possibilities. How to save html page in PDF Format: Step 1: If you using Firefox or Iceweasel Browser then[…]

Read more