Menu
TAG

tutorial

Some Basic Linux Commands For Beginners
Linux tools 3 min read

Some Basic Linux Commands For Beginners

I know that the terminal may look scary at the beginning but it’s so useful you can do a lot of things like rename files easier than a graphic interface, watch or stop system processes, start or stop system services. Commands are the great way to understand Linux and learn so much about it. In Linux, there exist a lot of commands. The list that I’m presenting here includes the most common Linux commands for beginners. Note: For some commands, you will need administrator permissions(It dep

Linux toolsUncategorizedtutorial
What Is Android Development Kit (Features And Installation)
Reviews 5 min read

What Is Android Development Kit (Features And Installation)

Are you interested in writing android apps? Well, Google has worked really hard to make doing this as simple as it can be. Previously, you needed to download Eclipse and the Android Developer Tools separately and getting it to work was quite a hassle. With Android Studio, Google has provided a very simple and straightforward tool needed to start developing Android apps. Android Studio comes with a full-blown IDE (Integrated Development Environment) with a code editor, a ton of automa

ReviewsUncategorizedtutorial
What Is A VPN And Why Use VPN?
Uncategorized 4 min read

What Is A VPN And Why Use VPN?

We all have heard about VPN sometimes. Most of us normal users of the internet use it. To bypass the region based restrictions of services like Netflix or Youtube ( Yes, youtube has geo-restrictions too). In fact, VPN is actually mostly used for this purpose only. You ever wondered about it, like, how does it do that? Well, It actually doesn’t require you to have much knowledge to understand the process. This article will help you understand in simple terms the working of a VPN. To

Uncategorizedtutorial#Import 2024-11-04 15:59
What Is Raspberry Pi Project?
Raspberry Pi Series 4 min read

What Is Raspberry Pi Project?

The Raspberry Pi is a series of the single-board, low-cost, high-performance computer first developed in the UK by the Raspberry Pi Foundation. The Raspberry Pi 3 is the sixth and latest iteration to be released in the series and it just keeps getting better. Rasberry Pi 3 Raspberry Pi 3 was released in early 2016 and with some upgrades and improvements making it more fun to fiddle and tinker with. The first-gen Raspberry Pi was released in 2013. Raspberry Pi is a cheap computer ai

Raspberry Pi SeriesUncategorizedtutorial
Use vi Editor
Linux Tutorials 5 min read

Use vi Editor

vi is a screen-oriented text editor originally created for the Unix operating system. The name “vi” is derived from the shortest unambiguous abbreviation for the ex command visual, which switches the ex line editor to visual mode. vi is included in the most popular Linux distros like Ubuntu, Linux Mint or Debian. Also, you can use it in another UNIX based systems like FreeBSD, OpenBSD or MINIX.   vi editor has the following operation modes- 1. Command mode Administrative

Linux TutorialsUncategorizedtutorial
What Is Linux Kernel?
Reviews 3 min read

What Is Linux Kernel?

So Linux is now 25 years old. Linus Torvalds, a 21-year-old computer science student at the University of Helsinki in Finland at the time, built the Linux kernel in 1991. On August 25, 1991, Torvalds wrote the following to comp.os.minix, a Usenet newsgroup. I’m doing a (free) operating system (just a hobby, won’t be big and professional like gnu) for 386 (486) AT clones. This has been brewing since April, and is starting to get ready. I’d like any feedback on things people like/dislike i

ReviewsUncategorizedtutorial
ONLYOFFICE: Create a Single Workspace for All Your Documents on Linux
Reviews 3 min read

ONLYOFFICE: Create a Single Workspace for All Your Documents on Linux

If you deal with a lot of documents every day storing them on different cloud storage services, like Google Drive, Dropbox, OneDrive, and others, you might find ONLYOFFICE a very useful tool as it allows you to connect all your accounts, edit and even collaborate on your documents with others using the web-based document editors. ONLYOFFICE is an open source project listed on GitHub, distributed under the terms of GNU AGPL v.3. With this Linux office suite, you can create, edit and colla

ReviewsUncategorizedtutorial
Top 10 Communities To Help Learn Linux
Learn Linux 5 min read

Top 10 Communities To Help Learn Linux

If you have just moved to Linux then I’m sure you’ll have lots of queries. But you don’t need to worry. Linux has one of the largest communities on the Internet to help people get their queries cleared. Here in this article, I’m going to mention 10 Best communities to help you learn Linux. You can ask any question and thousands of people will be there to answer it. Top 10 Communities To Help You Learn Linux 1. LinuxQuestions.org LinuxQuestions.org is the biggest communy in th

Learn LinuxUncategorizedtutorial
Linux Filesystem Structure Explained
Linux Tutorials 7 min read

Linux Filesystem Structure Explained

When I started researching Linux after leaving Windows, I found the Linux filesystem structure quite perplexing, simply because I had never known anything other than the Windows file system. * Linux Filesystem Structure Tree * Windows File System Tree * Conclusion * Frequently Asked Questions * What is Linux Filesystem Hierarchy? * Is Linux a Ext4 filesystem? * What is the best filesystem for Linux? * What is the difference between XFS and Ext4? With persever

Linux TutorialsUncategorizedtutorial
Whatsie - Install & Use Whatsapp In Linux
Uncategorized 2 min read

Whatsie - Install & Use Whatsapp In Linux

WhatsApp is a popular chat messenger used by 1 billion people around the globe. WhatsApp introduced web-based version of Whatsapp called WhatsApp Web. It allows users to use WhatsApp from web browser by synchronizing the mobile device connection. But we can use Whatsapp web in Linux using Whatsie, a free & open source project. Whatsie is a simple & beautiful desktop client for WhatsApp Web. It is available for Windows, Mac OSX and Linux. This is not an official WhatsApp app

Uncategorizedtutorial#Import 2024-11-04 15:59
Basics Of Linux File Permissions
Linux Tutorials 4 min read

Basics Of Linux File Permissions

Linux file permissions are very well documented in many places throughout the internet. In fact, it’s one of the first things one learns when first learning Linux. Linux permissions are the first layer of security when it comes to your personal files and folders, as they control who can access and/or change them (and in Linux, technically everything is a file, but that’s a discussion for another day). Due to the wide availability of documentation available for Linux permissions, we

Linux TutorialsUncategorizedtutorial
Linux System Monitoring Tool - 'top'
Linux tools 2 min read

Linux System Monitoring Tool - 'top'

I used to use Windows, but now I use Linux. When I first started using Linux, one of the first things I did was learn about the processes that were running in the background. In Windows, we have a graphical task manager. In Linux, there are numerous task managers that are both GUI and CLI. In this article, I’ll discuss ‘top,’ a simple CLI Linux system monitoring tool. Linux System Monitoring Tool ‘top’ top is a Linux system monitoring tool that can be used to view the processes tha

Linux toolsUncategorizedtutorial