This blog is created to fulfill my interest in sharing things that help me figure out some problems in day to day life. Also, I will be sharing tips and tricks on travel and various other things. Feel free to comment and contact me via Email. One can translate the blog just by selecting the preferred language in a Google Translate gadget, at downright on this page. Keep you updated clicking the follow button downright on this page. I will be extremely glad if I could be of any help.
Amazon Ads
-
To find abc* in current directory find . -iname abc* To find abc* in /Downloads/ directory find /Downloads/ -iname abc* Find files (f) i...
-
Here is the video which I found to be excellent for a beginner, https://www.youtube.com/watch?v=VrahRf7KsNk
Tuesday, April 28, 2020
Nice Quotes!
“Without stress, there would be no life.”
HANS SELYE
“Imagination is more important than knowledge.”
Albert Einstein
HANS SELYE
“Imagination is more important than knowledge.”
Albert Einstein
"We learn to do something by doing it. There is no other way"
John Holt
“An idiot with a plan can beat a genius without a plan.” Warren Buffett
Monday, April 27, 2020
Springer is offering free download.
Hi Friends,
Just got to know about free download opportunity from Springer. Just don't wait!!! Go for it. Here is the link to an enormous collection of books,
https://www.dropbox.com/s/9vjd1rx3yodxp85/Springer%20Ebooks.pdf.pdf?dl=0
Just got to know about free download opportunity from Springer. Just don't wait!!! Go for it. Here is the link to an enormous collection of books,
https://www.dropbox.com/s/9vjd1rx3yodxp85/Springer%20Ebooks.pdf.pdf?dl=0
Friday, April 24, 2020
Install R on UBUNTU
Hi Guys!
In case, you do not know, R is a well-known software to do statistical computing (in a few words, study data available to make predictions). In order to install it one can follow the step by step instructions given here,
https://www.digitalocean.com/community/tutorials/how-to-install-r-on-ubuntu-18-04
Give it a try :)
Good luck!
In case, you do not know, R is a well-known software to do statistical computing (in a few words, study data available to make predictions). In order to install it one can follow the step by step instructions given here,
https://www.digitalocean.com/community/tutorials/how-to-install-r-on-ubuntu-18-04
Give it a try :)
Good luck!
Monday, April 13, 2020
Video Editor - Kdenlive
Here is the video which I found to be excellent for a beginner,
https://www.youtube.com/watch?v=VrahRf7KsNk
https://www.youtube.com/watch?v=VrahRf7KsNk
Sunday, April 12, 2020
Ever wondered, how to keep the system on while laptop lid is closed?
Here is the answer guys.
So just follow the step by step
1. Open terminal
2. sudo gedit /etc/systemd/logind.conf
3. Type Passwd
4. Files open up
5. Uncomment the : HandleLidSwitchDocked=ignore (which can be done removing #, in the beginning of the line)
6. systemctl restart systemd-logind.service (This command would apply changes made by you).
Voilaaaa!
Bonus:
Of course, you can uncomment the thing as per your requirement in the '/etc/systemd/logind.conf'
So just follow the step by step
1. Open terminal
2. sudo gedit /etc/systemd/logind.conf
3. Type Passwd
4. Files open up
5. Uncomment the : HandleLidSwitchDocked=ignore (which can be done removing #, in the beginning of the line)
6. systemctl restart systemd-logind.service (This command would apply changes made by you).
Voilaaaa!
Bonus:
Of course, you can uncomment the thing as per your requirement in the '/etc/systemd/logind.conf'
Saturday, April 11, 2020
Basic commands in Linux
Here are some basic commands, which you might like to try sometime,
https://www.tecmint.com/linux-commands-cheat-sheet/#anacron
https://www.tecmint.com/linux-commands-cheat-sheet/#anacron
ls can be really useful - UBUNTU
ls -lR
It gives all files and folders which appears as in current or subdirectory. Something more deep could be seen at,
https://stackoverflow.com/questions/4909751/how-do-i-list-all-the-files-in-a-directory-and-subdirectories-in-reverse-chronol
One more good place to look at is,
https://www.tecmint.com/15-basic-ls-command-examples-in-linux/
It gives all files and folders which appears as in current or subdirectory. Something more deep could be seen at,
https://stackoverflow.com/questions/4909751/how-do-i-list-all-the-files-in-a-directory-and-subdirectories-in-reverse-chronol
One more good place to look at is,
https://www.tecmint.com/15-basic-ls-command-examples-in-linux/
Saturday, April 4, 2020
Subscribe to:
Posts (Atom)
A trip to Buzios, Arraial do Cabo and Cabo Frio - Brazil
What a wonderful trip it was I must say. Of course, there were some downs as well, as expected. We started off with Buzios. If you ever pla...