• Home
  • My Free Tools
    • Creating a server with PHP
  • About me

Select Category:

Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me

Ubuntu: No need to provide password when run sudo

itdoctor April 30, 2018 Ubuntu: No need to provide password when run sudo2018-04-30T15:04:09-05:00 Linux
nano /etc/sudoers %sudo ALL=(ALL) NOPASSWD:ALL #update this line
Continue Reading

View list of users in a group

itdoctor April 30, 2018 View list of users in a group2018-04-30T15:03:04-05:00 Linux
getent group groupname
Continue Reading

Add new user and add it to sudo group

itdoctor April 30, 2018 Add new user and add it to sudo group2018-04-30T14:50:53-05:00 General
With and later If the user already exists sudo usermod -aG sudo <username> To create the user adduser <username> --group sudo
Continue Reading

Can’t send to hotmail.com , blocked by Outlook.com ?

itdoctor March 26, 2018 Can’t send to hotmail.com , blocked by Outlook.com ?2018-03-26T14:44:26-05:00 General
Do you see this error in your “Please contact your Internet service provider since part of their network is on our block list (AS3140)” Go to this website...
Continue Reading

Dovecot: (keywords_update_records): assertion failed: (data_offset >= sizeof(struct mail_index_record))

itdoctor March 24, 2018 Dovecot: (keywords_update_records): assertion failed: (data_offset >= sizeof(struct mail_index_record))2018-03-24T10:38:44-05:00 General
This means your index is corrupted, we need to rebuild it find /user/emailfolder -name ‘dovecot*’ -type f -delete”
Continue Reading

Apache: AuthType configured with no corresponding authorization directives

itdoctor March 23, 2018 Apache: AuthType configured with no corresponding authorization directives2018-03-23T23:01:09-05:00 Linux
This happens when we upgrade my Apache to , it turns out that we haven’t got removed the old authentication configuration completely, we just remove the require valid...
Continue Reading

Secure Web/Mail/Database with certificate

itdoctor March 18, 2018 Secure Web/Mail/Database with certificate2018-03-18T14:11:58-05:00 General
Web/Mail/Database can use the same certificate to allow its client to connect to the server. Postfix: postconf -e smtpd_tls_cert_file='/etc/pki/tls/' postconf -e smtpd_tls_key_file='/etc/pki/tls/' postconf -e smtpd_tls_CAfile='/etc/pki/tls/' Dovecot (POP3/IMAP server) SSL...
Continue Reading

Ubuntu: cp copy overwrite without prompting

itdoctor March 14, 2018 Ubuntu: cp copy overwrite without prompting2018-03-14T03:14:29-05:00 General
when you run: cp -rf /source/* /destination , it always ask you to confirm the overwrite action. Root cause: it’s probably the cp has been alias as cp -i...
Continue Reading

Python: Realtime web print out

itdoctor March 13, 2018 Python: Realtime web print out2018-03-13T11:49:00-05:00 Linux
There are some situationĀ  when we run a time-consuming process, we need to see the output of that command to see its progress. Normally, we would have to wait...
Continue Reading

Restrict user to FTP only

itdoctor February 10, 2018 Restrict user to FTP only2018-02-10T15:40:57-05:00 General
### Restrict User to FTP Only: A Guide for Enhanced Security and Access Control In any organization or server setup, securing user access is a critical component of maintaining...
Continue Reading
«‹3031323334›»

Search

Recent Posts

  • My AZ-104 Azure Administrator Associate Journey: From Real-World Experience to Exam Day
  • How to Monitor An Azure App Service Protected by EasyAuth
  • Oil Pressure Switch (Normal Closed or Normal Open)
  • A simple cronjobs to restart your apache server when it’s too busy
  • n8n webserver failed, exiting

Pages

  • My Free Tools
    • Creating a server with PHP
  • About me

Tags

    Copyright © 2026. Daily IT Help
    Mesocolumn Theme by Dezzain