22 Dec
Posted by Christian in: Cool Stuff, Linux, Open Source, Server, Technology
Recently I was trying to upgrade using Yum on my Fedora 9 machine and I got an awful message that I did not have enough space to complete the upgrade. What the hell? My / partition has a huge 10GB, how can this be so?
[root@Garth Download]# df -hFilesystem Size Used Avail Use% Mounted on/dev/sda2 9.5G [...]
24 Nov
Posted by Christian in: Cool Stuff, Development, Linux, My Opinions, Open Source, Technology
grep is a file content searching tool for Linux. It is loved by programmers for its ease of use and swift search results (with customisable output). For example, if you forgot where you left your debug code, you can quickly display a list of the files that contain the code like so;
grep -ril ‘var_dump’ *
But, [...]
21 Nov
Posted by Christian in: Cool Stuff, Development, Linux, My Opinions, Open Source, Technology, Web
A lot of people these days use graphical clients for creating their database schema’s and therefor start with the Entity Relationship diagram and then have it generate the SQL for them. I prefer to write SQL directly as I seem to have an ongoing misunderstanding with most graphical clients but then I would need to [...]
12 Jun
Posted by Christian in: Breaking News, Open Source, Technology, Web
That’s right and we don’t have long to wait either. 17th of June. 5 Days away.
Read the release statement.
For years and years I was an avid Windows user. I loved everything about Windows and Microsoft in general. I did use Linux in some environments, for eg, I used ssh to log into the server that hosts my site (www.skylinesaustralia.com) and I had dabbled with Linux distro’s on old machines around my house, but [...]