Bluetooth A2DP - Ubuntu

Type in a terminal: sudo apt purge pulseaudio-module-bluetooth bluetooth bluez-* bluez sudo apt install blueman bluez pulseaudio-module-bluetooth pactl load-module module-bluetooth-discover Go to Blueman, connect to your device and set its audio profile to A2DP with high quality sound. Go to Sound Preferences to select the headphones as your audio device.…

Check Hard drive for bad sectors or bad blocks in linux

Step:1 Use fdisk command to identify your hard drive info # sudo fdisk -l Step:2 Scan your hard drive for Bad Sectors or Bad Blocks # sudo badblocks -v /dev/sdb > /tmp/bad-blocks.txt Just replace “/dev/sdb” with your own hard disk / partition. When we execute above command a…

SSH Tunnels

Bash script found here: https://gist.github.com/scy/6781836 * -fRun in the background before command execution. * -NDon’t execute any commands * -TDisable pseudo-tty allocation. * -S socketnameUse a control socket with name socketname * -MPut control socket in master mode * -O check, exitControl command #!/bin/bash ip="1.1.1.1"…

ssacli - PhoenixWiki

ssacli HP Enterprise ssacli command examples Install ssacli – https://downloads.linux.hpe.com/SDR/project/mcp/ # [https://wiki.phoenixlzx.com/page/ssacli/#Show_configuration]Show configuration ssacli ctrl all show config # [https://wiki.phoenixlzx.com/page/ssacli/#Controller_status]Controller status ssacli ctrl all show status # [https://wiki.phoenixlzx.com/…

HP Smart Array CLI commands on ESXi | Kalle's playground

Show configuration /opt/smartstorageadmin/ssacli/bin/ssacli ctrl all show config Controller status /opt/smartstorageadmin/ssacli/bin/ssacli ctrl all show status Show detailed controller information for all controllers /opt/smartstorageadmin/ssacli/bin/ssacli ctrl all show detail Show detailed controller information for controller in slot 0 /opt/smartstorageadmin/ssacli/…