- Alt and Alt-f work for a moment, but if you really want it back and you should:
- See
How to get back File, Edit, View, etc on toolbar? for
Try:
Alt / view / toolbars / menu bar / check.
This works for me up until 2024jun12, but someday it won't work anymore.
- Next trick: See pdf search problem:
"I cannot search a pdf file in Firefox. I select Edit form the menu bar then Find from the drop-down menu. I then enter a search work in the text box bottom right but it simply turns red and does nothing.
When I display the same pdf file in Internet Explorer it works.
Chosen solution:
I resolved this issue by going into Tools/Options and changing the setting for 'Adobe Acrobat Document' from 'Use Acrobat reader (in Firefox)' to 'Use Acrobat Reader (Default)'. Sounds illogical to me but it works. "
Doesn't work for me.
- How to convert pdf
to jpg.
Well usually your will not have the right option.
However in Unix, the "convert" command
seems to do the trick.
:
pdf to jpg without quality loss; gscan2pdf suggests:
- convert tmp.pdf tmp.jpg for low quality.
- convert -density 300 tmp.pdf tmp.jpg for better quality.
- convert -density 500 tmp.pdf tmp.jpg for about the same quality.
- How to change the default log-off time on a windows something computer.
It may be really easy, but online forums give a ton of stuff
that made no sense to me.
- Finally start/control panel/hardware and sound/power options/edit plan settings/put the computer to sleep
gives maybe the right options.
Why not something that says automatic logoff!!!!
"That would be the easy way."
- How to add page breaks to html?
LVSYS suggests:
- <p><!-- pagebreak --></p> which is just a comment. But this doesn't work for me. Does nothing.
- via CSS - for the advanced HTML users: <p style="page-break-after:always;"></p> which
does work for me.
- See test_pagebreak.html for tests and use print preview to see
the page breaks.
- Getting cached sites: see
How to get to a cached link:
Just do a google search and click on the little bitsy down arrow beside the green URL of an item.
But there may be no arrow!!!!
- Next trick:
How can I grep for a string that begins with a dash/hyphen?:
Instead of grep '-x' use grep -- -x.
But that doesn't always work it seems.
How about a general verbatim grep?:
Use grep -F '...'.
But that doesn't always work it seems either.
The combined grep -F -- '-x' seems to work for the moment.
Examples: grep -F -- '(c. ' *html , grep -F -- '-c. ' *html .
- 2019
Jan04:
Some vi tricks.
- Some vi commands.
- vi search and replace.
- use \ for each character to be treated verbatim.
- 2019 Apr12:
Preventing hyperlinks in Gmail:
- Try quotes: "http://www.physics.unlv.edu/~jeffery/" | Nope.
- Try underline: _http://www.physics.unlv.edu/~jeffery/ | Nope.
- Try deception: http://www.physics.unlv.edu/~jeffery/ | Nope.
- Try deception: www.physics.unlv.edu/~jeffery/ | Nope.
- www.physics.unlv.edu/~jeffery/ | Nope.
- Just set the Gmail to Plain Text using
the 3-dot icon
in the lower right-hand corner of the compose window. | Nope. It looks like plain text
but click on it and it's hyperlinked on reception.
- Try physics.unlv.edu/~jeffery/ | Nope, but it doesn't recognize the URL either.
- Try (U+2024) for dot: wwwU+2024physics.unlv.edu | Nope.
- Try xxx.physics.unlv.edu/~jeffery/ | Nope, but it doesn't recognize the URL either.
- Try omit.www.physics.unlv.edu/~jeffery/ | Nope, but it doesn't recognize the URL either.
- | Nope.
- | Nope.
- Use the 3-dot icon to get
"Show Original" and you just get the html version.
That's good for reading, but how about sending?
- How about just breaking the URL:
www.physics.unl
v.edu/~jeffery/
This works in that it can be copied and pasted and and the fragments are NOT
recognizable as real
URLs.
NOT elegant, but the best I can do.
- How to keep SSH connections alive:
This is non-cryptic. It says exactly what to do in followable instructions.
But it doesn't guarantee it'll work.
- Extracting a file from a tar file: For example:
tar -xf www_2017_11_05_nov05.tar ./astro/ial/ial_031/hubblediagram.pdf tar tricks
- A link to a specific google search: just go
| a href="https://www.google.com/search?q=Etruscans">Etruscans | for example:
i.e.,
Etruscans.
- tar -tvf archive.tar : List all files in archive.tar verbosely. Works
tar --extract --file www_2019_11_03_nov03.tar ./course/c_astint/homewk/ :
Works to get everything in a directory. But most extract commands don't work
for no good reason.
Reference: https://www.gnu.org/software/tar/manual/html_node/extracting-files.html#SEC27
Reference: https://www.makeuseof.com/extract-single-file-or-directory-from-tar-or-targz/
- Testing
a microphone attached to computer with windows 7
Everything works except no "Monitorning" happens.
At first, then after awhile it works. Why?
"Right-click on the volume thing in your taskbar, and select "recording devices".
This will open a dialog box with four tabs. Make sure the second tab "Recording" is selected.
There you should see your microphone, with a bar showing if it is receiving sound or not.
You can also check its properties here.
If your system allows "Monitoring" that will echo the microphone through your own speakers to test."
Click on "Properites" and the "Levels" for a slider for volume.
- Keeping putty from ending a session: see
How to make putty to not break my session after some time?
The best idea may be under Configuration: Connection to send null packets
at 300 second intervals. Let's see if this works on my machine.
- To keep windows 10 from powering off to soon see:
Windows 10 logging out automatically - How do I change that?
and though it doesn't seem quite right step by step for my machine, I may have effected the
change.
- shred command in UNIX and related commands:
- dd: man dd totally unclear. See
Wikipedia: dd (Unix) for
not much more.
- scrub: man scrub at least the options are clear, the physics system know not scrub.
- shred: man shred unclear.
See Wikipedia: shred.
For practical information, see
Linux shred command:
- shred -u filename: deletes file not just overwrites it.
- Getting Firefox to refresh when it's not doing that. Hold down shift key and then refresh.
See Why is firefox refusing
to load any images on webpages properly? (2018).
- Click on taskbar/taskbar_settings/ to get how to adjust:
- Combine taskbar buttons to get them uncombined.
- Note taskbar is microsoft, menu bar is firefox using firefox browser.
- No sound on astro lab computers?
Right click on background, click display settings, click on sound,
and somehow get something like "Speaker (Realtek(r) Audio)" to work.
You have to click on things and adjust the volume and test and hope for best.
After a few trials, it may work---or not.
- Winscp or winscp shortcut:
- right click on windows desktop.
- select "new" then "shortcut" and that opens a window.
- browse for the file to be the destination of the "shortcut".
- next: name for shortcut xxx. This puts the new shortcut xxx on the desktop.
- launch xxx.
- click "New Session" 3rd from top of toolbar on the right.
- A dialog box opens and enter new hostname or select from menu if it
is on the menu. This is the transfer site
- A login box opens. Login.
- On the rightside of the winscp box is the new transfer site.
- Click "session" on new transfer site and click "save session".
But "sesssion" may not be on the toolbar.
If not, right click on "toolbar" and click on "customize toolbar"
and check "session". Then Click "session" and "save session".
If "customize toolbar" is greyed out, then you are out of luck.
- A dialog box opens. Do NOT save passwd.
- Create on desktop if you wish.
- On desktop rename to what you want.