This tutorial will teach you to: Setup the Best Remote Desktop Client Windows to Linux Tutorial Gentoo and Debian. More elegantly, I will walk you through the process of setting up tightVNC on your windows, debian or gentoo computers and/or servers. I have chosen tightVNC simply because it is the best I have found and […]
Author: me
Copying to External Drive not working KDE If your external drive is of the NTFS filesystem: Sometimes a native linux install does not have the drivers to write to an external drive of the NTFS filesystem. When you try to copy to an external hard drive with dolphin in KDE; it will give you a […]
$PATH variable sometimes different
Recently I had a problem with one of the utilities I use giving a command not found bash error. It was unfathomable as just yesterday it had worked, but today it didn’t. When I checked the $PATH variable, the folder with the binary of the command I was calling was not present. I then had […]
Tutorial on how to go back to previous page Zend Framework Controller: $request = $this->getRequest(); $referrer = $request->getHeader(‘referer’); $this->view->referer = $referer; View:
Connecting MySQL Workbench to Server MySQL
Use: GRANT ALL ON *.* to root@’%’ IDENTIFIED BY ‘your-root-password’; Use % as host if you don’t know where user is connecting from. Also make sure Mysql is running and that iptables is not blocking the port. The above solves this error: Host … is not allowed to connect to this MySQL server