Author Archive
(continued from here) [root@moto F13toF18]# rpm -aq|head liboil-0.3.16-5.fc15.i686 arj-3.10.22-13.fc15.i686 perl-POE-1.289-6.fc16.noarch autocorr-sv-3.4.6.2-1.fc16.noarch python-iniparse-0.4-3.fc15.noarch unique-1.1.6-5.fc16.i686 kde-i18n-Finnish-3.5.10-17.fc18.noarch finger-0.17-43.fc15.i686 hyphen-it-0.20071127-6.fc15.noarch libXrender-devel-0.9.6-2.fc15.i686 [root@moto F13toF18]# [root@moto F13toF18]# Which is perfect and we're at FC19 with RPM and glibc and libdb. Now time to see if yum works so we try and get the FC19 repos this time to complete this job. […]
August 10th, 2013 | Posted in NIX Posts | No Comments
What if you had created a post half a decade ago, had it dropped from the index (Or at least it wasn't listed in any results.) after another unrelated site copied your entry then Google lists that copied (literally copy + paste) page on the first page of search results? I wouldn't think this can happen through […]
August 3rd, 2013 | Posted in NIX Posts | No Comments
Nuking your permissions problems on a server is typically just as bad as wiping out the server. Before you start trying to compare permissions server to server based on what they were elsewhere on a similar host, take a backup of the already misconfigured host. Yeah your system is already messed up but at least […]
July 30th, 2013 | Posted in NIX Posts | No Comments
Trying to tweak my RSS feeds off the site, I encounter this error: This page contains the following errors: error on line 2 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error. Looking at the source code, we see this result: […]
July 29th, 2013 | Posted in NIX Posts | 1 Comment
Was struggling to increase the number of RSS feeds displayed for our readers. However, it proved less then intuitive until I stumbled upon the correct setting in the Admin Panel of WordPress. The one setting you need is under Admin – Settings – Reading: Syndication feeds show the most recent items And increase this number […]
July 29th, 2013 | Posted in NIX Posts | 1 Comment
So I had an established connection on my router that didn't look like it belonged. I didn't recognize the device and it wasn't pingable so it was probably a stale old connection. In this case it was one of my mobile devices which went offline sometime back but didn't close the connection. On most systems […]
July 29th, 2013 | Posted in NIX Posts | No Comments
This is a simple howto on generating keys. For this post, we'll simply create a one way auto-login no passphrase key pair for use between one of our systems and our router. However, we won't allow the router to autologin to the hosts. First step in this is to generate the keys however do check […]
July 28th, 2013 | Posted in NIX Posts | No Comments
On the other hand, if you're getting this sort of issue: # smbclient //192.168.0.14/I/ Enter root's password: Domain=[WINPC_NAME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] tree connect failed: NT_STATUS_BAD_NETWORK_NAME # Then tips on this Samba / CIFS Connectivity page may help. Regards, TK
July 28th, 2013 | Posted in NIX Posts | No Comments
If you're getting this sort of issue: $ smbclient //192.168.9.9/I$ /mnt/winshare-I -o rw,user="MeUser",password="somepassword" -v Domain=[WINPC_NAME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] tree connect failed: NT_STATUS_ACCESS_DENIED $ Then follow us on our Samba / CIFS Connectivity page for the resolution to the issue. Hope this helps out! Regards, TK
July 28th, 2013 | Posted in NIX Posts | No Comments
Sometime back we’ve changed the links on this post from the /WordPress/YEAT/MONTH/DAY/[POST NAME] to something a bit shorter like /wp/[POST NAME]. Basically we took our earlier URL’s and changed them up. That’s good and bad news. The good because the links are shorter and since they already have a date, there really wasn’t much sense […]
July 27th, 2013 | Posted in NIX Posts | No Comments