Εμφάνιση 1-11 από 11
  1. #1
    Εγγραφή
    15-12-2005
    Μηνύματα
    226
    Downloads
    3
    Uploads
    0
    Η συμπίεση rar δίνει τη δυνατότητα να κόψουμε ένα αρχείο μεγάλου μεγέθους σε πολλά μικρά. Ακόμα και σε gnome ο file-roller, όταν επέλεγα για συμπίεση σε μορφή rar άνοιγαν επιπλέον επιλογές όπως αν θέλω να το κόψω σε μέρη (όπου εκεί όριζα το μέγεθος του κάθε μέρους) ή να βάλω password.

    Στο squeeze, ενώ έχω εγκαταστήσει τα σχετικά πακέτα, δεν έχω τη δυνατότητα ούτε για τεμαχισμό, ούτε για κωδικό. Υπάρχει κάτι που μπορώ να κάνω;

  2. #2
    Εγγραφή
    08-03-2007
    Μηνύματα
    23.533
    Downloads
    25
    Uploads
    0
    ISP
    ΟΤΕ Conn-x
    Squeeze ειναι η εφαρμογη του xfce για συμπιεσεις/αποσυμπιεσεις? Παρατα την και βαλε file-roller να ησυχασεις! Εχει αφαιρεθει και απο τα testing/unstable!
    ديميتريس

  3. #3
    Εγγραφή
    15-12-2005
    Μηνύματα
    226
    Downloads
    3
    Uploads
    0
    Το file-roller έχει ένα κάρο γελοίες εξαρτήσεις, μεταξύ των οποίων και το brasero!!!???!!! συνολικού μεγέθους 132MB!!! Γενικά θέλω να έχω καθαρό xfce σύστημα. Άσε που περίπου τον Φλεβάρη (είναι καταιγιστικός ο ρυθμός ανανέωσης του xfce βλέπεις ) θα έχουμε το xfce4.12 με πολλά καλούδια

    Προς το παρόν έκανα τη δουλειά μου με rar a -v15000k newfile oldfile.pdf

  4. #4
    Εγγραφή
    08-03-2007
    Μηνύματα
    23.533
    Downloads
    25
    Uploads
    0
    ISP
    ΟΤΕ Conn-x
    Εδω δεν φαινεται να εχει σαν αμεση εξαρτηση το brasero, οποτε μαλλον θελει να το βαλει σαν εξαρτηση καποιας αλλης εξαρτησης.

    https://packages.debian.org/wheezy/file-roller

    Γιαυτο ποτε δεν αφηνεις το apt να βαλει suggested και recommended εξαρτησεις. Κανεις ενα /etc/apt/apt.conf, βαζεις μεσα αυτα και τελος
    Κώδικας:
    $ cat /etc/apt/apt.conf
    APT::Install-Recommends "0";
    APT::Install-Suggests "0";
    ديميتريس

  5. #5
    Εγγραφή
    05-12-2008
    Μηνύματα
    2.855
    Downloads
    3
    Uploads
    0
    ISP
    Not for public
    thanks jim for the tip

  6. #6
    Εγγραφή
    15-12-2005
    Μηνύματα
    226
    Downloads
    3
    Uploads
    0
    Μαγκιά!!! Δεν την ήξερα αυτή τη ρύθμιση. Ευχαριστώ.

  7. #7
    Εγγραφή
    08-03-2007
    Μηνύματα
    23.533
    Downloads
    25
    Uploads
    0
    ISP
    ΟΤΕ Conn-x
    Παρακαλω. Ακομα πιο μεγαλη μαγκια θα ειναι να μου βρει καποιος γιατι δεν δουλευει αυτο
    Κώδικας:
    Acquire::http::Dl-Limit "350";
    Περιοριζει την ταχυτητα ληψης του apt στα 350kb/s, αλλα εδω και 9+ μηνες με γειωνει κανονικα.

    Γενικα, το man apt.conf λεει για διαφορες απιστευτες παραμετρους του apt, αλλα οι περισσοτερες ειναι ασημαντες.
    ديميتريس

  8. #8
    Εγγραφή
    19-05-2012
    Ηλικία
    43
    Μηνύματα
    723
    Downloads
    2
    Uploads
    0
    ISP
    Forthnet
    Παράθεση Αρχικό μήνυμα από jim_p Εμφάνιση μηνυμάτων
    Παρακαλω. Ακομα πιο μεγαλη μαγκια θα ειναι να μου βρει καποιος γιατι δεν δουλευει αυτο
    Κώδικας:
    Acquire::http::Dl-Limit "350";
    Περιοριζει την ταχυτητα ληψης του apt στα 350kb/s, αλλα εδω και 9+ μηνες με γειωνει κανονικα.

    Γενικα, το man apt.conf λεει για διαφορες απιστευτες παραμετρους του apt, αλλα οι περισσοτερες ειναι ασημαντες.
    αυτο δουλευει μια χαρα που δοκιμασα

    αν βαλεις τη παραμετρο που λες στο τερματικο κραταει το όριο;; νομιζω χρειαζεσαι το =

    πχ

    Κώδικας:
    apt-get -o Acquire::http::Dl-Limit=1 dist-upgrade -d
    Τελευταία επεξεργασία από το μέλος dimr : 19-10-14 στις 12:46.

  9. #9
    Εγγραφή
    08-03-2007
    Μηνύματα
    23.533
    Downloads
    25
    Uploads
    0
    ISP
    ΟΤΕ Conn-x
    Ναι το κανει αν το θεσω σαν option, αλλα ο σκοπος ειναι να το κανει αυτοματα...
    Αλλιως θα εβαζα και τα υπολοιπα για τα suggests και recommends σαν επιλογες του apt εκει περα, που σιγα μην καθομουν να τα γραφω καθε φορα :P

    Btw, το θεμα στο ubuntu forums ειναι απο το 2008 και το "γειωμα" το κανει εδω και κανενα εννιαμηνο, οποτε δεν ειναι το οτι δεν υπαρχει η παραμετρος ή δεν τη γνωριζα, ειναι το οτι δεν δουλευει πλεον.

    Και αυτο
    Κώδικας:
    APT 
    {
      Get 
      {
      Install-Recommends "false";
      Install-Suggests "false";
      }
    }
    εινια ιδιο με αυτο
    Κώδικας:
    APT::Install-Recommends "0";
    APT::Install-Suggests "0";
    Οποτε, αφου προτιμω τη "μαζεμενη" εκδοση, τα εχω σωστα. Το ιδιο και για το οριο στην ταχυτητα, απλα εκει εχει περισσοτερες αγκυλες και χανομαι.
    Τελευταία επεξεργασία από το μέλος jim_p : 20-10-14 στις 09:12.
    ديميتريس

  10. #10
    Εγγραφή
    19-05-2012
    Ηλικία
    43
    Μηνύματα
    723
    Downloads
    2
    Uploads
    0
    ISP
    Forthnet
    για ενα περιεργο λογο, το δοκιμαζω στο λαπτοπ κ δουλευει με οποιο τροπο το βαζω..στο πυργο δε δουλευει, κ δεν μπορω να καταλαβω γιατι :/

  11. #11
    Εγγραφή
    18-10-2006
    Ηλικία
    55
    Μηνύματα
    5.628
    Downloads
    50
    Uploads
    0
    Τύπος
    ADSL OTE
    Ταχύτητα
    20370/935
    ISP
    Conn-X 24Mbit
    DSLAM
    Cyta Hellas - ΚΟΖΑΝΗ
    Router
    level-one FBR-1416A
    Αν θέλεις πολλές επιλογές σε ελαφρύ περιβάλλον η εκμάθηση της rar σε γραμμή εντολών είναι η πιο καλή επιλογή. Το γραφικό περίβλημα είναι χρήσιμο μόνον όταν θέλεις εποπτική λειτουργία.

    http://cyberang3l.wikispaces.com/HOW...les+Or+Folders

    Spoiler:
    Κώδικας:
    NAME
    
           rar - archive files with compression
    
    SYNOPSIS
    
           rar <command> [-<switch 1> -<switch N>] archive [files...]
    
    DESCRIPTION
    
           This manual page documents briefly the rar archiver.
           This  manual  page  was  written  for the Debian GNU/Linux distribution
           because the original program does not have a manual page.
           Commands and options described here are as of rar 3.0b5.
    
           rar and unrar are programs for manipulation with .rar archives.
    
    OPTIONS
    
           After the program name comes a command and then optional switches  with
           dashes before them.
           A  summary  of commands is included below.  For a complete description,
           run rar without options.
    
           a      Add files to archive.
    
           c      Add archive comment. Comment length is limited to 62000 bytes.
    
           cf     Add files comment. File comments  are  displayed  when  the  'v'
                  command is given. File comment length is limited to 32767 bytes.
    
           cw     Write archive comment to a specified file.
    
           d      Delete files from archive.
    
           e      Extract   files  to  current  directory.  Does  not  create  any
                  subdirectories.
    
           f      Freshen files in archive. Updates those files changed since they
                  were packed to the archive. This command will not add new to the
                  archive.
    
           k      Lock archive. Any command which intend  to  change  the  archive
                  will be ignored.
    
           l[t]   List content of archive [technical]. Files are listed as the 'v'
                  command with the exception of the file path. i.e.  the file name
                  is  displayed. Optional technical information displayed when 't'
                  modifier is used.
    
           m[f]   Move to archive [files only]. Directories will not be removed if
                  'f' modifier is used and/or '-ed' switch is applied.
    
           p      Print file to stdout.
    
           r      Repair archive. For further details look in rar.txt.
    
           rc     Reconstruct missing volumes using recovery volumes (.rev files).
                  You need to specify any existing volume as the archive name, for
                  example, 'rar rc backup.part03.rar'.
    
           rr[N]  Add  data  recovery  record.  Optionally,  redundant information
                  (recovery record) may be added to an archive.
    
           rv[N]  Create recovery volumes (.rev files), which can be later used to
                  reconstruct  missing  files  in  a volume set.  This command has
                  sense only for multivolume archives.  For further  details  look
                  in rar.txt.
    
           s[name|-]
                  Convert  archive to or from SFX. The archive is merged with SFX-
                  module in the user's home directory.
    
           t      Test archive files.
    
           u      Update files in archive. Adds files not already in  the  archive
                  and updates files changed since they were packed to the archive.
    
           v[t]   Verbosely list archive [technical]
    
           x      Extract files with full path.
    
    SWITCHES
    
           NOTE:  Every  switch  must be separated by a whitespace. They cannot be
           put together.
    
           -?     Display help on commands and switches. The same as when none  or
                  an illegal command line option is entered.
    
           --     This  switch  tells to RAR that there is no more switches in the
                  command line. It could be useful, if either archive or file name
                  starts  from  '-' character. Without '--' switch such name would
                  be treated as switch.
    
           -ac    Clear Archive attribute after compression or extraction (Windows
                  version only).
    
           -ag[format]
                  Generate  archive name using the current date and time.  Appends
                  the current date string to an  archive  name  when  creating  an
                  archive.  Useful for daily backups.  For further details look in
                  rar.txt.
    
           -ao    Add files with Archive attribute set (Windows version only).
    
           -ap    Set path inside archive. This path is merged to file names  when
                  adding  files  to  an  archive  and removed from file names when
                  extracting.
    
           -as    Synchronize archive  contents.  If  this  switch  is  used  when
                  archiving,  those  archived  files  which are not present in the
                  list of the currently added files, will be deleted from archive.
                  It  is  convenient  to  use  this  switch in combination with -u
                  (update) to synchronize contents of an archive and an  archiving
                  directory.
    
           -av    Put   authenticity   verification  (registered  versions  only).
                  Details in register.txt.
    
           -av-   Disable AV checking or adding.
    
           -cfg-  Disable read configuration and environment.
    
           -cl    Convert file names to lower case.
    
           -cu    Convert file names to upper case.
    
           -c-    Disable comments show.
    
           -df    Delete files after archiving. This switch  in  combination  with
                  the command "A" performs the same action as the command "M".
    
           -dh    Open  shared  files.  Allows  to  process  files opened by other
                  applications for writing.
    
           -ds    Do not sort files while adding to a solid archive.
    
           -ed    Do not add empty directories.
    
           -ee    Do not process extended attributes. Only for OS/2 versions.
    
           -en    Do not add "end of archive" block.
    
                  This switch cannot be used with  volumes,  because  the  end  of
                  archive  block contains information important for correct volume
                  processing.
    
           -ep    Exclude paths from names.
    
           -ep1   Exclude base dir from names.
    
           -ep2   Expand paths to full. Store full  file  paths  (except  a  drive
                  letter and leading path separator) when archiving.
    
           -e<attr>
                  Specifies file exclude attributes mask.
    
           -f     Freshen files. May be used with archive extraction or creation.
    
           -hp<password>
                  Encrypt  both  file  data  and  headers.   The password is case-
                  sensitive. If you omit the password on  the  command  line,  you
                  will be prompted with message "Enter password".
    
           -idp   Disable percentage indicator.
    
           -ieml[.][addr]
                  Send archive by email. Win32 version only.
    
           -ierr  Send all messages to stderr.
    
           -ilog  Log errors to file (registered versions only).
    
           -inul  Disable all messages.
    
           -isnd  Enable sound.
    
           -k     Lock  archive.  Any  command which intends to change the archive
                  will be ignored.
    
           -kb    Keep broken extracted files.
    
           -m<0..5>
                  Set compression level (0-store...3-default...5-best). By default
                  rar uses -m3 method (Normal compression).
    
           -mc<par>
                  Set  advanced  compression parameters.  For further details look
                  in rar.txt.
    
           -md<size>
                  Set dictionary  size  in  Kb  (64,128,256,512,1024,2048,4097  or
                  a,b,c,d,e,f,g)
    
           -ms[list]
                  Specify file types to store.
    
           -o+    Overwrite existing files.
    
           -o-    Do not overwrite existing files.
    
           -ol    Save symbolic links as the link instead of the file.
    
           -os    Save NTFS streams. Win32 version only.
    
           -ow    Save file owner and group.
    
           -p<password>
                  Encrypt  files  with  the  string  <password>  as password while
                  archiving.  The password is  case-sensitive.  If  you  omit  the
                  password  on the command line, you will be prompted with message
                  "Enter password".
    
           -p-    Do not query password.
    
           -r     Recurse subdirectories.
    
           -r0    Similar to -r, but when used with the commands  'a',  'u',  'f',
                  'm' will recurse subdirectories only for wildcard names.
    
           -ri<p>[:<s>]
                  Set priority and sleep time. Available only in RAR for Windows.
    
           -rr[N] Add data recovery record.
    
           -rv[N] Create recovery volumes.  -s Create solid archive.
    
           -s<N>  Create  solid  groups using file count. Similar to -s, but reset
                  solid statistics after compressing <N> files.
    
           -se    Create solid groups using extension. Similar to  -s,  but  reset
                  solid statistics if file extension is changed.
    
           -sv    Create independent solid volumes. Similar to -s, but reset solid
                  statistics as soon as possible when starting a new volume.
    
           -sv-   Create dependent solid volumes. Similar  to  -s,  but  reset  of
                  solid statistics is disabled.
    
           -s-    Disable solid archiving.
    
           -sfx[name]
                  Create  SFX  archives.  The archive is merged with SFX-module in
                  the user's home directory.
    
           -t     Test files after archiving. This switch is especially useful  in
                  combination with the move command, so files will be deleted only
                  if archive had been successfully tested.
    
           -tk    Keep original archive time.  Prevents  rar  from  modifying  the
                  archive date when changing an archive.
    
           -tl    Set archive time to latest file. Forces rar to set the date of a
                  changed archive to the date of the newest file in the archive.
    
           -u     Update files.
    
           -v<size>[k|b|f]
                  Create volumes with size=<size>*1000 [*1024, *1].
    
           -vd    Erase  disk  contents  before  creating  volume.All  files   and
                  directories  on  the  target  disk  will be erased when '-vd' is
                  used.  The switch applies only to removable media, the hard disk
                  cannot be erased using this switch.
    
           -w<path>
                  Assign work directory.
    
           -x<file>
                  Exclude  specified  file.  Wildcards  may  be  used  and you may
                  specify the switch '-x' several times.
    
           -x@<list>
                  Exclude files in specified list file.
    
           -x@    Read file names to exclude from stdin.
    
           -y     Assume Yes on all queries.
    
           -z<file>
                  Read archive comment from file.
    
    SEE ALSO
    
           The  program  is  documented  fully  in  rar.txt  which  you  find   in
           /usr/share/doc/rar.
    
    AUTHOR
    
           This  manual  page was written by Petr Cech <cech@debian.org> according
           to "rar -h" for the  Debian  GNU/Linux  system  (but  may  be  used  by
           others).
    
                                      22.04.2002                            RAR(1)


    Spoiler:
    Κώδικας:
     rar a -v20000k tsanaklidou.rar Afierwma\ sthn\ Tania\ Tsanaklidou-u8flexS2p3k.mp4
    
    RAR 4.20   Copyright (c) 1993-2012 Alexander Roshal   9 Jun 2012
    Trial version             Type RAR -? for help
    
    Evaluation copy. Please register.
    
    Creating archive tsanaklidou.rar
    
    Adding    Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part02.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part03.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part04.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part05.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part06.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part07.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part08.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part09.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part10.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part11.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part12.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part13.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part14.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part15.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part16.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part17.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part18.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part19.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part20.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part21.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part22.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part23.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part24.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part25.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part26.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part27.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4                
    Calculating the control sum     
    
    Creating archive tsanaklidou.part28.rar
    
    ...       Afierwma sthn Tania Tsanaklidou-u8flexS2p3k.mp4             OK 
    Calculating the control sum     
    Done
    Τελευταία επεξεργασία από το μέλος giorgosts : 21-10-14 στις 15:05.

