Posts

Showing posts with the label kali linux

10 Reasons : Why should we use Linux? | Padsa Information

Image
Bored using windows or any other server in your computing experience? Linux has been designed to offer you smooth and effective experience. Whether you want to use it for business or any other home operations, Linux offers the most reliable system to adopt. Linux has become one of the most adopted systems by many users in and around the world. Most of the world’s largest data centers across the globe use Linux. There are various reasons that answer why should we use Linux, keep on reading. Why Should we use Linux? 1. Linux is free of charge and in case you still doubt, then know that it is. In case you want to get rid of all the restrictions in terms of patents of any other form of restriction, then this would be the best switch for you. Linux can be edited in terms of the source code by most of the innovative business owners. It is, therefore, the best system to be adopted by a large number of business owners who want to simplify their business operations. 2.  Linux is more s...

How To Pick Your First Programming Language (4 Different Ways)

Image
Learning coding  from scratch could be a tough task and it could take years of hard work to master a language. So here I am going to address the biggest problem a beginner faces: How to pick up my first programming language? R ecently I came across with a very enriching infographic that addressed the same question.  Udacity  has utilized the date of the top ten programming languages in the US (provided by IEEE Spectrum) to pick the best programming language for you as a beginner. The basis on which this infographic is made varies from location, your lifestyle and the potential growth in career after selecting that particular language. Based on the flexibility, Python or C++ comes first as it allows you work on the variety of fields such as gaming to making of embedded systems. JS or PHP prepares you for a web development career. Similar observations and trends are made based on the  average pay per year,  geography and popularity. Take a look at the infographic ...

What are the some of the best programming tips and tricks | Padsa Information

Image
Readability is the path to more interesting projects within a career. Readability is the path to knowing what you wrote 5 years ago, and makes code reuse actually viable Readability is the path to acquiring protégées that can learn from your style. Readability that is understandable by others allows people to appreciate your code at a level of architecture, not just functional. Readability is the path of lease resistance when you have a bug in your code. Readability is the how you put ideas into understandable text and syntax, much like writing a paragraph in natural language. Readability is somehow not a priority for most other developers, however it’s probably pretty important to your development director, if you work for one. Readability is more important than most believe. With moore’s law, it’s even more important to focus on readability than pre-mature optimization. Here’s more: Most schools and colleges teach computer science like trade school skills. How to fix a car. How to be...

Here is How to run Kali Linux on your Android device | Padsa Information

Image
This tutorial mainly created for Linux fans. Follow the given steps below to install Kali Linux on your Android phone. Step 1:  Install  Linux Depoly  on your Android Mobile. Step 2:  Now launch “ Linux Depoly ” and click download icon Step 3:  In  Depol  tab click and change the Distribution to Kali Linux Step 4:  Now Change the  VNC settings  according to your mobile screen. Step 5:  Once done click  Install (Start GNU/Linux installation). Note:  This might take few minutes to be completed. Tips:   Recommended to do it on a  Wi-Fi . Step 6:   After installing  Kali Linux  now click Reconfiguration button. After that hit  Start . Step 7: Now download and install  Android-Vnc-Viewer  and enter the details. Once every goes smooth then you can start using Kali Linux. Don't forget to comment below .

Arch Linux 2017.01.01 Released, ISO Files And Torrents Available For Download | Padsa Information

Image
Thanks to the hard-working Arch Linux developers, the first Arch Linux ISO images of 2017 are available for download. The latest release, i.e., Arch Linux 2017.01.01, is powered by Linux kernel 4.8.13. While the first time users can grab the ISO images and torrents from Arch’s website, the existing users can update their systems using `pacman -Syu.’ A rch Linux installation isn’t something that involves simply clicking next and skip buttons. It includes multiple steps like partitioning the hard drive, formatting them, enabling swap, mounting partition as root file system, and manually downloading and installing the base OS. The user also needs to run various commands for setting up various things. There’s no denying the fact that getting an Arch Linux machine up and running needs a little more time and commitment — as compared to other Linux distributions like Fedora or Ubuntu. But, this practical approach teaches you many things and it appeals lots of hardcore Linux enthusiasts. A...

What Is The Difference Between Sudo And Su In Linux? | Padsa information

Image
Many of you might be using sudo and su in terminal every day to accomplish different tasks. While sudo runs a single command with root privileges, su launches another shell instance with the privileges of the intended user. Both, sudo and su, are use to grant root privileges to the users in different manners. A Linux user comes across sudo and su in terminal very often. If you are a new Linux user, you might be fascinated by the things you can do with sudo and su. Last week, I also told you about a Windows command that you can use to get  sudo-like functionality . Sudo and su  provide root privileges in two different ways. But, how are they different? Here, I’ll try to answer this query. Before telling you the difference, let me tell you the meaning of a root user. The root user in a Linux system has the maximum permissions and he/she can do anything to the systems. Apart from letting a normal user install/delete some package, root user permission...

Why The First Windows Drive Letter Is Always C? Why Doesn’t It Start With A Or B? | Padsa Information

Image
The various logical drives in Windows are assigned a drive letter. Generally, the drive letter for the first logical drive is C followed by D, E, F. Well, A and B are also alphabets. These drive letters are kept in reserve for some special purpose. Here is the reason. I n the case of Windows and many other operating systems, a physical hard drive–used to install OS files and store data–is divided into partitions. In Windows, these partitions can be formatted using  file systems  like NTFS, FAT32, etc. These partitions are then known as logical drives and they are assigned a drive letter. As far as my tech knowledge is concerned, it started to sprout in the mid-2000s. My first computer came with Windows and, obviously, or as some sort of a tradition, the first drive letter was C. In the beginning, I was told not to put any stuff in the C drive. Later, when a repair guy fixed my desktop, he installed Windows to the D drive. It seemed a bit unusual and it was a dilemma ...

The Best Top 10 Wifi Hacking Tools in Kali Linux

Image
How to hack WiFi is second popular search after how to hack a Facebook. Most of the routers are not correctly configured and are susceptible to various kinds of attacks. A lot of the router manufacturers and ISPs are still turning on WPS by default on their routers which makes the wireless security and penetration testing an even more important. Using the below Top 10 Wifi Hacking Tools you will be able to test your own wireless networks to find potential security issues. 1 Aircrack-ng Aircrack is one of the very popular tools for WPA/WPA2/WEP cracking. The Aircrack-ng suite contains tools that help to capture packets and handshakes, de-authenticate connected clients and generate traffic and also tools to perform brute force and dictionary attacks. Aicrack-ng is an all-in-one suite that contains the following tools and many others: – Aireplay-ng to generate traffic and client de-authentication – Aircrack-ng for wireless password cracking – Ai...