Show Posts
|
Pages: 1 [2] 3
|
17
|
MyDSL Extensions / Multimedia / ffmpeg--mm-base
|
on: February 11, 2015, 12:01:38 AM
|
I have the extensions "ffmpeg.tar.gz" and "mm-base.uci" in mydsl, but I don't know how to start the program? Could you help me?
|
|
|
21
|
Damn Small Linux / Other Help Topics / Re: NETCAT
|
on: November 05, 2014, 09:31:40 PM
|
Thank you, Raffles! I have a problem with the tulip driver for the ethernet port of eone emachines. I have read the article http://electron.mit.edu/~gsteele/eone/ but I don't know how to compile the driver. I tried to use an usb-adapter...but I can't get one for
|
|
|
24
|
MyDSL Extensions / Apps / gnumeric
|
on: August 04, 2014, 05:26:24 AM
|
Hello! How can I join several gnumeric (or csv) files in into a single gnumeric spreadsheet with command line?
|
|
|
29
|
Damn Small Linux / Other Help Topics / How to configure ELMO
|
on: February 01, 2014, 06:30:02 AM
|
Thank you, CNK!
The way to configure .elmorc is, for example:
set mailbox { name: 'mail' root: ~/elmo_mail start: inbox drafts: drafts trash: trash sent: sent outbox: outbox spam: spam protect: no }
set smtp_acc { name: name@gmail.com server: smtp.gmail.com my_name: 'jcdq' email: name@gmail.com port: 465 username: name@gmail.com password: mypasswd ssl: yes }
set pop_acc { name: name@gmail.com server: pop.gmail.com username: name@gmail.com password: mypasswd port: 995 count_max: 500 ssl: yes }
set pop_info_dir ~/elmo_mail/.pop
set bayes_file ~/mail/.bayes_file set addressbook ~/elmo_mail/.addressbook set sigfile ~/elmo_mail/signature set editor 'nano %f' set charset iso-8859-1 translate utf-8 iso-8859-1
#theme if you have themes in the ~/elmo_mail/.themes dir #include ~/elmo_mail/.themes/<theme name here>
set indent_string '> ' set sig_dashes off #set welcome_msg no set relative_names on
#set line_format '%?%$%# %D %016f (%-06S) ' #set sent_format '%?%$ %D %016t (%-06S) ' #set abook_format '%s %020n %e' #set win_fetch { # fetch_fmt: '%?%$ %D %016f (%-06S) %s' #} #set win_help { # help_fmt: '%012k %030f %d' #} #set win_boxes { # box_fmt: ' %010n (%u/%t)' #} #set win_attach { # attach_fmt: '%020f (%-06s) [%t%C%E]' #} #set win_sender { # sender_fmt: '%020f (%-06s) [%t%C%E]' #}
#KEY BINDINGS key mail r sender_open_reply key mail f sender_open_fwd key mail R sender_open_reply_all
#HOOKS hook folder_toggle_flag folder_bar_next hook fetch_del_mail fetch_next hook fetch_get_mail fetch_next hook mybox_create_box box_selection_re_read hook sender_go mailreader_close
#AUTOSEND #hook sender_go smtp_flush_outbox
hook abook_hit abook_next
-----------------------
Again, Thank you! DSL is my favourite distro!
|
|
|
|
|