-
Categories
-
Tags/Keywords
Apache bash blog blog.bigsmoke.us CLI CSS Debian design DNS Firefox Gentoo Google HTML HTTP Linux MediaWiki mod_rewrite MySQL network neustar PHP plugin PNG PostgreSQL Ruby samba Screen shell Sicirec smb SpamAssassin SSH Subversion svn T61 Ubuntu URL van der Molen VIM WordPress WWW www.sicirec.org X XTerm zimbra -
Recent Posts
-
Recent Comments
Index
Fixing extremely slow domain logon windows 7
I just installed two Windows 7 machines and both of them take a very long time to logon to the (samba) domain controller. I've found several reports on the internet about people with the same issue. This was one of the pages I found. I tried it and it works. It says:
Read More »
Windows domains: De opgegeven referenties zijn strijdig met de bestaande groep referenties
I was trying to add a Windows 2000 machine to our domain, but I got this message (in Dutch, unfortunately):
Read More »
Installing Samba from lenny-backports
With our new Windows 7 machines, we need at least samba 3.3.7. However, our server with Debian stable doesn't have that in its repository. So, I was forced to install samba with lenny-backports.
Read More »
Creating new MySQL database and user
I often need to make a MySQL database and a user that can do anything in it:
create database bla character set utf8;
create user 'jack'@'localhost' identified by 'password';
use bla
grant all on bla.* to 'jack'@'localhost' identified by 'password';
Read More »
OpenDNS servers
I've had to deal with crappy DNS servers quite a lot; servers that don't resolve certain sites, servers that take endlessly, etc. Therefore, using OpenDNS can be a good solution. The IP addresses for OpenDNS are (including /etc/resolv.conf directives):
Read More »
Command line mistakes
Here's a nice post by Vivek Gite about ten of his biggest command line mistakes. The comments are good too.
Read More »MediaWiki Semantic Google Maps and Semantic Layers merged into one
While upgrading my MediaWiki installation, I noticed that my trusted, old Semantic Google Maps has been replaced by what seems to be the successor of what I considered the promising Semantic Layers extension. The new extension is simply called Semantic Maps.
Read More »MediaWiki thumb.php and rewrite rules
May, last year, I created an empty draft for this post, because, around that time, I had gone through quite some effort before I got thumbnails for foreign file repos working just right. Now, I'm taking a dive into my MediaWiki working dirs in preparation of the creation of a separate development environment, so it's a good moment to rehash the past experience (almost as good as when I'd have done it right away). Read More »
Enabling mplayers multithreading for HD video.
Certain codecs support multithreaded decoding, but you have to configure it, though. You can do that by adding this to your mplayer.conf:
Read More »
