ms24503
This user hasn't shared any biographical information
Posts by ms24503
Network…
March 6, 2010 - 10:22 pm
Tags: 2300, aoss, buffalo airstation turbo g, dell, dlink dir-625, gigabit, home office network, lan, poweredge, psk, sc430, tkip, whr-g545
Posted in General, Security, Software, Unix, computers, internet, linux, microsoft, mobile, windows server 2008 | No comments
Finally decided to revisit my home network – LAN and Wireless, especially with respect to wifi security.
My setup essentially is this: a private Gigabit Local Area Network [LAN] using 192.168.0.x ip address range served by a dhcp server running off Smoothwall Express – an open source based excellent firewall program. I downloaded the iso from [...]
Aliaune Badara Akon Thiam…
March 2, 2010 - 9:25 pm
Tags: akon, Aliaune Badara Akon Thiam, freedom, konvicted, mama africa
Posted in Life, Music, World | No comments
aka Akon -Senegalese American R&B singer.
This is one Artist who’s music l enjoy – especially his entire Freedom album, “Mama Africa” – from the Konvicted album.
Heres a link to his website.
Lyrics – Mama Africa:
So much so much love
So much
So tell me can you feel it?
So much so much yeah
you know
Then make that visit
So much so much [...]
Installing Sharepoint 2010 Beta..
February 19, 2010 - 2:56 pm
Tags: chart controls, geneva framework runtime, installation, sharepoint, sharepoint 2010 beta, sql server 2008
Posted in Software, microsoft, sql server, windows, windows server 2008 | No comments
Microsoft Sharepoint 2010 beta software requires the following:
Application server role, web server IIS Role
SQL Server 2008 native client
Microsoft “Geneva” framework runtime
Microsoft Chart Controls for Microsoft Framework 3.5
Microsoft Filter Pack 2.0
SQL Server 2008 Analysis Services ADOCMD.NET
I attempted to install this on a development Windows 2008 R2 server, which already had SQL Server 2008 R2 installed. Out [...]
Problems removing a SQL2005 replication publication and subscription
February 11, 2010 - 5:11 pm
Tags: publication, replication, SQL2005, subscription
Posted in programming, sql server, windows, windows server 2008 | No comments
Issue:
use [MyDB]
exec sp_dropsubscription
@publication = N’pbMyDBSnapshotPull’,
@subscriber = N’YYY\MyDBX’,
@destination_db = N’MyDB’,
@article = N’all’
GO
Result
Msg 20032, Level 16, State 1, Procedure sp_MSdrop_subscription, Line 85
‘YYY\MyDBMOBILE’ is not defined as a Subscriber for ‘YYY\MYDBINSTANCE’.
Msg 14070, Level 16, State 1, Procedure sp_MSrepl_changesubstatus, Line 1210
Could not update the distribution database subscription table. The subscription status could not be changed.
Solution:
use [MyDB]
exec sp_dropsubscription
@publication = N’pbMyDBSnapshotPull’,
@subscriber [...]
Robot video…
February 6, 2010 - 10:46 pm
Tags: 3d, animation, Cinema 4D, render, robot
Posted in General, Software, computers, entertainment, graphics, programming | No comments
Final Animation <—- Animation creation/rendering using Cinema 4D.
Ella Wheeler Wilcox…
January 29, 2010 - 5:20 am
Tags: ella wheeler wilcox, Life, poem
Posted in General, Life, World | No comments
Found online another amongst many, wonderful poem by Ella Wilcox – heres a link to the site, and a link to her wikipedia reference.
Search my tags under life for another excellent poem <or click here> by Ella Wheeler Wilcox l find particularly amazing.
CIRCUMSTANCE
Talk not to me of souls that do conceive Sublime ideals, but,
deterred by Fate [...]
Preventing DNS hijacking by your ISP…
January 24, 2010 - 12:19 pm
Tags: bing, bing.com re-directing, comcast, DNS, dns hijacking, domain name service, isp, openDNS, search engine
Posted in General, google, internet, microsoft, websites, windows | No comments
Here is a link and interesting discuss on doing this if you use comcast. Here is a direct link to their solution webpage. Here is the link to OpenDNS. I’ve always found it annoying when you get redirected to a comcast search control+ad page, or a bing.com page when you mistype a url. This might [...]
Movies to see…
January 20, 2010 - 10:35 pm
Tags: 2012, 3d, avatar, chiwetel ejiofor, denzel washington, graphics, james cameron, jon cusack, movie
Posted in General, Music, World, entertainment, graphics, movies, tv, websites | No comments
2012 - John Cusack, Chiwetel Ejiofor
Avatar - James Cameron
Book of Eli - Denzel Washington
Nexus One – Android 2 – Eclipse
January 15, 2010 - 12:32 pm
Tags: android, development, eclipse, ide, java, nexus one
Posted in General, Software, World, computers, entertainment, google, internet, mobile, programming | No comments
Decided to revisit Android development due to the release of Google’s Nexus One Phone
Here are my steps so far:
Download and install Eclipse Development environment from here [eclipse-jee-galileo-SR1-win32.zip ]
Simply extract this to say, c:\eclipse
Run eclipse
Install Google’s ADT Plugin for Eclipse from here
Download and install the SDK from here – in this case – up to Android [...]
Transferring logins and passwords between SQL Server 2005 and SQL Server 2008
January 15, 2010 - 12:17 pm
Tags: 246133, knowledge base, logins, microsoft, passwords, sql server 2005, sql server 2008
Posted in Software, computers, microsoft, sql server, windows, windows server 2008 | No comments
This link is very useful and details how to transfer the logins and the passwords between instances of Microsoft SQL Server 2005, and Microsoft SQL Server 2008, on different servers. – Microsoft Knowledge Base: #246133