Search results

  1. superboy2k6

    Create custom live cd from existing installation?

    Hi, so I wanted to create a live cd of my VM's Arch Linux installation and make it bootable. It should be the exact replica of what installation I have. I went ahead and checked this forum: https://bbs.archlinux.org/viewtopic.php?id=131036 But I didn't understand one of the following replies...
  2. superboy2k6

    [SOLVED] Ubuntu 18.04.4 LTS fails to boot properly after deleting partitions

    I actually reinstalled my whole system. I copied all my files and pasted them into a new installation. I luckily had a lot of .deb files so I installed them and now it works perfectly. :)
  3. superboy2k6

    [SOLVED] Ubuntu 18.04.4 LTS fails to boot properly after deleting partitions

    I don't know where to post this but here's my issue: I had Ubuntu 18.04.4 LTS with Windows 8.1 dual boot. Today I accidentally deleted all the partitons in that hard drive except my ubuntu partition. I even deleted my system partition. But I had backed up my home folder before rebooting the...
  4. superboy2k6

    Add a specific user to get sudo privilleges using shell scripts ONLY

    I understand the risks. I'm just trying to create a user in a shell script, install yay using that user, and then finally deleting that user. There's no wrong with that. Also I want that specific user to have some sudo privilleges, that's why. Thanks a lot for suggesting that forum to me. Was...
  5. superboy2k6

    Add a specific user to get sudo privilleges using shell scripts ONLY

    Hey so I wanted to create a shell script so that a user is added in which the user has sudo privilleges. My code went like this: #!/bin/bash useradd liveuser ; echo -e "liveuser\nliveuser" | passwd liveuser usermod -aG sudo liveuser su liveuser exit It did create the user with the password but...
  6. superboy2k6

    Installing Linux on an iMac

    I don't own a iMac or an apple product, but this sure is useful! I like these type of info :)
  7. superboy2k6

    Create custom themes for the xfce environment?

    Hey, I was wondering if it was possible to create a custom themes using 48 * 48 pixel png images as icons. I don't know how to CREATE a theme. I don't find any answer to that in the internet. I will continue to create the theme icons only if I get a confirmation answer. It's ok to just modify...
  8. superboy2k6

    Distro selection

    I guess Zorin is good and stylish enough. It's beautiful and really fast but if you want a better experience you could go with Lubuntu / Xubuntu and modify it according to your needs (like change the desktop environment) You could also try Manjaro's XFCE edition. It's great for slow systems. Do...
  9. superboy2k6

    Best distribution for netbook?

    Great going! Manjaro should stay that way for a long time. It's good hearing that you gave that netbook a fresh start!
  10. superboy2k6

    Zenity - Create new user and password creator

    The code you gave works like a charm! What I understood from your code is that you created a temporary file test and made another file called test1 and transferred your code to it. You then set the password as the username1 file and delete both of these files. Pretty awesome! (Correct me if my...
  11. superboy2k6

    xfce4 in live cd?

    Thanks.. Really appreciated your help! :D
  12. superboy2k6

    xfce4 in live cd?

    Oh... so they heavily modified arch linux and added more stability. That's great actually :O Now I have to find out how to make a iso file out of the usb drive to flash
  13. superboy2k6

    xfce4 in live cd?

    So you mean that if I take a live cd/usb, install arch on any USB drive, set up scripts and install xfce4 in it, create an iso file of my current installation and flash it to another USB or CD, other users can boot to a live environment with all my scripts and xfce4?? I will read the article you...
  14. superboy2k6

    xfce4 in live cd?

    Is it possible to include some packages and the xfce4 DE in arch linux Live CD?? I would like to have this so that users will boot into a DE instead of a CLI interface. Don't forget that I want some packages to be installed too. Help is appreciated. -Cheers
  15. superboy2k6

    Best distribution for netbook?

    Great netbook! I would suggest Manjaro's xfce edition. Manjaro's really great and it's arch. It really runs smooth. If you want a debian distribution, I'd say lubuntu would be best for that netbook. And welcome to linux.org :)
  16. superboy2k6

    Zenity - Create new user and password creator

    Hi, Is there any way to use zenity to create new user along with a password. I would like to create a shell script of it. I know python very well but not much about shell scripting. My first try was (absolutely wrong): $data=zenity --password echo $data useradd -m liveuser passwd liveuser $data...
  17. superboy2k6

    Specific packages inclusion in Arch Linux?

    Then how does manjaro include their DE, icons, programs everything in their Arch based systems?? I'm just asking, y'know..
  18. superboy2k6

    yay not installing in Arch linux

    Hey but I'm actually creating this so that when a user has just installed Arch and when they clone my repository, the user just has to run the .sh file and nothing should go wrong. So is it possible to create a temporary user (like say "LiveUser"), switch to that specific user, run the command...
  19. superboy2k6

    yay not installing in Arch linux

    Hello again, After a fresh install of Arch Linux, I went ahead and made a shell program (.sh) which has these lines: echo Installing yay in this machine git clone https://aur.archlinux.org/yay.git cd yay sudo makepkg -si But it shows an error stating like this: ERROR: Running makepkg as...
  20. superboy2k6

    Specific packages inclusion in Arch Linux?

    Thank you, Peer. But can I embed it into an iso file of Arch Linux, going through the files and add commands without installing and doing it on a machine?
Top