www.LinuxMatters.info

Log in
Google
  • Register
  • Lost password
  • Activity
  • Blogs
  • Bookmarks
  • Pages
  • Your IP
  • More
    • Groups
    • Linux News
    • Members
    • Questions

Log in

Google
  • Register
  • Lost password

Latest groups

  • AIX

    AIX

    Aix Matters
  • Ubuntu

    Ubuntu

  • RedHat

    RedHat

Newest members

    • LinuxMaster@linuxmaster
    LinuxMaster
    • admin@admin
    admin

Latest blog posts

    • LinuxMaster@linuxmaster
    LinuxMaster

    Vi reference list

    By LinuxMaster 47 days ago
    • vi
    • vim reference
    • vi reference
    a insert text after the cursor positionb go back a wordc {motion} change text till motiond {motion} delete text till motione move to end of the wordf find a char in the same linegg go to first linegd jump to declaration in the current functionh move...
    • LinuxMaster@linuxmaster
    LinuxMaster

    ACL setting configuration

    By LinuxMaster 48 days ago

    Categories: linux matters

    • drwxrwx---+
    • acl
    • getfacl
    • setfacl
    • changing acl
    • updating acl
    #drwxrwx---+ If we see any folder permission like the one above is nothing but ACL configured. To get the ACL details #getfacl folder/filename # owner: root# group: groupnameuser::rwxgroup::rwxgroup:groupname:rwxmask::rwxother::---   To...
    • LinuxMaster@linuxmaster
    LinuxMaster

    Mysql replication an easy way

    By LinuxMaster 54 days ago
    • mysql
    • replication
    • restoring mysql
    • master slave
    mysqldump --all-databases --flush-logs --master-data=1|2 > all_databases.sqlmysql> reset master;On slave:mysql -u root < all_databases.sqlmysql > stop slave;Read all_databases.sql and look for commented ou change master...
    • LinuxMaster@linuxmaster
    LinuxMaster

    Converting MTS file to flv using ffmpeg

    By LinuxMaster 70 days ago Comments (2)

    Categories: linux matters

    • mts to flv convertion
    # ffmpeg -i input.MTS -vcodec flv -f flv -r 25 -s 800x450 -aspect 16:9 -b 2000k -g 160 -cmp 2 -subcmp 2 -mbd 2 -flags +aic+cbp+mv0+mv4 -trellis 2 -acodec libmp3lame -ac 2 -ar 44100 -ab 256k out.flv Replace the input.MTS with your file name and if...

Latest bookmarks

    • LinuxMaster@linuxmaster
    LinuxMaster

    Cenos package including EOL

    By LinuxMaster 32 days ago
    • centos
    • rpm
    http://vault.centos.org/
    • LinuxMaster@linuxmaster
    LinuxMaster

    Installation Openfiler 2.99 and configuring NFS share

    By LinuxMaster 101 days ago
    • openfiler
    www.vladan.fr
    • LinuxMaster@linuxmaster
    LinuxMaster

    GUID Partition Table /gpt

    By LinuxMaster 114 days ago
    • guid partition table /gpt
    wiki.archlinux.org
    • LinuxMaster@linuxmaster
    LinuxMaster

    gpt disk, converting msdos mbr to gpt for overcoming 2TB limitation

    By LinuxMaster 114 days ago
    • gpt
    • mbr
    • 2tb limitation
    www.rodsbooks.com - gpt disk, converting msdos mbr to gpt for overcoming 2TB limitation