Pulseaudio should be started at startup but you can manually start it with : pulseaudio –start
Categoría: linux
Hak5 is inspired to elevate the InfoSec industry
https://shop.hak5.org Hak5 is inspired to elevate the InfoSec industry by educating, equipping and encouraging an all-inclusive community – where all hackers belong. USB RUBBER DUCKY A «flash drive» that types keystroke injection payloads into unsuspecting computers at incredible speeds. As seen on Mr. Robot.
Can’t locate Http_get.pm in @INC (@INC contains: /etc/perl
Can’t locate Http_get.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.26.0 /usr/local/share/perl/5.26.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl .) at ./dnsexit/setup.pl line 12. BEGIN failed–compilation aborted at ./dnsexit/setup.pl line 12. copy Http_get.pm into /usr/share/perl5 as root
How to set virtualmin user for ssh access?
Virtualmin -> System Customization -> Custom Shells, then enabled «Custom shells below» then choose the ones you want to offer, you can offer SSH and FTP
tigervnc and ubuntu 18.04
# yum -y install tigervnc tigervnc-server vncpasswd # firewall-cmd –permanent –zone=public –add-port=5901/tcp success # firewall-cmd –reload success Running VNC as a System Service Next, we’ll set up the VNC server as a systemd service so we can start, stop, and restart it as needed, like any other service. This will also ensure that VNC startsSeguir leyendo
SNMP on Centos 7.5 config
InstallInstall the service using our loved yum. yum install net-snmp net-snmp-utils ConfigTo the configuration; which can be found here : /etc/snmp/snmpd.confI however remove the original one -most of the time- and just copy/paste the one I use on all servers; Keep the original for reference, although its very verbose (IMHO) mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.ori This is the configSeguir leyendo
Setting up Wake-on-lan on Ubuntu Server 18.04 LTS
Alright, where to begin?! So what is the problem? The steps for preparing Ubuntu for WoL are as follows: Install ethtool with:sudo apt-get install ethtool– Ubuntu Server 18.04 LTS already has this installed Run:ifconfigto get the name of your network interface. Its worth noting here that all the guides I found say that “your network interface is mostSeguir leyendo
brocade 300 workaround sun.security.validator certificate problem
Elasticsearch, Logstash, Kibana (ELK) Docker image documentation
https://elk-docker.readthedocs.io/
Replacing a failed disk in a mdadm RAID 5
December 8, 2013 Thomas Jansson16 Comments Introduction I have a RAID5 with 4 disks, see Rebuilding and updating my Linux NAS and HTPC server, and from my daily digest emails of the system I discovered that one of my disk had issues. I found the following in dmesg: [ 8347.726688] ata6.00: exception Emask 0x0 SAct 0xffff SErrSeguir leyendo