Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

UNLIMITED

Maximum PC

Linux Command-Line Tips & Tricks

THERE’S NO EXCUSE not to school yourself in the ways of Linux command-line operations. Whether you’re accessing the Terminal on your Linux desktop, logged directly into the Bash shell, or intrigued by Windows 10’s support for CLI-based Linux distros, you’ve come to the right place. We’re going to assume you know the basics of Linux’s Bash shell and command language—check out our August 2017 edition (Vol. 22, No. 9) for a starter’s guide if you need it—but as a quick reminder, Bash uses a relatively straightforward syntax for each command: $ utility command -option

The utility portion of the command is the tool you wish to run, such as ls for listing the contents of a directory, or apt-get for triggering the package management tool.

The command section is where you specify exactly what you want the utility to do. Typing apt-get install instructs the package management utility to install the named package, such as: $ apt-get install vlc

The -option section is where one or more “flags” can be set to specify preferences. Each flag is preceded by one or two dashes, and the most useful is the --help option, which gives a description of the utility, plus available commands and options. Utilities can be run on their own, with a single

You’re reading a preview, subscribe to read more.

More from Maximum PC

Maximum PC10 min read
Boost Games With Lossless Scaling
LOSSLESS SCALING ($6.99 on Steam) GAMES A LOT OF DIGITAL INK has been spent recently on extolling the virtues of resolution upscaling in games. This new technology allows games to run in a lower resolution internally, before being upscaled to a highe
Maximum PC3 min read
Lemokey G1
THOUGH SISTER brand Keychron does sell some obviously gamer-orientated mice, that’s really Lemokey’s gig. For the G1, that starts with the 8,000Hz polling rate, a feature usually the preserve of high-end gaming mice from the likes of Logitech or Raze
Maximum PC3 min read
MSI Titan 18 HX
MONSTROUS LAPTOPS like this aren’t exactly a dime a dozen these days (despite us featuring two of them in as many issues), and with good reason. Honestly, it feels like the world of gaming sort of transcended the form factor for a time. It’s all to d

Related Books & Audiobooks