Usually Joomla cannot display your website name after the title you have set for it. However it’s pretty simple to make it the way that you want. There is a file named head.php in your joomla file structure. You need to find and edit this file. The path to this file is: libraries/joomla/document/html/renderer/head.php Open the […]
Tag: linux
New Category
As you may have noticed there is a new category Desktop Environment with the first article inside How to make gnome panel transparent.
How to check the Ubuntu version
This is probably the shortest tutorial ever 🙂 It’s quite simple to check the version. Executing a single command: cat /etc/issue Good luck!
How to flush-hosts in MySQL
Probably many of you have met the MySQL max connections issue and that you need to do flush-hosts. This tutorial will explain how to do it. Firstly you need to have the admin user of your MySQL server. In most cases it is root. Login through SSH and execute the following command:mysqladmin -uroot -p flush-hosts […]
Securing your /tmp partition
As you know the /tmp partition is one of the most vulnerable places on your system. This tutorial will learn you how to secure it. Securing Your /tmp Partition. It would be worthwhile to give /tmp it’s own partition and mount it using noexec- This would protect your system from MANY local and remote exploits […]
Gentoo distribution upgrade
Usually the Gentoo distribution is being upgraded by two simple emerge commands. Emerge is part of Portage which is the packet system of Gentoo. The commands to upgrade your Gentoo system are: user@GentooBox ~# emerge –sync This will sync your local machine with the gentoo server that you have set in /etc/make.conf user@GentooBox ~# emerge […]
MySQL: Check user privileges on a database
I had to check the user privileges on a database. What I found in google is only how to check the grants for a single user but I couldn’t find how to check the privileges of all users to a single database so I decided to write this article. The grants are usually kept in […]
Webnight Commander 2.0
A new version of Webnight Commander 2.0 was released. Webnight Commander is a web file manager with interface similar to GNU Midnight Commander. The main difference is that Webnight Commander have only one directory panel.
Â
Compromised Tor servers.
For those of you who use Tor is strongly recommended to upgrade to version 0.2.1.22 or 0.2.2.7-alpha. Tor is a network of virtual tunnels which allows separate persons or groups of people to increase their security and protect their anonymity on Internet. In early January we discovered that two of the seven servers that run […]
Parrot 2.0.0 Released!
Parrot 2.0.0 is now available. Parrot is a virtual machine aimed at running all dynamic languages.
Parrot 2.0.0 is available on Parrot’s FTP site, or follow the download instructions.
Languages: http://parrot.org/languages