This link has been bookmarked by 44 people . It was first bookmarked on 30 Jul 2008, by J Phil Glockner.
-
Thieme Henniswat commands voor mac
-
Juan Pablo MuñozHacker tips.
A ver si aprendemos algo mas profundo de pcs -
Hanna WiszniewskaWhen you need something done quickly efficiently and without any software overhead the command line is where it's at It
-
Rei G.10 commands and tricks that make the terminal more accessible, and more powerful, on any system.
-
9. Force an action with
sudo !!("bang bang")
You already know that prefixing a command with sudomakes your system execute it with superuser privileges. But when you forget tosudo, the!!or "bang bang" comes to the rescue. When you've perfectly crafted a long command that does exactly what you need, hit Enter, and d'oh—you don't have sufficient access privileges—you cansudo !!to repeat the last command with superuser privileges. It's the ultimate nerd triumph: "Oh, you didn't like that command? Well, thensudo !!"
-
-
gialloporporaWhen you need something done quickly, efficiently, and without any software overhead, the command line is where it's at. It was the first way humans told computers what to do, but as graphics became increasingly important, the command line, or terminal, b
-
Riyaz Mohammed Ibrahimps -aux
-
-
Here's my current favorite linux command, which shows you the top 5 processes using the most CPU time:
ps -eo user,pcpu,pid,cmd | sort -r -k2 | head -6
-
-
-
ps -eo user,pcpu,pid,cmd | sort -r -k2 | head -6
-
-
jeunium jeuniumWhen you need something done quickly efficiently and without any software overhead the command line is where it's at It
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.