Results for "Linux"

Tags

  • Sync your broken transfer in Linux rsync -e ssh file host:/directory/. #rsync #scp #Linux

    Tags: rsync, scp, Linux

    2801 days ago

  • Determine your current Java version in Linux OS: java -Xmx90m -version #Java #Linux #Version

    Tags: Java, Linux, Version

    2780 days ago

  • Number of thread in Linux: echo $(( `ps axms | wc -l` - 1)) #Thread #Info #Linux

    Tags: Thread, Info, Linux

    2750 days ago

  • du -sh * will give you the size of all the directories,files etc in current directory in human readable format. #Linux #Size #Tricks #Folders #Files

    Tags: Linux, Size, Tricks, Folders, Files

    2775 days ago

  • Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt #Split #Break #Line #Ubuntu #Linux #Tricks

    Tags: Split, Break, Line, Ubuntu, Linux, Tricks

    2743 days ago

  • Find a file with certain size and delete them: $ find . -name "see-D-d-ALN_*" -size -10k -delete #Delete #Size #Linux #Tricks

    Tags: Delete, Size, Linux, Tricks

    2761 days ago

  • Contact many files: $ for a in *.txt ; do cat $a >> newFile ; done #Linux #Tricks

    Tags: Linux, Tricks

    2760 days ago

  • Little correction, I guess you mean concatenate many files: $ for a in *.txt ; do cat $a >> newFile ; done #Linux #Tricks

    Tags: Linux, Tricks

    2759 days ago

  • List all kernels dpkg --get-selections | grep "linux-image-[[:digit:]].*" | tr "\t" ";" | cut -d ";" -f1 #Kernels #Linux #List

    Tags: Kernels, Linux, List

    2711 days ago

  • Re-install perl in Ubuntu: sudo aptitude reinstall perl #Perl #Ubuntu #Install #Linux

    Tags: Perl, Ubuntu, Install, Linux

    2710 days ago