Tagged Questions
2
votes
0answers
31 views
Can Notepad++ be made to open file links in itself?
In Settings/Preferences, Notepad++ has an option on the MISC. tab under 'Clickable Link Settings' to the right, to Enable to open links found in the edited files. It underlines them and opens them on ...
0
votes
1answer
35 views
How to share (via network) linux linked content?
I have a director called Public.
It's a shared dir in network.
I also have a file doc.odt in dir docs
I'd like to share the doc.odt file thourgh the link.
So i've done this:
ln -s ~/docs/doc.odt ...
10
votes
1answer
207 views
Is Windows caching the URLs of internet shortcut files?
Let's say I have links for two searches on the web: "search 1" and "search 2" on Google. The URLs would then be:
https://www.google.com/#q=search1
https://www.google.com/#q=search2
I create ...