Skip to content

Ricardo Malla's Blog

  • Home
  • Information Technology
    • O/S
    • Databases
    • Software
  • Life
    • Health
  • Ideas
  • Notes

Category: O/S

Ubuntu: Enable Password Authentication

Posted December 18, 2016 Ricardo MallaLeave a commentPosted in Ubuntu

You need to change the config file for the ssh server and restart the server. alter /etc/ssh/sshd_config: PasswordAuthentication yes then restart the ssh server: /etc/init.d/sshd restart

Ubuntu: Extract Emails from TXT File

Posted September 23, 2016December 24, 2018 Ricardo MallaLeave a commentPosted in Ubuntu

  grep -E -o “[-0-9a-zA-Z.+_]+@[-0-9a-zA-Z.+_]+\.[a-zA-Z]{2,4}” Bounced_Emails.txt > bounced_clean.txt

Ubuntu: Connect via Webservice

Posted August 3, 2016 Ricardo MallaLeave a commentPosted in PHP, Ubuntu

First we need to check that there’s a viable connection between the two servers, in my case two ubuntu servers.   new SoapClient($wsdl);    

Ubuntu: How to Zip Files created on a specific Month

Posted July 24, 2016July 24, 2016 Ricardo MallaLeave a commentPosted in Ubuntu

I’ve got a couple of gigabytes of files created  daily by my Asterisk Server. This files are created on every call (asterisk records all calls) so the memory is full so I would like to create a monthly snapshot of […]

Ubuntu: Clean full Boot Partition

Posted July 24, 2016December 19, 2018 Ricardo MallaLeave a commentPosted in Ubuntu

If the your boot partition if full you won’t be able to update, upgrade or install new packages (apt-get upgrade/update/install). You will get an error while trying to do this, the next step is to check if this is in […]

Posts navigation

Previous 1 2 3 … 6 Next
Proudly powered by WordPress | Theme: Sydney by aThemes.