Recent content by shankar12

  1. S

    Please Help! Simple format for ssd to install Manjaro?

    Hi, What was the error you were getting?
  2. S

    Linux repository issues

    Hi, I checked the link which you have downloaded. sudo wget -P /tmp/TEMP_BLUEZ https://packages.debian.org/stretch/armhf/bluez/download/bluez_5.43-2+deb9u1_armhf.deb The link 'sudo wget -P /tmp/TEMP_BLUEZ https://packages.debian.org/stretch/armhf/bluez/download/bluez_5.43-2+deb9u1_armhf.deb'...
  3. S

    Docker Basics and Install

    Hi, I tried it out and happy to say that it works. I followed the number 15 reply in the document below. The script build-image.sh works well. When you install docker images after installing docker, make sure you download images of 32-bit architecture. Otherwise, it will not work...
  4. S

    Missing option in GRUB menu

    Hi, Here we go, we have the option to append to the line in some older versions of grub. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/installation_guide/s1-rescuemode-booting-single In the new grub versions, I never saw an option 'a'. You can use edit option...
  5. S

    Help with sudo apt-get update

    Hi, Focus on the error below. It says something is configured multiple times and it points to the line 50 and 52 of /etc/apt/sources.list. You should check whether the line 50 and 52 have same statement. If yes, you have to remove one of the line(take a backup of file before making the change)...
  6. S

    Fun in learning

    Fun in learning
  7. S

    Simple - run a script on reboot/shutdown

    Hi, I tried the same and the script didn't run. You can run the script at reboot or shutdown using cronjob and for that you need to write the following line in the cronjob. @reboot /bin/bash /root/test.sh where /root/test.sh is the script.
  8. S

    I have a program that only wants to run in windows....

    Hi, Check the link below. It explains how we can boot Windows when Linux is installed. I will try it some day to see if it really works. But yes, a backup of existing content should be taken for safety. https://askubuntu.com/questions/6317/how-can-i-install-windows-after-ive-installed-ubuntu
  9. S

    Docker Basics and Install

    Hi, Some custom script is mentioned in the document. Let me try it and see if it works. Thanks.
  10. S

    How can I add Linux SSH keys ?

    Hi, If you have the key pairs in your remote machine then copy the private key and save it in a text file in your local machine. Change its permission to 600 and ssh with option "-i" as mentioned in the link below...
  11. S

    Docker Basics and Install

    Hi Jarret, How can I install Docker in a 32-bit Ubuntu 16.04.5 LTS system?
Top