Παρόμοια Θέματα

  1. Μηνύματα: 37
    Τελευταίο Μήνυμα: 10-07-15, 09:09
  2. Μηνύματα: 20
    Τελευταίο Μήνυμα: 09-07-14, 10:41
  3. Μηνύματα: 1
    Τελευταίο Μήνυμα: 26-04-14, 12:48
  4. [Other] Split IP σε 2 υπολογιστες
    Από otinane38 στο φόρουμ ADSL & Broadband Hardware, routers και modems...
    Μηνύματα: 1
    Τελευταίο Μήνυμα: 06-04-14, 18:17
  5. Amazon , διαφορά τιμής στο είδος σε σχέση με το καλάθι
    Από wnet στο φόρουμ Internet, web surfing και online υπηρεσίες
    Μηνύματα: 2
    Τελευταίο Μήνυμα: 08-12-13, 03:33

Bookmarks

Bookmarks

Δικαιώματα - Επιλογές

  • Δεν μπορείτε να δημοσιεύσετε νέα θέματα
  • Δεν μπορείτε να δημοσιεύσετε νέα μηνύματα
  • Δεν μπορείτε να αναρτήσετε συνημμένα
  • Δεν μπορείτε να επεξεργαστείτε τα μηνύματα σας
  •  
  • Τα BB code είναι σε λειτουργία
  • Τα Smilies είναι σε λειτουργία
  • Το [IMG] είναι σε λειτουργία
  • Το [VIDEO] είναι σε λειτουργία
  • Το HTML είναι εκτός λειτουργίας