This link is a good starting point for finding if there is HDD or SSD storage on Linux.
This link is a good starting point for finding if there is HDD or SSD storage on Linux.
Static and dynamic link libraries (or shared object files) are two essential components in modern operating systems. Linux has very interesting tools to interact with…
Conda wasn’t working fine. The only problem was that I didn’t run it with administrative permission. I opened Anaconda PowerShell and run this command: $…
When a library installed, it has include files and static or dynamic libraries. For making new programs in C++, in compile level, include files and…
Emacs can save the current session. Just add the following lines to your initialization file. ;; remote-connection(setq tramp-default-method “plink”);; for remembering the last session(require ‘desktop);;…
When you modify Emacs on your desktop, it is usually faster and visually more appealing to work with rather than remote Emacs. Also, you can…
I had a folder which all my Jupyter notebooks were there, but when the Jupyter opened, it didn’t start from that point. To solve the…