Skip to main content

Posts

Top 10 Safe Computer Tips

1. Operating System: If you are Windows User always use Genuine Windows except for Pirated Windows. If you don't want to buy genuine Windows operating system then use Ubuntu Linux Operating System instead of windows operating system, it is an open-source OS and free. 2. Software Updates & OS Updates: Software Updates & OS updates are a very important thing if you are not updating Software & OS, You are in the risk area. To Prevent your system from Ransomware Attacks update your computer software always. Set your computer for automatic software update and Operating System updates. 3. Passwords: Never use simple passwords like 123456, abcd1234, password, qwerty123, mobile numbers, date of birth, etc always try to set pass-phases instead of a password, because it is hard to brute force password by the hacker. Never use the same password for different sites always use unique passwords. 4. Backups: Backup your important data on a regular basis, it can prote...

Introduction to Linux for Beginners

What is Linux ? It is based on UNIX operating system architecture which is widely known as open source Operating System. Command Line Interface environment and mainly used for server side working in 70’s and Free to use hence no licence needed. The Linux OS has both Graphical User Interface (GUI) as well as Command Line Interface (CLI). It has many flavors based on UNIX architecture comes under LINUX OS are Ubuntu, Fedora, Kali Linux, Redhat , Suse, Linux Mint, etc. Linux mainly operated using commands on terminal process called BASH (Bourne Again Shell) is the Linux default shell. It can support multiple command interpreters. File System supported by Linux : xfs, ramfs, nfs, vfat, cramfsm ext3, ext4, ext2, ext1, ufs, autofs, devpts, ntfs, and many more. File Type Used : .tar, .bundle, .tar.cz , .deb etc Linux Environment: It provides separate files/permission/shell for each user. "$"  represents for  Simple User . "#" ...