8 Best WordPress Contact Form Plugins
Tired of using buggy contact forms plugin on your site? It’s easy to get overwhelmed with thousands of contact form plugins in the WordPress repository. Since each plugin has its own pros and cons, finding the right one for your needs can be difficult. If you’re wondering which contact plugin you should choose for your site, then you’re in the right...
Useful commands for ubuntu 18
Compress files inside directory go directory: cd /var/www/yourfile/ zip -r filename.zip . import sql to database mysql -u user -pyourpassword yourdatabase < your-file-db.sql Compress and decompress folder For compressing: tar -cvzf tarballname.tar.gz itemtocompress and for decompression: tar -xzvf file.tar.gz Export database settings simple: mysqldump -u root -p <database> > /data/raidpsbkp2.sql with procedures and functions mysqldump -u root -p -R <database> > /data/raidpsbkp2.sql //ignore views mysqldump -u root -p -R --ignore-table=dps.vw_tour --ignore-table=dps.vw_user_booking <database> > /data/raidpsbkp2.sql //custom tables mysqldump -u...
Installing and using git on ubuntu 17.10 and Window 10 (self-hosted)
Git is a free and open-source version control system that can be used to track changes of code. Git allows you to create many repositories for the same application and coordinating work on those files among multiple people. It is primarily used for source code management in software development. In this article, we will learn how to install an...
Installing web server on ubuntu 18
After installing ubuntu 18: https://softdiscover.com/2018/05/24/installing-nginx…php-in-ubuntu-18/ we are going to install the next service for our powerful web server INSTALLING POSTFIX update first: apt-get update apt -y install postfix sasl2-bin then choose internet-site option then on system mail name, I added mail.mydomain.com For making test, install this: sudo apt-get install mailutils then we will make a test echo "Test Email message body" | mail -s "Email test subject" [email protected] INSTALLING MARIADB just install using the...
Switching dynamic to static ip on ubuntu 18
it happens when you have dynamic ip on your ubuntu server and suddenly your ip has changed and you have problems connecting with your local services because of ip change. here the solution sudo apt-get install network-manager Networking is handled by netplan by default in Ubuntu Server 18. I suggest that you edit the /etc/netplan/01-netcfg.yaml file to read: nano /etc/netplan/01-netcfg.yaml and add the next and...
making a fresh install and settting up ubuntu 18
first of all, you need to download the iso http://releases.ubuntu.com/18.04/ubuntu-18.04-live-server-amd64.iso.torrent https://www.ubuntu.com/download/server then you can install it on your pc, or use some virtualizer like vmware or virtualbox After installing ubuntu 18 server. In my case, I am using a virtualizer and for my confort, I use SSH client. I use putty: https://www.putty.org/ after logging, you will have something like this: Enabling root login Once the Ubuntu 18...
7 Best Free WordPress Contact Form Plugin
The contact form is an important part of any website, but it’s more important for a business website, so anyone can get in touch with you. If you are running an e-commerce website, so your buyer can reach you to collect more information about your product. Like other plugins, there are a number of contact form plugins are available on...
15 Must-Have WordPress Plugins
WordPress plugins are great tools for adding and extending functionality to WordPress. In this post, I will discuss 15+ best WordPress plugins you should have on your WordPress website. These plugins will add awesome functionality to your site and make it ‘great’. Although the kind/ niche of your website mostly determines what plugins you should have on your website, there...
Best Travel Blog Themes for WordPress
Travelling is one of the best hobbies that we know of and what a greater way of documenting trips or gathering memories than a travel blog? Fortunately, nowadays it’s pretty easy to set up a blog. One of the steps into it would be to pick the right design for it. Choosing the right theme for a blog can be...
Must-Have WordPress Plugins
One of the main reasons why WordPress has become so popular in the recent years is due to the wide range of plugins at your disposal. However, with so much choice, narrowing down the best WordPress plugins for you needs can be overwhelming. Thankfully, you don’t need to look very far to find the best WordPress plugins. For starters, many...