by sarkarijob | Mar 21, 2020 | linux
https://unix.stackexchange.com/questions/252936/grub2-boot-to-a-second-another-hard-disk/boot/grub2cat device.map(hd0) /dev/sda(hd1) /dev/sda
by sarkarijob | Feb 21, 2020 | linux
rc denotes “run-control”,vi /etc/rc.local#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your own initialization stuff in here if you don’t# want to do the full Sys V style init stuff.touch...
by sarkarijob | Oct 16, 2019 | linux
Step #1 : Partition the new disk using fdisk commandFollowing command will list all detected hard disks:# fdisk -l | grep ‘^Disk’Output:Disk /dev/sda: 251.0 GB, 251000193024 bytesDisk /dev/sdb: 251.0 GB, 251000193024 bytesA device name refers to the entire...
by sarkarijob | Aug 6, 2019 | linux
You did not specify your distro; however, in Ubuntu and Debian you can find these applications by running:ls /etc/init.dAll the files in this directory are actually links to the applications and on boot the OS goes through this directory and starts them all.To list...
by sarkarijob | Mar 13, 2016 | linux, ubuntu
How to Install μTorrent (uTorrent) on Ubuntu 18.04(Bionic beaver)1.Download http://www.utorrent.com/downloads/linux 2. Once the downloading process finish, go to the Downloads folder in file browser and extract the package through its context...
by sarkarijob | Feb 26, 2016 | linux, ubuntu
Click the network manager icon in the top menu bar and select “Edit Connections…”In the Network Connections box click “add”.On the dropdown menu click “Import a saved VPN Configuration” and click create…Next, we need to...