Linux compiler vs interpreter
They are both similar as they achieve similar purposes, but inherently different as to how they achieve that purpose. Compiled code takes programs (source) written in some kind of programming language, and then ultimately translates it into object code or machine language. Compiled code does the work much more efficiently, because it produces a complete [...]

View Answer   |  February 5, 2009  7:53 PM
Linux administration tools, Linux Compiler, Linux Interpreter
asked by:
16,755 pts.

how to install squid in windows xp
Check this entry out: <a href=”http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/”>http://itknowledgeexchange.techtarget.com/it-support/tlbat-proxy-server-and-content-filtering/</a> Rather than doing the VMWare server – try the VMWare player. You can still use the virtual appliances for this purpose.

View Answer   |  February 5, 2009  7:52 PM
Squid, Squid configuration, Windows XP
asked by:
32,645 pts.

Weird sharing problem in LAN after upgrading switch
According to Microsoft, XP Pro Workgroups become impractical in environments with more than 10 computers. You need to upgrade to a domain. ============ Apply Microsoft updates. It is possible that there is malicious software running on your network creating these problems. As the previous poster suggests, peer-to-peer XP workgroups for this large of an environment [...]

View Answer   |  February 4, 2009  4:33 PM
LAN, Linux servers, Managed Switches, Network administration, Network upgrades and patches, Switch configuration, Windows Server 2003, Windows XP
asked by:
32,645 pts.

Open Office 3.0 saving with password
It works for me. Win XP, OO version 3. <img src=”http://user.services.openoffice.org/en/forum/download/file.php?id=2443&t=1&sid=42d4f65739775be8cbfef6ed8c149245″ alt=”OpenOffile 3.0 dialogue” /> * Do you save in the native ODF format (file type odt for text, ods for spreadsheets, etc.)? * Do you get this on both Windows and Linux? * Is it the same for all file types (wordprocessing, spreadsheets, drawings, [...]

View Answer   |  February 4, 2009  3:33 PM
Open Office, Open Office 3.0, Password
asked by:
9,815 pts.

How does one guarantee the integrity of snapshot done at block level
Are you asking is there a way to have the Equallogic snapshot function force the database to flush all pending operations to disk before taking the snapshot? If this is what you are asking, then out of the box, the answer is no. I’ve never done this before, but Equallogic provides some perl examples on [...]

View Answer   |  February 3, 2009  12:09 PM
Backup, EqualLogic, EqualLogic SAN, Red Hat Enterprise Linux, Red Hat Enterprise Linux 4.0, SAN
asked by:
30 pts.

What are the most overused tech buzzwords for 2008?
My list of overused IT buzzwords/acronyms: - Smart Phone - Mobile Broadband - Virtualisation - REST - AJAX Nandu:-) _________________________________________________________________ Might I ADD: Value – Add! …and Is there a better way to say Solutions? Please, no more Cloud Computing? GREEN anything … Bailouts and Financial Crisis… Bush Bashing ! Bob VL _______________________________________ Not really [...]

View Answer   |  January 30, 2009  10:39 PM
AS/400, Buzzwords, CIO, CRM, Database, DataCenter, DataManagement, Development, Exchange, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, SQL Server, Storage, Technology, Virtualization, VoIP
asked by:
27,310 pts.

Windows Installer 3.1
Do you get any error messege when you try to install windows installer 3.1? Make sure you are installing the latest version of windows installer? Regards, ************************************** You can get the installer 3.1 package <a href=”http://www.microsoft.com/downloads/details.aspx?FamilyID=889482FC-5F56-4A38-B838-DE776FD4138C&displaylang=en”>here</a> Ironically, if you have a coorput installation of the installer package, you can download the installer cleanup utility <a [...]

View Answer   |  January 30, 2009  5:28 PM
Linux Windows interoperability, Windows Defender, windows installer
asked by:
5,130 pts.

Browser stability issues in Ubuntu 8.04
Hi, what browser are you using? Firefox 3 (for linux) seems to work fine.

View Answer   |  January 29, 2009  12:23 PM
Ubuntu, Ubuntu 8, Ubuntu 8.04, Ubuntu Browser Stability
asked by:
190 pts.

How to use Linux printer in Windows?
A better way to get the Linux print files over to Windows is to install RPM. We have many clients that still use UNIX/Linux for their printing but we install RPM on the Windows side allowing the Linux print files to easily be printed on the Windows side, using a less expensive Windows desktop printer [...]

View Answer   |  January 26, 2009  3:36 PM
Linux, Printer management, Printers, Windows
asked by:
165 pts.

Suggestions and guidance for IT courses/career
A lot of companies are looking for linux administrators. A CCNA will help because that will cover the networking requirement. Don’t discount IT management. Companies always require a fresh influx filling bottom management ranks, and people who can progress. Price Waterhouse Cooper and Carnegie-Mellon’s CyLab have recent surveys that show the senior executive class to [...]

