Useful tips for everyday
How to use apt-get to update to the latest kernel? Since linux-image-generic always depends on the newest default kernel of your distribution, the kernel gets…
How do I resize usr partition in Linux? 5 Answers Download gparted live cd from sourceforge. Write them on the cd or write them to…
Is Solus a good OS? Overall, Solus is a great operating system. It is stable, very easy to use, and it seems to have a…
How to change the boot target in systemd? For example, to make “multi-user.target” the default “runlevel”, you can do: Next time you reboot, the default…
Where is core dump generated? By default, a file named core will be produced in the application’s working directory. This behavior can be changed writing…
What is the value of the PS1 variable? PS1: environment variable which contains the value of the default prompt. It changes the shell command prompt…
How do I use pipes in bash? In bash, a pipe is the | character with or without the & character. With the power of…
What does dot mean in directory? dot) means the current directory you’re in. .. (dot dot) means the parent directory of the current directory you’re…
How do I use variable in a sentence? Variable in a Sentence 🔉 With this variable weather, it can be hot today and cold tomorrow.…
How do I loop through an index list? Loop through a list with an index in Python Using enumerate() function. The Pythonic solution to loop…