Linux + DevOps Blogs

  • Home
  • Linux Server
    • CentOS
    • Mint
    • Ubuntu
  • Mail Server
  • Webserver
  • Database Server
  • Shell Script
  • Windows
  • YouTube
  • Ask Question

Latest Stories

Home / All post
How to start, enable disable service in CentOS8/RHEL8

How to start, enable disable service in CentOS8/RHEL8

Penguin Technology - 15:41 0 Edit
Start service in CentOS 8/RHEL8 # systemctl start httpd Enable service permanently in CentOS 8/RHEL8 # systemctl enable httpd Disable...
CentOS8/RHEL8 check service status active/inactive or enable/disable

CentOS8/RHEL8 check service status active/inactive or enable/disable

Penguin Technology - 15:27 0 Edit
Check service status running not not Syntax: systemctl status service-name # systemctl status sshd # systemctl is-active sshd activ...
sed command remove white space end of line

sed command remove white space end of line

Md. Shahzad Alam - 14:02 0 Edit
Command to remove while space end of line in linux sed 's/ *$//'
Create user in MySQL with full  database previleges

Create user in MySQL with full database previleges

Md. Shahzad Alam - 22:59 0 Edit
Create user in MySQL with DB full right CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PR...
Create user in MySQL with read only database right

Create user in MySQL with read only database right

Md. Shahzad Alam - 22:55 0 Edit
Create user in MySQL with readonly right CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; GRANT S...
Subscribe to: Comments ( Atom )

Followers

Search Topic

Popular Posts

  • How to Start, stop and restart Zimbra Service
  • How to active, locked,closed , lockout & maintenance Zimbra account from CLI
  • How to Disable/Enable service in Zimbra Mail Server
  • How to take mailbox backup of Zimbra Account from CLI
  • Whitelist and Blacklist domain in zimbra
  • How to Configure SMTP authentication in Zimbra 8.x mail Server
  • How to Stop and Start Ec2 instance using Jenkins
  • How to install FileZilla in CentOS 6/7
  • How to check status of mailbox quota in Zimbra Mail server
  • How to customize Squid proxy error page
Powered by Blogger.
Copyright © 2015 Linux + DevOps Blogs
Re-designed by Shahzad