Category

IT Solutions

Create a TAR zip file on Linux command line

By | IT Solutions

tar cf archive.tar file1 file2 Create archive archive.tar containing files file1 and file2. Here, the c tells tar you will be creating an archive; the f tells tar that the next option (here it’s archive.tar) will be the name of the archive it creates. file1 and file2, the final arguments, are the files to be archived. tar tvf archive.tar List…

Read More

Backup WordPress SQL Database in Cpanel?

By | IT Solutions

Login to your cPanel. Under the files section, click on Backups. Now under the Download a MySQL Database Backup section, click on your database name, in this case userna5_wordpress. Go to the folder your web-browser downloaded the database backup to, and you should now see the compressed .sql.gz file. Now you’ll have a good working copy of your database locally…

Read More

How to add Facebook page and google+ following box

By | IT Solutions

To Google plus go to https://developers.google.com/+/web/badge/: Decide the look of the box ( size, colour, ecc…) Copy and paste the embedded code into the text or widget To Add Facebook page go to https://developers.facebook.com/docs/plugins/like-box-for-pages?locale=en_GB: Type the name of the page Get the code Copy and paste into Text page or widget    

Read More

Share Excel file + password protect

By | IT Solutions

If you want to share a workbook and allow changes by more than one user at the same time you need just to go under the REVIEW panel press the Share Workbook icon and tick the box under editing. To allow  this file to be protect by an encrypt password you need to change some settings under Options —- Trust…

Read More

Windows 10 Technical Preview for Enterprise

By | IT Solutions

Before you start After you install Windows 10 Technical Preview for Enterprise, you’ll automatically receive updated preview builds as we move through the development process. Sign up for the Windows Insider Program immediately after you download the preview to get the most up-to-date information about future preview build features, and to provide feedback directly to the teams building the next…

Read More

Swap O2 Sim Card “pay as you go” Between iPad

By | IT Solutions

Is not possible to change sim card data plan between iPad, what you need to do is: From your old iPad log in into your mobile broadband account and delete the data Plan Call your Mobile service provide and swap the number into onother Sim card example to micro to nano Log in into your account into the new iPad…

Read More

Web Master Tools

By | IT Solutions

when you add a new site into web master tools you have two possibility to verify the site: Download the file HTML, open filezilla and copy into the public root folder Copy the HTML tag code into header.php on your WordPress: Appearance —- Editor —– header.php copy the code generate by Google web master toll between <head>  </head> When you are…

Read More

How to add SMTP mail in WordPress?

By | IT Solutions

Add two new plugin Contact form 7 used for design the contact form and Wp-mail SMTP used for configure your SMTP mail account. under settings — mail configured your account, please Use SSL encryption. you will need to add host-name, username and password  save and WordPress emails via SMTP open contact copy the for code into a page and your…

Read More

How to find Outlook temp files on Mac

By | IT Solutions

Outlook Mac stores temporary files such as e-mail signatures, opened attachments (images, documents, PDF files, etc) and other e-mail content in the following location: ~/Library/Caches/TemporaryItems/Outlook Temp You can locate Outlook Temp: Open Finder Go to the “GO” drop down menu and select “Go to Folder…” Enter ~/Library/Caches/TemporaryItems/Outlook Temp and click go OR, alternatively Open Finder Go to the “GO” drop down…

Read More