What are some useful computer related technical skills, not involving programming, I can learn within a day?
-
Follow up question to original question. Suggest something which does't involve extensive programming. A little programming is fine.
-
Answer:
Pivot tables on Excel if you're into analyzing stuff. I frequently use it to analyze strategies for competitive video games I play.
Pei Wen at Quora Visit the source
Other answers
Piping. It is one of the most powerful skills available that few people who don't spend a lot of *NIX command line time know. What is it: Take one program: Dir (or ls) and pipe the output to ANOTHER program (say findstr or grep) and then DO something with that. For Windows command line a completely trivial example you could probably do with just DIR itself or xcopy alone: dir | findstr /b /i *.xlsx | sort The above is so common that it is pretty much already included in dir, but the IDEA is the powerful tool worth learning. Note too: learning to use tools like "FindStr" (Windows) or Grep (Linux but available for Windows) is a powerful thing to have at your disposal. Piping in PowerShell (Windows) is FAR richer than this idea of piping output TEXT, but a bit more complex to learn and appreciate. Piping things is frequently a way that I collect and filter data to prepare it for IMPORT into Excel where you can do all sorts of the things worth learning like the Pivot Tables mentioned above or CHARTING. -- HerbM
Herb Martin
Setting up a torrent framework, a download manager, updating firefox with add-ons and learning the procedure to crack software.
Anonymous
Keyboard shortcuts
Gerry Eng
Setting up a basic, DNS/Bind server could be learned in one day. Assuming IPv4, only. You could probably learn the basics of the SAMBA smb.conf file in a day. A lot of *nix programs use plain text files for their configuration, so it is very possible to learn the basics of these programs very quickly.
Alan Cohen
Related Q & A:
- What websites have photos that I can use for a local advertising campaign?Best solution by Yahoo! Answers
- What's a cool easy dance I can learn?Best solution by Yahoo! Answers
- What are some jobs I can get without a high school diploma?Best solution by Yahoo! Answers
- What are some tips I can use for a job interview?Best solution by Yahoo! Answers
- Is there a site where I can learn C++ easily?Best solution by Blurtit.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.