Search:

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

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Resize ext4 partition by expanding to free space BEFORE it

    Anyone?
  2. [ubuntu] Resize ext4 partition by expanding to free space BEFORE it

    Hello Guys

    I would like to resize an ext4 partition. The drive has a chunk of free space before this partition. All the tutorials that I have read on the internet somehow implicitly assume that...
  3. [SOLVED] MTS/M2TS to MKV (Esp. Applicable to Sony HD Camcoders)

    After spending many frustrating hours, I finally found a solution to easily re-mux m2ts/mts files produced by Sony HDR-SR12 or other similar camcoders in order to stream them smoothly over DLNA to...
  4. [ubuntu] Re: How to convert AVCHD (MTS/M2TS) to MP4 losslessly.

    Very good post. Very useful. It solved one of my problems. Now my question is how do you include the text stream as well, the PGS?

    Thanks
  5. [all variants] Show Local Hard Disk as External USB Storage to TV

    Hello Ubuntu Community

    I have this unique situation, I think. My TV plays certain files only through external USB storage. My Ubuntu server stores all of these files on local hard disks. I do not...
  6. [ubuntu] Re: whats a popular backup script I could use???

    Thank you hyper_ch very much for the useful script.
  7. [ubuntu] Re: my_print_defaults overwritten by another file

    Okay solved it.
    Just downloaded MySQL Server tarball for linux with the same version. Unzipped and copied my_print_defaults to /usr/bin.
  8. [ubuntu] SOLVED: my_print_defaults overwritten by another file

    I mistakenly overwrote /usr/bin/my_print_defaults during a copy operation. There is no backup. Is there a way I can download this binary from somewhere?

    This is my MySQL version:
    mysql Ver 14.12...
  9. Replies
    2
    Views
    350

    [all variants] Re: Regexp Question

    Exactly what I needed. Also a good practical introduction to perl. Thanks a lot.
  10. Replies
    3
    Views
    566

    [all variants] Re: website folder, download and save

    Thank you everybody. I am now using wget to download the folder. It has even allowed me to handle cookie based sessions.

    Thanks agian.
  11. Replies
    2
    Views
    350

    [all variants] Regexp Question

    I am doing the following:


    cat xyz.tt | egrep date1.\{1,4\}value=\"\(.\{4,6\}2008\)\"

    which outputs a line like:


    <input type="hidden" name="date1" value="6-7-2008">
  12. Replies
    3
    Views
    566

    [all variants] website folder, download and save

    Hello

    I am interested in copying a certain folder from a website on regular basis. The name of folder changes (increments) daily. The website requires login. Is there a linux utility that can...
  13. Re: Using character as relational operator in C/C++

    dempl_dempl:

    Thanks for both pieces of code. I am going to use the second, hash and function pointer based version. On the other hand, the first was a good introduction to the aspect-based...
  14. Re: Using character as relational operator in C/C++

    Could you kindly post some example code?
  15. Re: Using character as relational operator in C/C++

    Yes thats what I am looking for in C/C++. It is in Matlab.
  16. Using character as relational operator in C/C++

    Hello there

    How can I use a character entered by the user as a relational operator. Something like:


    int var1 = 30;
    int var2 = 20;
    char op_char = cin.get(); // User enters '<'

    if...
  17. [ubuntu] Re: List files with write permission to everyone

    Great. I could search
    find . -perm 777
    and look at that, I found one folder all set for hacking.

    Danke noch mal
  18. [ubuntu] List files with write permission to everyone

    Hello there

    How can I list only those file (with ls command) which are write-able by everyone.

    When managing web-server folders, I often need to check that there are no unauthorized...
  19. Replies
    102
    Views
    98,202

    Re: HOWTO: Install GNU Emacs with antialiasing

    Thank you Ebaad. That worked for me.
  20. [ubuntu] Solving: GRUB not working on reboot after 8.04 installation

    After I successfully installed Ubuntu 8.04 on my XP system, the system refused to boot and GRUB continued flooding on the screen. Here is a short howto on solving it:

    Solving messed-up boot loader...
Results 1 to 20 of 20