The Danesh Project

Knowledge bling’s the finer things in life.

Good news to all Fedora fans. Fedora 9 codenamed “Sulphur” is out.
The new release comes with quite a few new features. To start off. Fedora 9 runs on the latest 2.6.25 kernel. There’s a new package management system included called “Packgeit” which uses Yum for it’s backend. Gnome Desktop 2.22 and KDE 4.03 are the [...]

Its sometimes necessary to limit who has access to a server via SSH. Most Linux security hardening checklist today require this to be enforced.
Fortunately this can be easily done with openSSH. Just edit the /etc/ssh/sshd_config file and add the desired directives shown below. You don’t need them all, just use what suits you needs.
openSSH provides [...]

How to find recently installed RPMs

rpm -qa –last will return all installed rpm packages with their installed time. The last installed packages will be at the top of the list.
rpm -qa –last | less is will return all installed packages with their install date. Less allows you to scroll through the results.
rpm -qa –last | tail -n [lines] will [...]

Can you access support.microsoft.com? Chances are you can’t if you’re behind a squid proxy.
Here’s the fix/workaround,
Add the lines below into your squid.conf file. should be in /etc/squid/squid.conf. Restart squid and you should be good to go.
#> vi /etc/squid/squid.conf
add lines into /etc/squid.conf
# Fix support.microsoft.com by removing Accept-Encoding header
acl support.microsoft.com dstdomain support.microsoft.com
header_access Accept-Encoding deny support.microsoft.com
#> service squid [...]

http://www.youtube.com/watch?v=tG7cM5Yvhz4

A spanking new release of Google Earth is out. The latest 4.3 release comes with Photo Realistic 3D modeling for buildings, “Swoop navigation” for an improved navigation experience, “Light and shadow” to catch sunrise and sunset from anywhere and finally the popular “Street View” which was previously a Google Maps only feature.
Now something to excite [...]

« Previous Entries