Q&A for Ubuntu users and developers
Published: Jul 19, 2026
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
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
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
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
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
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
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
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
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