Recent content by MESSIAH

  1. MESSIAH

    Debian 10 restore system

    Hi. How to restore file system all system configuration to basic. My system it's dead now after installing xmlib2 and uninstall it and I was remount ./dev/shm/ as well Now system can't start. I see only console with login form. I was try restore system using GRUB advance settings and system it's...
  2. MESSIAH

    Load file into RAM or $var

    It's possible to load file into RAM or variable for working with it? Example: file=$ ./text.txt I need work with file in memory and after save it to file like in PHP.
  3. MESSIAH

    Get content between tags html or xml from url https

    Very strange thing. Even PHP support https. So why Linux bash with C++ not supporting this protocol? C++ is more powerful than PHP and have more libs.
  4. MESSIAH

    Get content between tags html or xml from url https

    I need read file xml or html from website and get content between tags like url or div etc. Url is starting from https. I was try using some xml parsers but without success - they are out date and don't support https/ssl xmlstarlet sel --net -t -c "*"...
  5. MESSIAH

    curl - uninstall

    [SOLVED] Problem cured: I was install OpenSSL v 1.0.2t by my mistake - I was download first link from official website - I should check which one link is highest stable version. v 1.0.2t don't have command
  6. MESSIAH

    curl - uninstall

    When I try cleaned installation again then I got this:
  7. MESSIAH

    curl - uninstall

    Do you want tell me new version is not compatible with newest distros? Clever function of linux. Windows should take a lesson Nope I was working few hours on it. No worries after complete LFS Debian kill itself - he consume all disk space and has been dead - after GRUB showing error. Nope I...
  8. MESSIAH

    curl - uninstall

    Because from source is newest version Debian 10 I have no clue. It was fresh OS where I was creating LFS live ISO.
  9. MESSIAH

    curl - uninstall

    Ok I found clue: Where I can find logs?
  10. MESSIAH

    curl - uninstall

    I was install it from official website: ./configure make make test (optional) make install It was work somehow with https and after installing something curl don't want work with https any more: curl: (1) Protocol "https" not supported or disabled in libcurl So I was install openssl and I try...
  11. MESSIAH

    How to cook minimal kernel

    Because I wan build my own OS for doing only this tasks what I need
  12. MESSIAH

    How to cook minimal kernel

    Hi. I want make my own linux distro x64 with minimum components. I want to make it live USB with option to install on HDD + install mods in future.
Top