المشاركات

Difference between POP and IMAP

صورة
Difference between POP and IMAP IMAP (Internet Message Access Protocol) is a newer protocol that allows you to remotely access and manage your email. What you do in the app affects email on the email server.   2-way sync  - Emails stay on the server and are accessed remotely. Full access  - Access every email from every folder using the app. Record of sent email  - Email you send using the app is saved on the server. Manage mailbox once  - Emails deleted or moved in the app are deleted or moved on the server. POP (Post Office Protocol)  is an older protocol that copies emails from the email server to the app. Actions performed . .in the app don't affect email on the email server. 1-way sync  - Only downloads email from the server. Limited access  - Only download emails from the Inbox. No record of sent email  - Emails sent from the app are not saved on the server. Manage Inboxes independently  - Dele...

basic Linux commands ...... you have to know

صورة
10 basic Linux commands Whether you're a Windows system administrator looking to expand your skills into Linux, a fresh convert to Linux, or someone who's looking to find a job in IT, this introduction to some common Linux commands is for you.  You'll always use these commands.  Some of you MS-DOS users will recognize a few of these and, not surprisingly, they have the same function in both operating systems. ls  lists directory contents equivalent to the DOS  DIR  command.  It lists files and directories.  If you simply type  ls  at a prompt ( $ ), you'll see all non-hidden files in your current directory, which is your home directory when you first log into a Linux system. The  ls  command won't show you much in your home directory on a new system, so let's explore a directory that contains a lot of files and directories:  /etc .  $ ls /etc A large number of files  appear on your screen....

How To Increase Video Size In Blogger Posts

صورة
We can easily add videos on our posts by using blogger post editing tool bar but by default blogger post's video size is small and doesn't fill the whole post width The small size can affect your video impact on readers. You can follow the following steps to increase the size: 1-  Login to your blogger account  >  Dashboard  >  Template  >  Edit HTML 2- find the line (by pressing ctrl+f ) </head> 3- add the following script before it: <script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js' type='text/javascript'/> <script> $(&#39;.YOUTUBE-iframe-video&#39;).ready(function(){ $(&#39;.YOUTUBE-iframe-video&#39;).parent().css({     &#39;position&#39;: &#39;relative&#39;,     &#39;padding-bottom&#39;: &#39;56.25%&#39;,     &#39;height&#39;: &#39;0&...

Android bug that’s been killing your phone’s battery... fixing

صورة
There’s an Android bug that’s responsible for the recent battery issues, and the good news is that you can fix it yourself before Google rolls out a more permanent solution. If you haven’t updated to version 18.3.82, then you should avoid the update until Google releases a new one which will hopefully fix the battery drain.  But many people have already upgraded, which means they could use a fix now. The available options include  rolling back to a previous Google Play Service app release, or joining the beta program. In either case, the objective is similar, and that’s avoiding version 18.3.82. First Option: To downgrade Google Play Services, you’ll need to side load the previous version of the app, which is a process you should handle with care. After all, we’ve often told you we’d never recommend installing any software that doesn’t come directly from Google’s servers.   Once you install it, you should prevent the app...