Search:

Type: Posts; User: sundol; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    1,397

    [ubuntu] Recover ext4 partition that was "shred"ed

    I did
    $>shred -n 1 -v /dev/sda2 # /home partition (ext4)
    It gave some error messages and continued. I quit it after several seconds by Ctrl+C.

    Then,
    $>shred -n 1 -v /dev/sda1 # / partition...
  2. [ubuntu] secure delete option for an SSD without unnecessary life reduction

    Googling told me that single pass deletion is good enough for SSD and more than one pass deletion just reduce the life of SSD with no benefit.

    "man sfill" was not clear for me how to do a single...
  3. Replies
    1
    Views
    411

    [ubuntu] How to make an image searchable?

    I made a screen capture that includes both pictures and texts.
    How to make this picture a searchable image?

    Thanks in advance.
  4. [ubuntu] distinguish visually for usual dir and sshfs mounted dir

    I am using the default terminal for Ubuntu.
    For example, ls -CF --color=auto make usual files, directories, and links visually different.

    I want to be reminded visually that some directories are...
  5. Replies
    1
    Views
    2,886

    [ubuntu] convert pdf to tiff with a given PPI value

    What is the option of "convert" command to convert a.pdf to a.tiff with a given DPI(pixels per inches) value (e.g. 600)?
    Currently, I use GIMP to do same thing but "convert" would be simpler.
    I...
  6. Replies
    0
    Views
    4,193

    [ubuntu] ac_nonexistent.h: no such file

    While I installed a Revolution Enterprise Academic Version from a source package, following error occurred.

    ********
    conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
    ********...
  7. Replies
    6
    Views
    17,542

    [ubuntu] Re: Enable Compositing

    If you updated it to the Ubuntu 10.04, you can set it easily.

    On the menubar: System -> Preference -> Desktop setting -> Windows -> check 'Use Gnome Compositing'
  8. Replies
    1
    Views
    1,838

    [ubuntu] "/usr/bin/ld: cannot find -lglut32"

    While I installed a software from source at Ubuntu 10.04, "GL/glut.h: No such file or directory" was appeared in a config.log

    'Ubuntu package search' found two packages containing 'GL/glut.h'...
  9. Replies
    4
    Views
    3,044

    [ubuntu] Re: Software to amplify sound (not alsamixer)?

    Thank you for reply.

    My question maybe was not good enough.
    I want to amplify the sound of a network streaming.
    I looked up audacity but it looks like a software only for an offline audio...
  10. Replies
    4
    Views
    3,044

    [ubuntu] Software to amplify sound (not alsamixer)?

    At Ubuntu 10.04, I amplified sound maximally using alsamixer and volume icon on the menu bar but I want to amplify further.

    VLC can amplify sound upto 400% but only inside VLC.

    Are there any...
  11. [all variants] Re: Ubuntu 10.04 breaks printing support for Epson S21

    Same problem for Ricoh Imagio MP-C4000.

    I freshly install 10.04. Previouly, 9.10 on same machine printed well but 10.04 doesn't.

    'Print Test page' did not print at all but 'Print Self-test...
  12. Replies
    2
    Views
    1,461

    [ubuntu] How to merge .odp slides?

    I want to merge many .odp files into one.
    I know that it can be done one by one inside impress but it's laborious.
    Is it possible to merge .odp slides automatically such as pdftk for pdf merge?
  13. [ubuntu] Re: "Intel Wifi Link 5300" work at 2.6.31-14-generic-pae ?

    sudo cat /var/log/messages | grep -i Network

    Nov 22 01:47:04 mypcname kernel: [ 1.760781] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
    Nov 22 01:47:04 mypcname kernel: [ 1.905022]...
  14. [ubuntu] Re: "Intel Wifi Link 5300" work at 2.6.31-14-generic-pae ?

    Messages containing iwlcore were produced when I installed 'http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/11/compat-wireless-2009-11-21.tar.bz2'.
    Before I installed it and after I...
  15. [ubuntu] Re: "Intel Wifi Link 5300" work at 2.6.31-14-generic-pae ?

    Wireless of my laptop is always disabled.
    I can use wireless at Windows (dual booting) but never, yet, at linux.
  16. [ubuntu] "Intel Wifi Link 5300" work at 2.6.31-14-generic-pae ?

    "Intel Wifi Link 5300" is disabled at my Ubuntu 9.10.
    How can I enable this?

    Once I installed "http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5000-ucode-8.24.2.12.tgz", which contained...
  17. [ubuntu] How to enable gvim open the file in a new tab when clicking it in nautilus?

    When a file is opened by gedit in a nautilus, gedit opens them using multiple tabs in a gedit window (gedit is the default editor).

    I want to do same thing for gvim.
    I know that :tabnew open...
  18. Replies
    3
    Views
    1,537

    [ubuntu] secure msn account through pidgin

    I've heard that msn message is sent in a clear text form through net.
    I use msn account in pidgin.

    1. Message through MSN account in pidgin is encrypted by default?

    2. If not, how to encrypt...
  19. [ubuntu] how to change a png of 2x2 inches, 100ppi into 1x1 inches, 200ppi ?

    I have a .png file, which has 2 x 2 inches and 100 ppi resolution.

    How can I change this into a .png file of 1 x 1 inches and 200 ppi resolution, without any lost of qualities?
  20. Replies
    5
    Views
    5,035

    [ubuntu] Re: How to join images side by side?

    Thank you. :D It works!!
  21. Replies
    5
    Views
    5,035

    [ubuntu] How to join images side by side?

    I have two .tiff files.
    I want to join the bottom side of an image and the top side of the other image.

    How to do this?

    Thanks.
  22. Replies
    0
    Views
    1,327

    [ubuntu] none vs. tmpfs for /dev/shm

    Hi, all

    Is there any difference between following two lines in /etc/fstab ?

    tmpfs /dev/shm tmpfs defaults 0 0
    vs.
    none /dev/shm tmpfs defaults 0 0
  23. [ubuntu] how to detect same mp3 file with different names?

    I have many mp3 files but many of them are actually same files with different names.

    Simple file size is not good enough to detect same mp3. How can I detect automatically same mp3 files without...
  24. Replies
    1
    Views
    404

    [ubuntu] How to change the size of a ramdrive?

    I mounted a ramdrive to /tmp/ by adding a line to '/etc/fstab'.

    However, I want to change the size.

    How can it be done?
  25. Replies
    1
    Views
    1,399

    [ubuntu] Does noatime include nodiratime?

    In options of /etc/fstab, noatime is about files and nodiratime is about directories. In this context, directories are included in files?

    If noatime was already set, nodiratime does not make any...
Results 1 to 25 of 31
Page 1 of 2 1 2