background preloader

Linux Systems

Facebook Twitter

Xorg - How to forward X over SSH to run graphics applications remotely? - Unix & Linux Stack Exchange. Xorg - What is the difference between `ssh -Y` (trusted X11 forwarding) and `ssh -X` (untrusted X11 forwarding)? - Ask Ubuntu. Vnc - How to set up remote desktop sharing through SSH? - Ask Ubuntu. Input/Output Redirection in the Shell. When we type something into our terminal program, we’ll often see output.

Input/Output Redirection in the Shell

For example: $ echo hello hello As we can see, echo hello is a command that means “output hello”. Linux - how to check if a library is installed? - Server Fault. Wireless - Connect to WiFi network through Ubuntu terminal - Ask Ubuntu. Wireless - How can I display the list of available WiFi networks? - Ask Ubuntu. Command line options · Everything curl. Linux - How to make MySQL table name case insensitive in Ubuntu? Current community your communities Sign up or log in to customize your list. more stack exchange communities company blog Stack Exchange Inbox Reputation and Badges.

linux - How to make MySQL table name case insensitive in Ubuntu?

How To Set Up SSH Keys. About SSH Keys SSH keys provide a more secure way of logging into a virtual private server with SSH than using a password alone.

How To Set Up SSH Keys

While a password can eventually be cracked with a brute force attack, SSH keys are nearly impossible to decipher by brute force alone. Generating a key pair provides you with two long string of characters: a public and a private key. You can place the public key on any server, and then unlock it by connecting to it with a client that already has the private key. When the two match up, the system unlocks without the need for a password. An Introduction to Linux Permissions. Introduction Linux is a multi-user OS that is based on the Unix concepts of file ownership and permissions to provide security at the file system level.

An Introduction to Linux Permissions

If you are planning to improve your Linux skills, it is essential that you have a decent understanding of how ownership and permissions work. There are many intricacies when dealing with file ownership and permissions, but we will try our best to distill the concepts down to the details that are necessary for a foundational understanding of how they work. Linux Users and Groups. Updated by Linode Use promo code DOCS10 for $10 credit on a new account.

Linux Users and Groups

If you are new to Linux/Unix, then the concept of permissions may be confusing.