BASH Shell commands sort (commands for Linux)

linux sort commandSort is one of those commands that does exactly what is says it does. It sorts stuff. Sort is capable of dealing with numbers, words and even months of the year. Sort can also deal with multiple files and sort them all into one single file.

In this tutorial I show you how to use sort for different types of data and how to change theĀ behaviourĀ of sort.

Larger persistence Linux on USB

larger persistence linux on usb flash driveOk, so you have a USB flash drive with a bootable distro of Linux running on it, and you know how useful and convenient it is. The only problem is that you can’t get more than 4GB’s of persistent storage. Well that is not true, you can!

In this tutorial i show you how to increase the size of your persistence and make it as large or as small as you want. This technique works on 8GB, 16GB, 32GB and larger flash drives.

The reason why you are limited to 4GB’s of persistence is due to the file size limitation of FAT32, which are 4GB for any single file. As your persistent storage is actually just a file on your USB flash drive it’s size is governed by the FAT32 file size limit.

This tutorial will take you through the steps of replacing the persistence file with a new partition on your USB flash drive to get more storage space.

BASH Shell commands mv ( commands for linux )

mv move commands for linuxThe mv (move command) is one of those commands that has a double function, due to the way that it accomplished its tasks. With the move command you can rename files and directories without moving them as well as move files and directories around, which is what it is designed for. To find out how to use the move command check out this full tutorial.

BASH Shell commands cp ( commands for linux )

cp copy commands for linuxThe cp (copy) command allows you to make copies of files or directories from anywhere in you filesystem to anywhere. Just another one of the basic Shell commands that you will find yourself using very often. For a full tutorial of the usage of cp and some of the pitfalls to avoid check out this tutorial.

Access your Linux filesystem from Windows

Accessing Linux filesystem form Windows

Accessing your Windows filesystem from linux is a piece of cake. It is just a case of mounting the partition or logical drive and away you go. This cannot be said for accessing Linux filesystems from Windows. It takes a few steps to set up, but once done you can start grabbing files from your Linux filesystem. Check out this step by step guide to find out how easy it really is.