jindam_vani

joined 1 year ago
 
  • 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
 
  • 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
11
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

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

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

 
  • 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

 
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

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
  ;;    (cons (concat "pop3://"
              ;;      "[email protected]"
             ;;      "@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>
[–] [email protected] 1 points 11 months ago

@[email protected]

w3m doesn’t support JavaScript

thanks for heads up

 
[–] [email protected] 2 points 1 year ago

@glad_[email protected]

Don’t push.

yes, removing push code resolved the issue

[–] [email protected] 1 points 1 year ago

@[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 [ 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 & password
 
  • 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?
 

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

 
  • 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 & configuration of tigervnc or anyother vnc of your choice
view more: next ›