Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Linux Hard Drives and Network Performance Tools

  • November 27, 2013

Here is a series of tools available to test hard drives and network speed in Linux

http://wiki.linux-nfs.org/wiki/index.php/Testing_tools
    • Programming

Fix Request Tracker 4.2.0 IE Submit issue

  • November 26, 2013

If you are unable to submit changes in Request Tracker using Internet Explorer, you will need to make the change indicated in the following link:

https://github.com/bestpractical/rt/commit/e827789

    • Programming

Sendmail: delete all emails for a user from the command line

  • November 19, 2013
cat /dev/null > /var/mail/MAILBOX_YOU_WANT_TO_CLEAR

for example for user root you would use something like:

cat /dev/null > /var/mail/root
    • System Administration

Largest Files and Folders Linux

  • November 18, 2013

Top 20 Largest folders in a directory in Linux.

 du -shx * | sort -hr | head -n 20

Find All files larger than 50 megs in the entire system:

find / -type f -size +50M -exec ls -lh {} \; 2> /dev/null | awk '{ print $NF ": " $5 }' | sort -nrk 2,2
    • System Administration

Software Licensing Useful Websites

  • October 26, 2013

Understanding Copyright and Licenses

http://www.smashingmagazine.com/2011/06/14/understanding-copyright-and-licenses/

OpenSource Licensing

http://opensource.org/licenses

Choose a License

http://choosealicense.com/
    • Programming
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...
When I download the new JDK for Mac it says the disk image is not reco...
You are my hero for posting this....
Greetings! Very useful advice in this particular article! It's the ...
I love what you guys are up too. This type of clever work and reportin...
relates to. To fix that you can either include the path to mysqldump e...
By implementing all these third-party tacked on start menus, all we’...

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2026 Ycsoftware.net
Top