mdadm change homehost – mdadm change name
Let say you want to change the homehost and/or the name of a raid, for whatever reason. (one reason might be that you changed your system and so you want to matchRead More…
Let say you want to change the homehost and/or the name of a raid, for whatever reason. (one reason might be that you changed your system and so you want to matchRead More…
Problem: If you get this warning/error when you run the ssh command: $ ssh infotinks@192.168.0.100 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOINGRead More…
Mounting a BTRFS filesystem thats made of 2 devices. For example my data volume is made of md125 and md124 I can mount them like this usually # mount /dev/m124 /mnt orRead More…
Scroll down to the “New and Final”. Use the first link to get to the github page (where you will see the readme of the repo). Use the 2nd link, which endsRead More…
Assumption: Assuming your using bash 4. However this will work with bash 3 as im not using anything too special. So your copying alot of things over to a remote system usingRead More…
Here we backup a linux folder /data with all of its data to a remote system. 7zip has the best compression (or some of the best), so we want to use that.Read More…
Bash comes with commands like basename (extracts filename out of a fullpath filename), and dirname (extracts the directory path out of a fullpath filename). However it doesn’t come with commands to extractRead More…
CP followed by RSYNC to copy what was missed my prefered way to copy is to just use rsync or cp. I noticed cp dies less often (less broken pipes) and whenRead More…
netconsole is like syslog where it sends messages to a remote a system for analysis. syslog sends logs (/var/log/messages & syslog & journalctl). Where as netconsole sends the dmesg output, its literallyRead More…
FAT32 maximum partition size is 32GB so you must use a different allocation size to format FAT32 on bigger drives. If you have a 64Gig drive for example you can still formatRead More…