// archives

Fixes

This category contains 14 posts

Trojan.Rootkit-1835 ClamAV False Positive

This morning I was going over last night’s ClamWin scan results on my Windows XP box and found a few instances of Trojan.Rootkit-1835 infecting the following files:

Fix Slow Scrolling in jEdit

So far jEdit is proving to be a great editor (FTP/SFTP support is great) but after tweaking it to my liking (BufferTabs plugin, fonts, etc.) I noticed that scrolling the main text area had become very slow. I didn’t want to just blame Java so I looked it up and found the cause.

Fix slow connections to Ubuntu SSH servers

As of Ubuntu 8.10 and older, connections to SSH servers with default configs can be annoyingly slow. This is because the OpenSSH daemon uses DNS to run a reverse lookup on the client to be sure that they aren’t faking their hostname. You can disable most look-ups by implementing the following setting:
As root edit “/etc/ssh/sshd_config” [...]

Hide Administrator from Welcome Screen in Vista

By default the Administrator account in Vista is Disabled – everything is run in a sudo fashion without actually logging in to the Administrator account. Some times due to external password recovery systems or other various reasons the built-in Administrator account is enabled, causing it to show up on the Welcome Screen.
In order to stop [...]

Fix Vista Update Loop

Symptoms include this message on boot:
“configuring updates stage 3 of 3. 0% complete”
and then an automatic reboot and the same message over and over again in an endless loop.

Missing User Accounts in Windows XP

So this time they weren’t hidden ’cause they weren’t in the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList
But they didn’t show up in the Accounts Control Panel or in Run > control userpasswords2.
But they do show up when you run the command:
net user
aaand each account is active.. BUT they had no groups assigned to them and since it was [...]

Atheros Wireless in Ubuntu 8.10 Intrepid Ibex

Did a fresh install + updates of Kubuntu 8.10 on a customer’s laptop and had no wireless even though it’s an Atheros chipset.

Disable Recent Documents in Gnome 2.22.3

So even Windows lets you disable the Recent Documents feature, but for some reason Gnome really wants to remember what files you’ve been messing with. Personally I never use this menu item (usually under Places in the Gnome Main Menu) and find it to be a bit of a privacy concern.
Surprisingly enough there are no [...]

Echo PHP Nested Array Contents + Keys

I’ve always had some trouble with the syntax for accessing Nested Arrays and their Keys in PHP so I wanted to make note of this.

PhotoRec Saved My Butt

So my reckless typing really got me into trouble this time. I was attempting to zero-out a usb drive when I managed to put the wrong device in the dd command – I automatically typed sda1 (the primary HD) out of habit instead of sdb1 – the usb drive. I caught my mistake and gave [...]

Advertisement

Categories