Flash on iPhone and iPad… The heroes speak up
Source: 1 | 2
Source: 1 | 2
Think I’ll take the stone ;D
...
Mozilla today released Firefox 3.6.3. It’s a security fix so make sure you get updated ASAP The release fixes a bug which could allow a attacker to remotely execute code. Read the Release Notes and download it.
Here’s how to sort files by size in Linux. Standard; ls -lhS Reverse; ls -lhSr Options used; -l -> print long listing -h -> print human readable sizes -S -> sort by file size -r -> reverse order Output; [root@kmon01 log]# ls -lhS<br /> total 70M<br /> -rw-r--r-- 1 root root 36M Mar 31 11:28 messages<br /> -rw-r--r-- 1 root root 15M Mar 31 11:25 cron<br /> -rw-rw-r-- 1 root root 15M Mar 31 04:02 maillog<br /> -rw-rw-r-- 1 root utmp 3....