general

User vipin agrahari - Ask Ubuntu

Q&A for Ubuntu users and developers

Published: Jul 19, 2026

news

GUI Performance Monitor Tool

I need to monitor the performance of an Ubuntu 12.04 machine. I am looking for a tool similar to PerfMon on Windows. I need something more interactive tha...

Published: Jul 19, 2026

news

How do I install the Lubuntu Software Center?

I'd like to install the lubuntu software center on lubuntu 11.10. Here is the launchpad project, they have a PPA

Published: Jul 19, 2026

updates

What does ".local" do?

I've got several Ubuntu machines on my network at home, but the DNS is provided by a windows server (2K). When I ssh to them from another , if I ssh ...

Published: Jul 19, 2026

news

Is there a tool for A/B audio-comparison?

I've been in this situation a few times where I would like to directly comare two audio files sonically to each other. Maybe to decide on a different...

Published: Jul 19, 2026

news

Searching for specific magic byte in an ocean of files

I want to know how I can search for a specific file type: I have entered a SSH server and I am trying to search for a .jpg file, but the owner of the serv...

Published: Jul 19, 2026

news

shell script to remove files didn't work

I want to delete multiple images having resolution less then 228x228. For that, I wrote this shell script: #!/bin/bash for i in $( ls ); do if [$(identify...

Published: Jul 19, 2026

updates

Qualcomm Atheros AR9485 Bluetooth adapter NOT FOUND

Input $ lspci -nnk | grep -iA2 net; lsusb; dmesg | egrep -i 'blue|firm'; lsmod | grep blue Result 02:00.0 Network controller [0280]: Qualcomm At...

Published: Jul 19, 2026

news

install specific java version for 12.04

I updated my 12.04 server with latest packages among them was an update to java 1.8u20. Now I found out that my application is not running correctly with ...

Published: Jul 19, 2026

news

Prevent/Supress showing popup of Wifi Connection asking for password on terminal command

Im working on a C++ program that can execute terminal commands for me, and one of its functions is wifi manipulation (connect, disconnect, forget). Right ...

Published: Jul 19, 2026