• Home
  • About
  • Contact

SysAdmin Tips

Lots of useful sysadmin information

  • Cheatsheets
  • FreeBSD
    • Configuration and Setup
    • Troubleshooting
  • Hardware
  • Linux
    • All distributions
    • Debian/Ubuntu
  • Services
    • Databases
    • DLNA
    • DNS
    • LDAP
    • Mail
    • Samba
    • SSH
    • Version Control
    • Web Server
  • Solaris
    • System
You are here: Home » linux

change console resolution in linux

toshiro July 30, 2019 change console resolution in linux2019-07-30T08:26:38+00:00 All distributions No Comment
Do the following to change the console resolution: 1. Determine available resolutions To do this, at the GRUB menu, press 'c' At the GRUB prompt type: grub> set pager=1 grub>…
Continue Reading »

how to shrink a linux partition used by LVM

toshiro February 12, 2017 how to shrink a linux partition used by LVM2017-02-12T16:40:43+00:00 All distributions No Comment
To shrink a linux partition, any common tool like gparted can be used. In case the partition is currently being used by LVM, some previous steps should be performed. Assuming…
Continue Reading »

administering user passwords in linux

toshiro November 28, 2016 administering user passwords in linux2016-11-28T23:01:03+00:00 All distributions No Comment
Change a user's password # passwd username Force password change at next login # passwd -e username Lock a user's password # passwd -l username NOTE: this option does not…
Continue Reading »

Disable IPv6 in linux

toshiro October 6, 2016 Disable IPv6 in linux2016-12-16T13:56:48+00:00 All distributions No Comment
When some devices of your network don't support IPv6 (like your ISP routers!), then it's probably better to disable IPv6 on your linux hosts. It's worth noting that some applications…
Continue Reading »

Change the size of reserved space on ext4 partitions

toshiro October 3, 2016 Change the size of reserved space on ext4 partitions2016-11-28T17:18:42+00:00 All distributions No Comment
By default, when formatting a partition with ext4 (it also applies to ext3 and ext2), a percentage (usually 5%) of the total disk size is set aside and reserved for…
Continue Reading »

RPM commands

toshiro September 12, 2016 RPM commands2016-09-12T16:21:35+00:00 All distributions No Comment
These are some useful rpm commands: NOTE: All example commands use , replace it with the package name of your choice INSTALLATION/UNINSTALLATION Install a package # rpm -ivh Reinstall a…
Continue Reading »

Remove a linux RAID device

toshiro July 1, 2014 Remove a linux RAID device2014-07-01T12:18:17+00:00 All distributions No Comment
1. Find the devices associated with the RAID device mdadm --detail <raid_device> The last lines of output of the above command shows the associated devices (see the example below). 2.…
Continue Reading »

Setting up software RAID on a running Debian system

toshiro May 9, 2014 Setting up software RAID on a running Debian system2014-07-01T00:49:35+00:00 Debian/Ubuntu No Comment
If you have a running Debian (or any Debian based distro, like Ubuntu) system and want to configure a RAID1 (mirror) without losing your existing data, this can be accomplished…
Continue Reading »

share multimedia files with Smart TVs

toshiro February 11, 2014 share multimedia files with Smart TVs2014-02-23T14:09:09+00:00 DLNA No Comment
You can easily share your videos, music and pictures stored in your linux box with your Smart TV, all you have to do is configure a DLNA server in linux.…
Continue Reading »

Working with ISO images

toshiro November 20, 2013 Working with ISO images2013-11-24T22:31:31+00:00 All distributions No Comment
Convert CUE/BIN images to ISO Use bchunk (Homepage: ; Debian, Ubuntu, etc already have it as a package). bchunk Convert NRG (Nero) images to ISO Use nrg2iso (Homepage: ; already…
Continue Reading »

Categories

Tags

64bits active directory admin tools apache bind cassandra cheatsheet cpu database debian dlna dns e173 freebsd git grub huawei iso label linux lsof mail mirror modem modules mtools multimedia mysql openldap password pkg ports postfix postgresql raid replication salt samba samba4 solaris ssh troubleshooting ubuntu usb www

Login

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2016 Toshiro Viera Stalker - All rights reserved