However, learning how to use the command line might prove to be extremely helpful. Power users adore using the command line, because they can perform complicated tasks by simply pressing a few keystrokes. There are a wide variety of shortcuts, but it takes too much time to present them all here. Computer nerds will always think out of the box, especially when it comes to finding new uses for the tools and programs they already use.
Most programs can be used for more purposes, in addition to their original one. For instance, the file-syncing program, Dropbox, can be used to monitor your home computer, download torrents or even print files from afar.
You can also use Gmail to find out if someone has stolen your phone. When your computer starts to work a little too slow, you need to find out the real cause behind this problem. Usually, one app will slow your system down, so you need to find it and close it as fast as possible.
The following tools should help you find the real cause and terminate it: Rainmeter for Windows and MenuMeter for Mac. Every operating system OS has its own tricks and features hidden under the hood. If you are a Windows user, you can learn how to hide secret data inside a file, cascade specific windows or undo an accidental file move. As a Mac user, discover how to create search tokens when searching for specific files, manage the privacy settings of an app or automatically restart your computer when it freezes.
By learning how to break into a computer you will certainly increase your self-esteem. Everyone knows how to create secure passwords, but only a legit computer hacker knows to get the data they want. This is also a good exercise, because you will learn how to protect from cyber criminals in the future. Some of the worlds most famous hackers have been hired for government operations and international projects to defend against other cyber attackers.
Sometimes it is better to stop performing all that system maintenance all by yourself. The built in task scheduler allows you to run any task you need, whether it is defragmentation, picture upload, reminders or even alarms. Learn the most common shortcuts for Word, Gmail, Photoshop and other programs you use on a regular basis. After only a few months, you will be able to blow through text boxes and menus at unbelievable speeds with precision. If you really want to impress your friends, you should try to learn more about Windows, Mac and Linux.
Each OS has its own pros and cons that can be noticed with ease, so learning more about each system should not be such a daunting task. The cool thing is that there is a lot of software out there nowadays where it allows you to install another operating system on your computer so you can switch between each Operating System when you please.
With a bit of professional tweaking, you can now push your computer past its original limits. Installing Mac on non-Macs and over clocking your processors are not so hard to accomplish. There are instructions out there to find out the details of your computers hardware, google search how to find your computer models information, note down the RAM and go down the road to your local computer hard ware store and buy bigger RAM sticks eg… 8GB, 16GB, 32GB etc… Just make sure that each stick is the same make and model if you can for the best performance.
Jump on YouTube and learn how to Install RAM in your particular type of computer, this will increase your computers memory allowing your computer to run more efficiently. Brad has a marketing bachelor degree, and is an expert in online marketing, SEO and social networking. Your email address will not be published. Notify me of followup comments via e-mail. News , the unemployment rate increased to 7.
Many people pride themselves in trusting their gut when it comes to decision making. You may have heard that successful leaders have excellent gut instincts. The gut, regardless of how skilled it may be, can trap the best of us into a cycle of poor decisions.
There are few things more important than to surround yourself with people who have your back when times are tough or cheer for you in your successes. What happens then? Fuzzy slippers on, regular morning coffee in hand, quiet Christmas music echoes outside in the distance. Softly anticipating my evening plans of visiting Rockefeller Center to have a magical Christmas evening, I find myself at a crossroads; so much appreciation and gratitude for the blessings in my life intersected with so many thoughts of new healthy habits I am eager to implement for myself and my business.
Connect with us. Share Tweet. Learn How to Use the Command Line The truth is that using the command line is not as exciting or easy as it seems like in Hollywood movies. Also known as SideJacking or Session Hijacking, this attack is easy to carry out if the user is not using SSL https for the complete session. Using bait and switch hacking technique, an attacker can buy advertising spaces on the websites.
This way, they can further install malware or adware on your computer. The ads and download links shown in this technique are very attractive and users are expected to end up clicking on the same. The hacker can run a malicious program which the user believes to be authentic.
This way, after installing the malicious program on your computer, the hacker gets unprivileged access to your computer. The Windows Command Prompt tool, and many of its commands, might seem boring or even relatively useless at first glance, but as anyone who has ever used the Command Prompt very often can tell you, there's much to love! These Command Prompt tricks and other Command Prompt hacks will get you excited about many of the mundane-sounding Command Prompt commands like telnet, tree, or robocopy—okay, robocopy sounds pretty cool.
Some of these Command Prompt tricks and hacks are special features or fun uses for the Command Prompt itself, while others are just neat or relatively unknown things you can do with certain CMD commands. However, for things like the dir command that seem to go on forever or questions you're asked at the prompt that you don't know the answer to, the abort command is an excellent Command Prompt trick to know. Ever run a command, like the dir command, that produces so much information on the screen that it's almost useless?
One way to manage this info-dump is to execute the command in a special way so whatever information is generated is shown to you one page, or one line, at a time. Just type the command, the dir command for example, and then follow it with the pipe character and then the more command. Just press the space bar to advance by page or press Enter to advance one line at a time.
Many commands require that you execute them from an elevated Command Prompt in Windows—in other words, execute them from a Command Prompt that's run as an administrator.
You can always right-click on any Command Prompt shortcut and choose Run as administrator but creating a shortcut to do the same thing can be a huge timesaver if you're a frequent Command Prompt power user.
To complete this Command Prompt trick, just create a Command Prompt shortcut on the desktop, enter the shortcut's properties and then select the Run as administrator box located in the Advanced button on the Shortcut tab. The fact that the function keys actually do something in the Command Prompt is maybe one of the best kept secrets about the tool:. Did you know that the prompt itself in the Command Prompt is completely customizable thanks to the prompt command?
It is, and when we say customizable, we mean really customizable. You can always execute prompt alone, without options, to return it to its sometimes boring default. The help switch may not be the coolest Command Prompt trick you've ever heard of, but it's hard to disagree that it's one of the more useful. Neither the help command nor the help switch offer much in the way of explaining how to interpret the syntax. See How to Read Command Syntax if you need help with that.
These little characters let you redirect the output of a command to a text file, giving you a saved version of whatever data the command produced in the Command Prompt window. For example, let's say you're about to post a computer problem to an online forum and you want to provide really accurate information about your computer. An easy way to do that would be to use the systeminfo command with a redirection operator.
You could then attach the file to your forum post. See How to Redirect Command Output to a File for more examples and a moe in-depth explanation of how to use redirection operators. One of the neatest little commands is the tree command. With tree, you can create a kind of map of the directories on any of your computer's drives.
Execute tree from any directory to see the folder structure under that directory. With so much information created with this command, it's probably a good idea to export the results of tree to a file so you can actually look through it.
Tired of that Command Prompt title bar text? No problem, just use the title command to hack it to say whatever you like. For example, let's say your name is Maria Smith , and you want to express your ownership of the Command Prompt: execute title Property of Maria Smith and the Command Prompt's title bar will change immediately. The change won't stick, so the next time you open Command Prompt the title bar will be back to normal.
The title command is usually used to help give a custom appearance in script files and batch files—not that titling it with your name isn't a good idea! Copying from the Command Prompt is not as easy as copying from other programs, which is part of the reason why saving a command's output to a file, which you learned about a few tricks back, is so handy. However, what if you do just want to copy a short section of text to the clipboard?
It's not too hard but it's not very intuitive either:. Now you can paste that information into whatever program you'd like, just like you paste other text. If you chose Mark but then decided you don't want to copy anything, right-click again to cancel the Mark action, or press the Esc key.
In Windows, open the folder you'd like to start working from, within Command Prompt. When you're there, hold down Shift while you right-click anywhere in the folder.
After the menu pops up, you'll notice an entry that's not usually there: Open command window here. Click that and you'll start a new instance of the Command Prompt, ready and waiting at the right location. If you're a Command Prompt power user, you'll immediately recognize the value in this little trick. How-To Geek has a guide on that.
Most Command Prompt commands require you to specify full paths to files or folders, but typing out a long path can be frustrating, especially when you miss a character and have to start over. Who wants to type that all in manually? We don't. Just open the folder in Windows Explorer. Once there, drag the folder or file to the Command Prompt window and let go.
Like magic, the full path is inserted, saving you a considerable amount of typing depending on the length and complexity of the path name. System administrators in a business environment do this all the time for lots of reasons, but you can also shut down or restart another computer on your network, all from your computer's Command Prompt. Just enter the name of the remote computer which you can get by running the hostname command on the other PC , choose what you want to do restart or shutdown , select some other options, and then click OK.
So whether you're brushing up on your command skills or just scaring a family member, this Command Prompt trick is a fun one. You can also shut down or restart another computer strictly from the Command Prompt with the shutdown command, without using the Remote Shutdown Dialog. Thanks to the robocopy command, you don't need to use Window's backup software or install a program to manage your backups. Just execute the following, obviously replacing the source and destination folders with whatever you'd like to back up and where it should go.
The robocopy command with these options functions identically to an incremental backup software tool, keeping both locations in sync. You don't have the robocopy command if you're using Windows XP or earlier. However, you do have the xcopy command, which can be used to do something very similar:. No matter which command you choose to use, just create a BAT file containing the command and schedule it to run in Task Scheduler, and you'll have your own custom made backup solution.
Maybe just for your own information, but certainly when you're troubleshooting a network or internet problem, you'll probably at some point need to know details about your computer's network connection. Everything you'd want to know about your network connection is available somewhere in the Control Panel in Windows, but it's much easier to find, and much better organized, in the results from the ipconfig command.
The net use command is used to assign shared drives on a network to your own computer as a drive letter, but did you know there's another command that can be used to do the same thing to any folder on any of your local hard drives?
There is, and it's called the subst command. Just execute the subst command, followed by the path of the folder you wish to appear as a drive. For example, let's say you want your C:WindowsFonts folder to appear as the Q: drive. Just execute subst q: c:windowsfonts and you're set! This Command Prompt trick makes accessing a particular location from the Command Prompt much easier.
Just replace the q: with your own drive letter. Another great Command Prompt trick uses the keyboard arrow keys to cycle through previously executed commands. The up and down arrow keys cycle through the commands you've entered and the right arrow automatically enters, character by character, the last command you executed. This might not sound that interesting, but there are several situations where the arrow keys become huge time savers.
Consider this example: You've typed out 75 characters of a command and then try to execute it, only to find that you forgot to add an option at the very end. No problem, just press the up arrow and the entire command is automatically entered in the Command Prompt window, ready for you to edit to make it work. Tab completion is another Command Prompt trick that can save you lots of time, especially if your command has a file or folder name in it that you're not completely sure of.
To use tab completion in the Command Prompt, just enter the command and then the portion of the path that you do know, if at all.
0コメント