Linux
Primarily Debian based like Ubuntu
Resize an root partition for Ubuntu with LVM using command line tools
daniel Mon, 03/02/2015 - 7:59pm
I ended up resizing my extended partition with parted. Then I used fdisk to create a new logical partition.
Useful links:
Nice graphics explaning unix top output
daniel Thu, 01/29/2015 - 4:07pm
- Read more about Nice graphics explaning unix top output
- Log in to post comments
/boot partition is full
daniel Thu, 01/29/2015 - 4:01pm
What to do when your /boot partition is full: by Herman on ubuntuforums.org
- Read more about /boot partition is full
- Log in to post comments
Setting ulimits on Ubuntu
daniel Fri, 01/09/2015 - 4:29pm
- Read more about Setting ulimits on Ubuntu
- Log in to post comments
How to tell SFTP to exit, right now
daniel Fri, 01/09/2015 - 4:08pm
- Read more about How to tell SFTP to exit, right now
- Log in to post comments
A nice collection of Ubuntu Clipboard tools
daniel Fri, 01/09/2015 - 4:02pm
Listed on AskUbuntu.com
- Read more about A nice collection of Ubuntu Clipboard tools
- Log in to post comments
Extending a logical volume to take advantage of existing space
daniel Fri, 01/02/2015 - 11:13am
$ sudo lvextend --size +31.5G /dev/my/myVol
Extending logical volume myVol to 931.50 GiB
Logical volume myVol successfully resized
$ sudo pvs
PV VG Fmt Attr PSize PFree
/dev/mapper/sda1_crypt my lvm2 a-- 931.51g 8.00m
/dev/mapper/sdb3_crypt ubuntu-vg lvm2 a-- 29.07g 0
Connecting a Cisco Vpn from Ubuntu
daniel Thu, 12/11/2014 - 2:45pm
Shannon VanWagner has a nice walkthrough on how to connect to a Cisco Vpn from Ubuntu, worked on Ubuntu 14.10 for me.
- Read more about Connecting a Cisco Vpn from Ubuntu
- Log in to post comments
Reverse Tunneling with SSH
daniel Mon, 11/24/2014 - 4:57pm
- Read more about Reverse Tunneling with SSH
- Log in to post comments
Determine version and architecture of Debian/Ubuntu installed
daniel Wed, 10/22/2014 - 9:26am
At the command line:
lsb_release -a; echo 'architecture:'; dpkg --print-architecture
