Skip Navigation

goodbye_ *.lemmy.world is on cloudflare

  • second, i have no intention to use any services using cloudflare
  • how did i know_
    • fdroid_ settings_ repositories_ activate guardian project official relases
    • install torservices (alpha)
  • install privacy browser
    • settings_ proxy_ enable tor
  • visit *.lemmy.world
  • screenshot_ !*.lemmy.world on cloudflare
14

xclipboard_ utf-8 text are not displayed

  • i am using debian bookworm on proot-distro [ 1 ]
  • added in ~/.Xresources [ 2 ]
    • *international: true or xterm*international: true
  • it doesnt display utf-8 text
  • screenshot !utf-8 missing

[ 1 ] https://github.com/termux/proot-distro [ 2 ] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489998#5

1
mastodon instance which does not send any emails
  • mastodon instance which does not send any emails

    • is there any mastodon instance which does not send any emails
    • i dont like any type of notifications
    • it must not send about access of my accounts from other locations, or any similar type of nuisance
    • its ok if i receive email for password reset requests
    7

    luakit_ how do you save and use login credentials

    is there anyway to save and login credentials on luakit web browser [ 1 ]?

    [ 1 ] https://github.com/luakit/luakit

    0

    user-emacs-directory on emacs 29?

    • just now discovered Emacs now supports setting 'user-emacs-directory' [ 1 ]
    • how can you configure emacs to use it for personal & other

    [ 1 ] https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29

    0

    rmail_ how_ download emails for more than one smtp email account

    • download for mail.ru account_ movemail -v pops://jindam%40list.ru:[email protected]:995 ~/RMAIL
    • i have gmx account also
    • movemail does not allow custom mbox name for rmail_ https://mailutils.org/manual/mailutils.html#Summary
    • how to download emails for more than one email smtp account [ gmx ]?
    0
    noob guide_ termux gnu rmail pop3 multiple email servers
  • this code is for one [ my ] email id only

    replace my email id, smtp, etc..

    code is available also @_ https://lists.gnu.org/archive/html/help-gnu-emacs/2023-09/msg00142.html

    ~ /.emacs

    ;; pop3
    
    (require 'smtpmail)
    (require 'rmail)
    
    (setq user-mail-address "[email protected]") 
    (setq user-full-name "జిందం వాఐి") 
    (setq smtpmail-smtp-user "[email protected]"    
              smtpmail-smtp-server "smtp.mail.ru" 
               smtpmail-smtp-service 465 
               smtpmail-stream-type 'ssl)
    
    (setq
         rmail-preserve-inbox 1                     ; Don't delete mail from server
         rmail-mail-new-frame 1                     ; Compose in a full frame
         rmail-delete-after-output 1                ; Delete original mail after copying
         rmail-mime-prefer-html nil                 ; Prefer plaintext when possible
         rmail-file-name   "~/mail/inbox"           ; The path to our inbox file
         rmail-secondary-file-directory "~/mail"    ; The path to our other mbox files
         message-default-headers "Fcc: ~/mail/sent") ; Copy sent mail to the "sent" file
    
    ;; Debug
    (setq smtpmail-debug-info t)
    (setq smtpmail-debug-verb t)
    
    ;; html
    (setq
     shr-use-fonts nil  ; Don't load fancy fonts
     shr-indentation 2  ; A left-margin of 2 columns
     shr-use-colors nil ; Don't load special colors
     shr-width 32       ; Fix width to 70 columns
     shr-bullet "• ")   ; A bullet character for <li> elements
    
    ;; tls
    (setq rmail-movemail-flags "--tls")
    
    ;; Use Mail mode to compose messages (default)
    (setq mail-user-agent 'sendmail-user-agent)
    
    ;; If you're using rmail
    (setq read-mail-command 'rmail)
    
    ;;(setq rmail-primary-inbox-list
    &nbsp; ;;&nbsp; &nbsp; (cons (concat "pop3://"
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;;&nbsp; &nbsp; &nbsp; "[email protected]"
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;;&nbsp; &nbsp; &nbsp; "@pop.mail.ru") nil))
    
    (setq
    ;; The mail URL, specifying a remote mail account
    ;; (Omit this to read from /var/mail/user)
    rmail-primary-inbox-list
      '("pops://[email protected]@pop.mail.ru"))
    ```</li>
  • how configure w3m to render wikipedia page with frames on termux

    • installed w3m on termux
    • run $ w3m -F en.wikipedia.org and $ w3m en.wikipedia.org
    • it does not display similar to image on commons_ https://en.wikipedia.org/wiki/File:W3m-wikipedia.png
    • screenshot_ !w3m en wikipedia page
    2
    clone repo and update it occassionally without username and password
  • @[email protected]

    If I understand OP’s explanation correctly, they’re simply trying to make a, possibly selfhosted, copy of a GitHub repo.

    • yes, you are correct in sense.
    • all i am trying to do is keep a copy of upstream repo. similar to mirroring repo.
    • i have to remove git push origin master
    • i will again check after few days whether the command is correct
  • clone repo and update it occassionally without username and password

    • clone repo [ size_ 34 mb ]
    • added $ git remote add citer url
    • but when $ git checkout master &amp;&amp; git fetch citer &amp;&amp; git pull --rebase citer master &amp;&amp; git push origin master
    • the above command requires github username and password
    • i dont want to create account on github
    • i will not create pull requests
    • is there any way to keep clone uptodate with remote without requiring github username &amp; password
    10

    noob guide_ termux gnu rmail pop3 multiple email servers

    • installed emacs and use rmail as email client for multiple pop3 email servers with [ gmail, yahoo, etc.. ].
    • is there any good guide to setup rmail as email client on termux?
    1

    otter browser_ blink or webkit based?

    i am bit confused by engines of it after reading on wikipedia [ 1 ]. there are only few commits related to webkit [ 2 ]. i am wondering which engine is most supported by otter browser. if both of them are supprted equally, how do i switch them?

    [ 1 ] https://en.wikipedia.org/wiki/Otter_Browser [ 2 ] https://github.com/OtterBrowser/otter-browser/blob/HEAD/CHANGELOG

    1

    verification loop, unable to login, on web browsers available on fdroid_ videos

    • smartcookieweb v 16.3_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_smartcookieweb_163_fdroid.webm
    • fulguris web&nbsp; browser v 1.9.8_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_fulguris_web_browser_198_fdroid.webm
    • privacy browser v 3.15.1_ https://commons.m.wikimedia.org/wiki/File:Privacy_browser_3151_fail.webm
    • foss browser v 9.11_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_foss_browser_911_fdroid.webm
    • einkbro v 10.11.0_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_einkbro_10110_fdroid.webm
    • monocles browser v 1.7.1_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_monocles_browser_171_fdroid.webm
    3

    verification loop, unable to login, on web browsers available on fdroid_ videos

    • smartcookieweb v 16.3_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_smartcookieweb_163_fdroid.webm
    • fulguris web&nbsp; browser v 1.9.8_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_fulguris_web_browser_198_fdroid.webm
    • privacy browser v 3.15.1_ https://commons.m.wikimedia.org/wiki/File:Privacy_browser_3151_fail.webm
    • foss browser v 9.11_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_foss_browser_911_fdroid.webm
    • einkbro v 10.11.0_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_einkbro_10110_fdroid.webm
    • monocles browser v 1.7.1_ https://commons.m.wikimedia.org/wiki/File:Failed_cloudflare_verification_monocles_browser_171_fdroid.webm
    0

    installation and configuration of tigervnc on opensuse tumbleweed

    • installed opensuse tumblweed on proot-distro
    • accessing tumbleweed using x11vnc on multivnc
    • it has slow redraw or sometimes terrible sluggish
    • installed tigervnc but completly lost about how to configure? ex: vncserver command is not found
    • if possible i request you to create a guide about installation &amp; configuration of tigervnc or anyother vnc of your choice
    2
    git: how, advantages & disadvantages of cloning "master" only, remove locally
  • @shugzaurus

    When you clone a repo only one branch is pulled from the remote, main by default

    No. I havent read book recommended by @[email protected], but github cheatsheet $ git clone [url] says all branches https://training.github.com/downloads/github-git-cheat-sheet

  • git: how, advantages & disadvantages of cloning "master" only, remove locally
  • @Shugzaurus

    When you clone a repo only one branch is pulled from the remote, main by default

    No. I havent read book recommended by @[email protected], but github cheatsheet $ git clone [url] says all branches https://training.github.com/downloads/github-git-cheat-sheet

  • git: how, advantages & disadvantages of cloning "master" only, remove locally

    • How do i clone only "master" branch [ default protected branch? ] of repo?
    • what are the advantages & disadvantages?
    • how do i remove all other branches except master of forked repo?
    4
    is 8gb single-board computer enough to compile firefox, inkscape, libreoffice, etc.. on linux
  • @[email protected]

    Why do you need to use ARM

    I am expecting devices will shrink in size, so, processor size also.

    Couldn’t you cross compile on x86_64?

    It was never on my agenda. primary purpose is to compile and use packages everyday. there might be surprises. who knows?

    Anyway to answer your question yes you can compile software on arm boards.

    good news.....

    The bigger question is how long do you want to wait.

    maximum 4 hours.

    If your looking for raw speed I would get either an arm server or a bunch of single board computers. Both of those will require good cooling.

    arm servers are available? excellent.

    I like pine64 as there hardware is much more hacker friendly than the raspberry pi. https://www.pine64.org/

    i dont do coding, perhaps will try to copy paste, if i really want some feature or overcome limitations?

    They even have a board who’s purpose is to take other boards. https://pine64.com/product-category/clusterboard/

    i will look into it.

    Regards, jindam

  • is 8gb single-board computer enough to compile firefox, inkscape, libreoffice, etc.. on linux

    • right now, i found only raspberry pi, but they were released almost three years ago,[ 1 ] good user support and works out of the box

    • web search has found results for using packages & user support

    • my questions:

      • are there other vendors offering similar products?
      • should i wait another year or any product might be available with more than 8gb?
      • should i consider only ram?
    • why sbc?

      • to compile my most used packages for every release of gcc version including minor dot updates
      • after an year, conpile my own linux kernel

    [ 1 ] https://en.wikipedia.org/wiki/Raspberry_Pi#Specifications

    regards, jindam

    3