Linux

Copy a file from system to chroot directory

First check where the chroot directory is mounted(let’s assume /mnt) after chrooting inside mnt(chroot /mnt) open another terminal and type in sudo cp /etc/resolv.conf /mnt/etc I’ve booted into a live cd, mounted the root partition on /mnt and chrooted.So, I’m copying resolv.conf from the systems etc directoy to the chrooted etc.

avatar

Fix when you can’t access the shared directory or if there is no /hgfs dir in /mnt in Vmware guest os(Linux or mac)

First install open-vm-tools, fuse and open-vm-tools-desktop sudo apt install open-vm-tools fuse open-vm-tools-desktop *now if you don’t have a /hgfs dir /mnt type these commands below if not then leave it and start from the hint of ascii’s sudo mkdir /mnt/hgfs Now type in sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other or type in now you can access the […]

Fix annoying Scrollbar in Kde Desktop(Folder View)

This is like a common bug in Kde. Here, what you’ll see is a scrollbar at the right of the Desktop. So, as you scroll; the folders and files will move along and on top of that annoyance; you can’t click upon the folders. To fix it follow these steps systemsettings –> (under appreance)WorkspaceTheme–> Look […]

avatar
Scroll to top