privacy
Privacy jindam_vani 11 months ago 21%
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](https://lemmy.world/pictrs/image/6dbe3c3f-43a4-4663-af52-19a6005beee0.png)

-34
14
nostupidquestions
No Stupid Questions jindam_vani 11 months ago 90%
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](https://lemmy.world/pictrs/image/6a48cc0f-204f-4822-94a6-fa0655b9329b.png) [ 1 ] https://github.com/termux/proot-distro [ 2 ] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489998#5

9
1
nostupidquestions No Stupid Questions mastodon instance which does not send any emails
Jump
  • jindam_vani jindam_vani 12 months ago 66%
    1
  • nostupidquestions
    No Stupid Questions jindam_vani 12 months ago 75%
    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

    14
    6
    linux
    Linux jindam_vani 12 months ago 92%
    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 * @ping_ * toots_ @jindam_vani@ieji.de * [matrix]_ @jindam.vani:oikei.net

    11
    0
    linux
    Linux jindam_vani 12 months ago 80%
    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

    3
    0
    linux
    Linux jindam_vani 12 months ago 58%
    rmail_ how_ download emails for more than one smtp email account

    * download for mail.ru account_ ```movemail -v pops://jindam%40list.ru:PASSWD@pop.mail.ru: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 ]?

    2
    0
    linux Linux noob guide_ termux gnu rmail pop3 multiple email servers
    Jump
  • jindam_vani jindam_vani 12 months ago 100%

    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 "jindam@list.ru") 
    (setq user-full-name "జిందం వాఐి") 
    (setq smtpmail-smtp-user "jindam@list.ru"    
              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; "jindam@list.ru"
    &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://jindam@list.ru@pop.mail.ru"))
    ```</li>
    1
  • linux Linux how configure w3m to render wikipedia page with frames on termux
    Jump
  • jindam_vani jindam_vani 12 months ago 100%

    @yum13241@lemm.ee

    w3m doesn’t support JavaScript

    thanks for heads up

    1
  • linux
    Linux jindam_vani 12 months ago 89%
    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](https://lemmy.world/pictrs/image/6e2a003f-5a66-4abc-9f95-c8ef8a3b52b7.png)

    15
    2
    linux Linux clone repo and update it occassionally without username and password
    Jump
  • jindam_vani jindam_vani 12 months ago 100%

    @glad_cat@lemmy.sdf.org

    Don’t push.

    yes, removing push code resolved the issue

    2
  • linux Linux clone repo and update it occassionally without username and password
    Jump
  • jindam_vani jindam_vani 12 months ago 100%

    @Chais@sh.itjust.works

    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
    1
  • linux
    Linux jindam_vani 12 months ago 55%
    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

    1
    10
    linux
    Linux jindam_vani 1 year ago 90%
    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?

    17
    1
    linux
    Linux jindam_vani 1 year ago 100%
    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

    12
    1
    privacy
    Privacy jindam_vani 1 year ago 80%
    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

    16
    3
    androidapps
    Android Apps jindam_vani 1 year ago 66%
    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

    2
    0
    linux
    Linux jindam_vani 1 year ago 100%
    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

    22
    2
    linux Linux git: how, advantages & disadvantages of cloning "master" only, remove locally
    Jump
  • jindam_vani jindam_vani 1 year ago 100%

    @shugzaurus

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

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

    1
  • linux Linux git: how, advantages & disadvantages of cloning "master" only, remove locally
    Jump
  • jindam_vani jindam_vani 1 year ago 100%
    1
  • linux
    Linux jindam_vani 1 year ago 100%
    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?

    6
    4
    linuxquestions
    Linux Questions jindam_vani 1 year ago 100%
    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

    2
    0