View Answer   |  January 23, 2009  4:20 PM
Career development, CCNA, Certifications, Cisco certifications, Cisco Certified Network Associate, IT careers, IT education, IT training, Linux administration, Linux certifications, Networking certifications
asked by:
15 pts.

User accounts in Solaris
There two possible ways to follow to add new accounts: using the admintool application which is a graphical interface and using the useradd comman. Whatever way you choose to follow, some considerations always apply. * There is no central administration of the user accounts, therefore each machine as its own accounts and the information are [...]

View Answer   |  January 23, 2009  2:16 PM
Linux, Solaris, Solaris User Accounts
asked by:
9,815 pts.

Restoring a MySQL database
From a command prompt, you can backup your entire database using this line: mysqldump -u user_name -p your_password database_name > File_name.sql Example: Let’s assume that: Username: bobbyjoe Password: happy234 Database Name: BobsData mysqldump -u bobbyjoe -p happy234 BobsData > BobBackup.sql This will backup the database to a file called BobBackup.sql To restore the database CANNOT [...]

View Answer   |  January 23, 2009  2:15 PM
Linux, MySQL, MySQL Restore
asked by:
9,815 pts.

Protecting an Ubuntu 8.04 implementation
You should be able to install deb packages by double-clicking on them. Are you getting some error message ? Alternatively, you can also install a .deb package by opening a terminal and typing: sudo dpkg -i <package_name>.deb If all the dependencies are met, it will be installed. If not, the unfulfilled dependencies will be mentioned. [...]

View Answer   |  January 22, 2009  9:54 PM
Linux, SELinux, Ubuntu, Ubuntu 8, Ubuntu 8.04
asked by:
63,535 pts.

What is the best storage/backup solution?
What environment are you using? What are you looking to back up? ========== The best backup is the one that meets the business requirements.

View Answer   |  January 16, 2009  3:46 PM
Backup, Backup software, Linux backup software, Linux storage, Windows backup software, Windows storage
asked by:
32,645 pts.

What is mounting a partition
<a href=”http://books.google.com/books?id=20FjOR9UQn8C&pg=PA28&lpg=PA28&dq=some+directories+can+serve+as+mount+points+for+other+partitions&source=bl&ots=NtZsY9yhcv&sig=eUzhgPaKdqVpktqxnEuLXDqCI4s&hl=en&sa=X&oi=book_result&resnum=1&ct=result#PPA26,M1″>Try this study guide</a>

View Answer   |  January 15, 2009  7:50 PM
Linux, Mount points, Mounting a Partition, Partitions
asked by:
1,695 pts.

dns in redhat
This <a href=”http://www.linuxtopia.org/online_books/rhel5/rhel5_administration/rhel5_s1-dhcp-configuring-server.html”>guide should help. </a> Make sure to install the latest version of BIND

View Answer   |  January 12, 2009  3:28 PM
DNS server, DNS Server Configuration, Redhat Linux, RHEL5
asked by:
1,695 pts.

Free/OSS Hard Drive Image/Recovery Software
you can try this g4u-2.1.iso thanks The dd command on linux may do what you are looking for. It would be something like: <pre> dd if=/dev/cdrom of=/dev/yourdiskpartition bs=512 conv=sync,notrunc </pre> DD is cool, but for damaged sectors you are better off with ddrescue (gddrescue in ubuntu). Personally I use <a href=”http://www.fogproject.org/”>fog</a>. Perfect if you ask [...]

View Answer   |  January 11, 2009  6:28 AM
Disk Imaging, Linux, Microsoft Windows, Open source software
asked by:
35 pts.

What should our next contest be on ITKnowledgeExchange.com?
<b>I believe the contest should be quantitative and measurable in regards to sales? For instance as an expert replies to a question, and it leads directly to a Solution – and preferrably a SALE. That will show real value, and results too!</b> Bob VL but how to measure it – objectively (not subjectively)? Jaideep Sales [...]

View Answer   |  January 9, 2009  6:05 PM
AS/400, CRM, Database, DataCenter, Development, Exchange, Linux, Lotus Domino, Mobile, Networking, Oracle, SAP, SQL Server, Storage, Virtualization, VoIP
asked by:
6,150 pts.

What is the best & quickest way to get a networking job?
Comptia is a non-vendor specific program. It is likely the best (I did not say easiest) basic training solution for general networking. You should learn something about all of the other technologies you mention though to be a valuable resource to any organization you work for.

View Answer   |  January 7, 2009  1:31 PM
Certifications, Cisco certifications, IT careers, IT education, Linux certifications, Microsoft certifications, Red Hat
asked by:
32,645 pts.

How to configure a Squid server?
Lukebbb Have a look at my TechTarget blog <a href=”http://itknowledgeexchange.techtarget.com/linux-lotus-domino/wp-admin/post.php?action=edit&post=12″>here</a>. I have myself on the email updates for this question so let me know if you have any. John

View Answer   |  December 31, 2008  4:47 PM
Proxy server, Squid, Squid configuration, Unix
asked by:
265 pts.