Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    6

    Re: mrtg client/server setup

    thanks a lot for the replies. I managed to create in the server the mrtg to show the ethernet traffic for local and remote server. So far so good.
    I would like to add information for CPU and ram for...
  2. Replies
    5
    Views
    6

    Re: mrtg client/server setup

    up to now i have the server_A to be able to login at http://IP_address/mrtg and i can see the localhosts traffic. How do i add the other 2 machines?
  3. Replies
    5
    Views
    6

    mrtg client/server setup

    i am writing this post, sonce i am bit confused on how to configure a monitoring system for my LAN and add devices.
    at the moment i have 3 ubuntu servers(A, B, C), physical machines, running...
  4. [all variants] Re: join mulitple videos and slides in a single mp4 file

    i have seen the ffmpeg tool but i cannot find how i could join a sinlge png file and a mp4 file to a single mp4 output
    input.png+input.mp4=output.mp4
  5. [all variants] join mulitple videos and slides in a single mp4 file

    i have an ubuntu server 20.04 (no Gui) and i have a series of mp4 and powerpoint slides that i would like to join in a particular order. eg slide1, 1.mp4, slide2, 2.mp4, slideN, N.mp4
    The slides are...
  6. Replies
    3
    Views
    4

    sane.d scanner and pdf size

    I have an USB multifunction printer at my SoHo and by using CUPS i manage to print from all PCs/android devices. Also by using SANE.D i have the scanning available from LAN. so far so good.
    The...
  7. Thread: Print scan server

    by atux
    Replies
    1
    Views
    2

    Print scan server

    I got a HP usb multi function fax, printer, scanner and i am sharing it in the LAN via a PC that runs ubuntu server 18.04 LTS. I am using CUPS for printing and saned for scanning and users from their...
  8. Thread: Protecting my VPS

    by atux
    Replies
    5
    Views
    6

    [ubuntu] Re: Protecting my VPS

    I have done some work with the iptables and it seems to work, even it is very strict for non used ports. i am trying to add the Spamhaus, but i am not sure that i added it correctly in the iptables...
  9. Thread: Protecting my VPS

    by atux
    Replies
    5
    Views
    6

    [ubuntu] Re: Protecting my VPS

    Hi @darkod. the script has commented out the port 80. It is for future reference, only. The script is an enhancement from me, but i am not sure if it covers me or not. The reason i am looking to have...
  10. Thread: Protecting my VPS

    by atux
    Replies
    5
    Views
    6

    [ubuntu] Protecting my VPS

    i bought a VPS to create an OpenVPN server. I got my Openvpn service up and running and i would like to ask for some help with the rest of the iptables please. Seems that i got a ton of port scanners...
  11. Replies
    5
    Views
    6

    Re: batch convert flv to mp4

    Hi. The command
    ffmpeg -i input.flv -vcodec copy -acodec copy output.mp4
    it works finaly.
    How can i make it a nice script to convert all the flv files in a folder.
  12. Replies
    5
    Views
    6

    Re: batch convert flv to mp4

    i 've taken another approach
    #!/bin/bash
    for f in *.flv; do ffmpeg -i "$f" "${f%.flv}.mp4" -vcodec copy -acodec mpeg4; done
    It successfully creates an mp4 file, but the audio is not synced to ...
  13. Replies
    5
    Views
    6

    batch convert flv to mp4

    Hi. I have load of flv files that i would like to convert them to mp4 files.
    At the moment i managed to convert a single file with the following command

    ffmpeg -i input.flv -vcodec copy -acodec...
  14. Replies
    2
    Views
    3

    Ufw to protect my vps

    Hi. I have a vps running Ubuntu 18.04 server and i would like to protect it. I have installed ufw and opened only a port for ssh in different port. So far so good. I wod like to log all bogus and...
  15. Replies
    3
    Views
    4

    dhcp server and leases

    running ubuntu server 18 in a system and it acts as dhcp server by making use of dnsmasq.
    i have the setting to keep the lease 1h.
    in the file
    /var/lib/misc/dnsmasq.leases i see the leases. I did...
  16. Replies
    0
    Views
    1

    Pxe install to non pae

    Hi. I am trying to install ubuntu 18 server in an Alix 2d13(pcengines) by making usenof a pxe. The thing is that when the client boots, it geta an IP and it finds the image to boot from. Then i am...
  17. Replies
    2
    Views
    3

    Re: add IPv6 capabilities in my ubuntu router

    Hi. just finished of a clean install of 16.04.04 LTS and i have exactly the same setup. the system is functional and i am now up to date regarding OS. i am looking for some help with the IPv6 DHCP,...
  18. Replies
    2
    Views
    3

    add IPv6 capabilities in my ubuntu router

    For lab purposes i have an ubuntu server 12.04 and it acts as router. It is server edition 32bit and runs headless. It has 3 ethernet cards (eth0, 1, 2).

    eth0(192.168.0.1/24): is used for WAN...
  19. Replies
    0
    Views
    1

    [ubuntu] Router to send IPv4 & IPv6

    In my LAN i have a server running 14.04 LTS and it acts as router with eth0 and eth1. All traffic from eth1 is getting NAT to eth1 for the Internet and vice versa. eth1 offers IPv4 ip address as DHCP...
  20. Replies
    0
    Views
    1

    dnsmasq as tftp server

    i am running a small ubuntu server that has some services on it. with dnsmasq i have the dhcp.
    i would like to setup a tftp server in the same system and i thought of dnsmasq, since it is already...
  21. Replies
    15
    Views
    16

    Re: compare files and delete the older ones

    OK, now the final bit to make it a script.
    at the moment i do manually download the files by ssh to folder /var/www/html/A by typing
    wget -nc -nd --no-check-certificate --user atux --password...
  22. Replies
    15
    Views
    16

    Re: compare files and delete the older ones

    it works. thanks a lot :D
  23. Replies
    15
    Views
    16

    Re: compare files and delete the older ones

    The server has only the latest ones. So it is fine with my side since wget will download only the set of the files on the server.
  24. Replies
    15
    Views
    16

    Re: compare files and delete the older ones

    Yes, i got this scenario.
    Do you have any clues on how to achieve this? I need it to check frequently through cronjob, eg every hour.
  25. Replies
    15
    Views
    16

    Re: compare files and delete the older ones

    i did restart the system but i did not manage to make it work for me.
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4