If u install with tar, then goto the directory, for eg hplip-2.8….. then perform the following…. 1. su -c make uninstall 2. sudo make uninstall 3. make clean 4. sudo rm -rf /usr/share/hplip/ 5. sudo rm -rf /etc/hp 6. sudo rm -rf ~/.hplip 7. sudo rm -rf /var/lib/hp If u loaded firmware, then a. sudo [...]
Low-cost National Instruments USB data acquisition (DAQ) devices provide basic functionality for applications such as simple data logging, portable measurements, and academic lab experiments. They are affordable enough for student use yet powerful enough for more sophisticated measurement applications. Now the query is how to use this kind of HW under Linux and ur distro [...]
If I am not wrong, it sounds like, DDS4 is kind of Tape Drive…. Display list of files on tape drive: # tar -tzf /dev/st0 Restore the file #cd / # mt -f /dev/st0 rewind # tar -xzf /dev/st0 <filename> Unload the tape: # mt -f /dev/st0 offline OR u may restore the same by [...]
If you don’t know the sender and are not expecting the message, delete it. Maybe try the <a href=”http://free.antivirus.com/email-id/index.html”>TrendMicro eMail ID tool</a>. Consider also following the Twitter feed for <a href=”http://twitter.com/#!/InBoxRevenge”>InBoxRevenge</a> or checking out their <a href=”http://ksforum.inboxrevenge.com/”>forums</a>.
vSphere licensing is very easy. You license the physical servers based on the number of physical CPUs. Each physical CPUs requires a license. You can create as many virtual machines under vSphere with no additional cost to VMware. Each virtual machine which has Windows installed will need to have a license purchased for it.
To access the Run Program : 1. Right-click the panel and select Add to Panel 2. Select Run Application and click Add. The Run Application icon should appear on the panel. 3. Click the Run Application button. The Run Application window appears. 4. Click Show List of Known Applications, click the program u want, and [...]
Red Hat Enterprise Virtualization supports SPICE (Simple Protocol for Independent Computing Environments) — an adaptive remote rendering protocol able to deliver an end user experience comparable to that of physical desktop. I got the solution ! Some error is happened and I solved it. The procedure is too long and there is necessary a Windows [...]
Either the link is hard or symbolic, the changes are “shared”. Only way is to unlink…
I would love to get into a huge debate about this… but will keep it simple. First, ask yourself these questions: A. Is it strictly financial or are their other technical reasons for looking at other options? B. Are you happy with your current solution, vendor relationship and support? C. Does your current vendor know [...]
cool.. all the best with the rolling out changes
%id <b>is</b> percent idle. For instance: <pre> Cpu(s): 1.0%us, 0.7%sy, 0.0%ni, 97.3%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st </pre> That shows the CPU 97.3% idle. Here’s the meaning of each of these (or so I understand… the man page doesn’t specifically mention it, so I did a web scouring): 1. us -> User CPU time: The time [...]
With the appropriate credentials, you could connect to the database from SQL*Plus, and you would be able to query it if you know the appropriate object names and the user account has the appropriate privileges. So, it depends.
Hello, Just answared the question <a href=”http://itknowledgeexchange.techtarget.com/itanswers/cisco-config-nat-and-dhcp/#viewquestion”>here</a> about Cisco router 2821 configuration NAT and DHCP. HTH. Regards, Luis
If the Softtalk shared server is accesible from the internet, that would be one point that needs to be properly secured. How do external users access it ? How is it connected to the internet ? how does it connect to your sugarcrm server ? One general security measure is to have all operating systems [...]
Free Network and Protocol Analyzers: http://www.networkuptime.com/tools/analyzer/ Pay special attention to the last entry (Wireshark) Good luck
Here’s the srcipt again: lchdir /SFTP/RMDEDTRC cd /var/opt/apps/reporting/prod/dat/in/dvcs put QGPL/RMDDWKP rename RMDDWKP RMDDKEP.TXT chmod 0766 RMDDKEP.TXT quit RMDDWKP is the AS400 file. I want to send it, then rename it. It can’t find RMDDWKP. Why not? What is the correct code?
I found that if the AS400 user name is greater than 8 char. then that error message will appear.
Nagios footprint is really small. You can have it running smoothly on a machine with 2 Gigs of RAM or less. CPU requirements are also minimal. ————-
great Christmas gift
Using this code to recover this and u have to change the date and time as per the mess was happened ! INSERT INTO USERS (SELECT * FROM USERS AS OF TIMESTAMP TO_TIMESTAMP (<b>’25-APR-03 10:30:58′,</b>’DD-MON-YY HH24: MI: SS’) MINUS SELECT * FROM USERS); Using “DBMS_FLASHBACK utility”: DECLARE CURSOR c IS SELECT * FROM users; v_rec [...]





