Why we face Error 17 in Linux during grub boot ?
Recently i have faced an issue where i am not able to write anything on my hard disk. This happens when i am playing with dd command on the system....
Recently i have faced an issue where i am not able to write anything on my hard disk. This happens when i am playing with dd command on the system....
In this post, we will look at an interesting part of any programming language. Yes, you guessed it right. We will read about how to take input from a user...
Recently i encountered an error in python script. And i was searching some way to debug the script. Luckily i got a way to do so by using python debugger(pdb)...
In this article, we will see how to do string and integer comparison in python. To understand this lets see an example. Here we are comparing if value of “x”...
In this post we will see how to use strings in python. To understand it lets see a sample program and its output. Working with Strings in Python user@ngelinux$ cat...