Share a tech tip with the person before you.

Basic idea. Share a little tech tip with the person before you, preferably something not completely obscure and more general or related to what we do around here. Even if it is somewhat obvious to you it might not be to others, many of us around here are self taught which can lead to some interesting gaps.


Notepad++ (the code it comes from is also used in Geany in linux and co). Arguably the premier open source windows text editor replacement (it is available as an option on https://ninite.com/ ).
The tip
Column select.
Hold alt and click and drag.
When combined with fixed width text it is so useful for a lot of things, especially ones where you have to do repeated actions, basic database ish work (trim columns from data, add things in the middle) and can not be bothered to fiddle with regular expressions.
 
If you only have one account on your PC and really don't want the hassle of having to log on to windows every freaking time, type "control userpasswords2" in the command prompt to get a window where you can set it that windows automatically logs on with a given account.
 
One can easily evade Windows passwords by using Linux live images booted from the pen-drive or DVD :ninja:
Only way to prevent that is by encrypting your HDD :grog:

(And obviously, you already know the above, sorry!)
 
  • Like
Reactions: Tom Bombadildo
We all know alt tab really helpfull ever try alt SHIT tab it goes backwards
That doesn't only work for alt-tab but also for ctrl-tab! Ctrl-tab makes you move to the next "tab", ctrl-shift-tab to the previous one. This works in almost all browsers, IDE's/text editors, ....

I imagine adding shift to any key-combo which "cycles" through a list will reverse it as well.
 
If you want to copy and paste text in Skype without having the sometimes annoying quote formatting around it, Ctrl + Shift + V. That actually works in many programs and pastes text without the formatting.
 
  • Like
Reactions: Pacheko17
quickly open a command prompt :

hold shift and right click on your desktop , you now have a command prompt option.

also shift and right click will give you a shit load more send to... options...
 
Last edited by pwsincd,
Some more:

1. With a bit of work you can turn almost anything into a homeserver
2. If you have python, run the http.server in the current directory to quickly setup a http server. Useful for sharing files.
Code:
python3 -m http.server
 
Heres a nice one you can download a webpages source in Firefox by pushing Right Click and then push "Save page as..." Now you can preserve those IRC fights.
 
Tip some people don't know:
You can access the the Command prompt with a certain folder instead of using the CD command by Holding Shift while right clicking a folder, You should see an option called open in command prompt. Pressing that opens command prompt with the folder you selected as it's directory making it useful for some programs so you don't have to type the CD command every time.
 
Tip some people don't know:
You can access the the Command prompt with a certain folder instead of using the CD command by Holding Shift while right clicking a folder, You should see an option called open in command prompt. Pressing that opens command prompt with the folder you selected as it's directory making it useful for some programs so you don't have to type the CD command every time.
Install Linux.
 

Site & Scene News

Popular threads in this forum