Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.28 seconds.

  1. [ubuntu] 17.04 changing SSL certificate to Let's encrypt

    Hello,

    one of my domains certificate from comodo and now I am trying to change to Let's encrypt certificate.

    the droplet has got Ubuntu 17.04 and I followed this guide:
    ...
  2. Replies
    0
    Views
    1

    [ubuntu] Formatting CUPS generating RSS

    Hello,

    my cups server generating rss for the states but I need to check these informations in web page with tables and more beatiful view. Is there any online tool or service which can do this?
  3. Replies
    2
    Views
    3

    [ubuntu] 14.04 weird port blocking issue

    I have a web server works on apache and port 81. it generates some files and I have to get these with wget link:81/filename but my server can't communicate from port 81.

    I can access these files...
  4. Thread: Bash script help

    by YaPaY
    Replies
    2
    Views
    3

    Re: Bash script help

    thanks but I am not a programmer :(
  5. Thread: Bash script help

    by YaPaY
    Replies
    2
    Views
    3

    Bash script help

    for i in 11 71 16 17 21 26 28 42 43 26 19 2 22 3 25 64 69 58
    do
    URL="http://127.0.0.1:8000/live/admin/12drf2vjVOm/$i.ts"

    HAS_AAC_OUT=$(ffmpeg -i $URL 2>&1 | grep 48000)
    if [ -z "$HAS_AAC_OUT"...
  6. Replies
    3
    Views
    4

    Re: Proftpd and Winscp

    @SeijiSensei,

    Thanks a lot for the solution
  7. Replies
    3
    Views
    4

    Proftpd and Winscp

    Dear all,

    I configured my ftp to access every user to access spesific directories. It works under FTP protocols but İf I connect via Winscp and set the conneciton type as SFTP or SCP I can access...
  8. Re: ffmpeg Non-monotonous DTS in output stream error

    thanks but there is no any suggest in this thread
  9. ffmpeg Non-monotonous DTS in output stream error

    Dear all,

    I am trying the transcode satellite signals and send the receievers . I am using nginx+rtmp for it. Here is my command


    ffmpeg -i http://192.168.1.59:81/zdfinfo/index.m3u8 -c:v...
  10. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    I have been restarted the server


    root@Trans2:~# mkfs.ext4 /dev/sdb1
    mke2fs 1.42.9 (4-Feb-2014)
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0...
  11. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    I have no idae what you mean but it is the fstab


    # /etc/fstab: static file system information.
    #
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with...
  12. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    yes it seems single solution from my side is restart the server. I will do that at the midnight. I hope I hope I would not to plugout plugin the disk after reboot. It would makes really headache. I...
  13. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    sudo umount /media/exfat
    umount: /media/exfat: not mounted


    There is no FM or GUI, I am connecting via Putty
  14. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    it is mounted the directory /media/exfat


    yapay@Trans2:~$ sudo lsof | grep /media/exfat
    [sudo] password for yapay:
    yapay@Trans2:~$ sudo mkfs.ext4 /dev/sdb1
    mke2fs 1.42.9 (4-Feb-2014)...
  15. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    fuser command gives no output
    pps auxw|grep PID
    USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
    yapay 22136 0.0 0.0 11752 2272 pts/0 S+ 19:54 0:00 grep...
  16. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    b) sudo lsof | grep sdb1 (not any output)

    I confirm I backuped all the files and folder to another place. ext4 is ok, you are right
  17. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    a short edit. According to the format tutorials Ihave been deleted all 4 partition and make a new partition on hdd and enter: w

    next step would be format but

    mkfs.ext3 /dev/sdb1
    mke2fs 1.42.9...
  18. Replies
    18
    Views
    359

    [ubuntu] Re: convert exfat drive to ext3

    Thanks for reply

    The drive is usb and exfat when try the unmount getting this message

    umount: /media/exfat: device is busy.
    (In some cases useful info about processes that use
    ...
  19. Replies
    18
    Views
    359

    [ubuntu] convert exfat drive to ext3

    I have remote server which pluggedin a external hdd with exfat format

    I live some problems about the permission so I decided to convert it ext3.

    but

    if possible I would like to keep data...
  20. [SOLVED] Re: bash script how to assign variables from a link

    @btindie

    many thanks. It works great.
  21. [SOLVED] Re: bash script how to assign variables from a link

    Thank TheFu,

    it seems a bit hard for me.
  22. [SOLVED] bash script how to assign variables from a link

    I have a web link for example 127.0.0.1/list.m3u

    list.m3u

    #EXTINF:-1,Sat 1
    http://127.0.0.1:8000/live/rrr/rrr/152.ts
    #EXTINF:-1,Pro Sieben
    http://127.0.0.1:8000/live/rrr/rr/153.ts
  23. Replies
    8
    Views
    643

    [SOLVED] Re: help for a simple bash script

    if you have interested I can send the link from my corrupted streams but for this we will wait. Sometimes any stream works without corrupt 5-6 days, sometimes only in a few hours goes corrupt.
  24. Replies
    8
    Views
    643

    [SOLVED] Re: help for a simple bash script

    it was very useful to gather information. Sometimes encode goes corrupt and single solution the restart the transcode. Is there any possibility the detect any corrupt stream with ffprobe?
  25. Replies
    8
    Views
    643

    [SOLVED] Re: help for a simple bash script

    thanks @btindie. It works great
Results 1 to 25 of 59
Page 1 of 3 1 2 3