- Strength to Increase Rep
- +13
- Strength to Decrease Rep
- -3
- Upvotes Received
- 155
- Posts with Upvotes
- 128
- Upvoting Members
- 110
- Downvotes Received
- 9
- Posts with Downvotes
- 9
- Downvoting Members
- 9
Linux, Windows Systems admin with 20+ years of experience supporting the OS and various applications and databases.
- Interests
- Database development. data Mining.
- PC Specs
- Linux of course. Home server Xeon 3.0 Dual Processor Dual core 12GB RAM and 715GB RAID 5 ARRAY.
1,073 Posted Topics
Re: Hello, How about you can connect to the systems console from anywhere with access to the KVM. There are some things that can only be done from the console (i.e. BIOS settings changes, access RAID BIOS setup, etc.). | |
Re: [URL="http://www.sudantribune.com/spip.php?article36215"]http://www.sudantribune.com/spip.php?article36215[/URL] Pure fiction. | |
Re: Hello, Pretty sure that they still do this but when Windows 3.1 was still supported and Windows 95 and 98 were new, HP always included in their initial printer codes on the code set for the HP Laser Jet Series II printer. It allowed us to hard code in the … | |
Re: Hello, This may not help but who knows. There is a USB to serial cable you can buy that will allow you to use one of your USB ports as a Serial port. We use them all of the time at work to connect to the serial port on Cisco … | |
Re: Take a look at OSTicket. Pretty good and will work with Gmail and other email systems. [OS Ticket](http://osticket.com/) I have set it up for a few customers and they all like it and the options available. | |
Re: Hello, In order to be able to recommend something we could use a little more information. For instance what type of server is hosting your web site (Linux or Windows based) and what do you want the chat software to do? If your running on a Linux based server I … | |
Re: Hello, From what I am reading it was upgraded for INNODB tables and replaced with INSERT [LOW_PRIORITY | HIGH_PRIORITY] If you use the LOW_PRIORITY keyword, execution of the INSERT is delayed until no other clients are reading from the table. This includes other clients that began reading while existing clients … | |
Re: Hello, If you have root access to the mysql server then you can run the following from the mysql prompt to get a list of users and permissions: mysql> select user,host from mysql.user; Will give you a list of users and hosts they are configured to have access from. If … | |
Re: Your name server are available on the internet anyway. If you are on a system with whois installed (rwhois) then you can enter whois <domainname> And you get all of the information about that domain including who owns it, the registrar, and what the primary name servers are. You can … | |
Re: Under Linux you can use the time command to give you the amount of time taken to run a command. To review the manual entry for time use: man time TIME(1) Linux User's Manual TIME(1) NAME time - time a simple command or give resource usage SYNOPSIS time [options] command … | |
Re: The easiest way to install in on a windows system is to download the MySQL installer MSI from: [http://dev.mysql.com/downloads/installer/](http://dev.mysql.com/downloads/installer/) and running it. It has worked for me every time and I normally do the mysql-installer-community-5.7.12.0.msi file at 384MB. Although it only references 32bit it installs the 64 bit files if … | |
I was stumbling trough the inter net the other day when I came across a company offering Free (3 systems or less) software to help find your Laptop, Tablet, phone, etc. should it be misplaced or stolen. Not a unique idea I know but they had some interesting features besides … | |
Re: There is a wierd issue with linux files systems it they ever are completely filled (0 bytes free). If you try deleting files to recover the space it does not show that there is space available. The trick is to find a file that you know you can get rid … | |
Re: I have always considered the following when writing a program: When you write a program that is idiot proof the world builds a better idiot. ![]() | |
Re: If you get out to a command prompt and do an nslookup on your domain what do you get? nslookup <yourdomain.com> it will tell you what IP address it is returning and where it got the address from (which DNS server). For example my if I do my domain I … | |
Re: Over 30 years of writing scripts and debugging code that I and others have written, I find it makes it easier if you simply echo (or print) the variables as you go through the code. If right before your test echo the variable and you will know two things: 1) … | |
Re: You can use any delimiting character with sed and the backslash and astereisk need to be escaped. If you use a # as your delimiter this should work: `sed -i 's#c:\\dct\\#\*raw#g' adm2014.do` | |
Re: There is an option built into the OS to do a drive wipe. Here is a link to a page that explains the procedure with screen shots, etc. : [http://www.howtogeek.com/179284/how-to-securely-wipe-a-hard-drive-on-your-mac/](http://www.howtogeek.com/179284/how-to-securely-wipe-a-hard-drive-on-your-mac/) | |
Re: I realize this is not what you were asking for but have you considered creating a PDF instead of an image. Smaller file and there are several free PDF creators for PHP that can be found on gethub [https://github.com/search?utf8=%E2%9C%93&q=create+pdf+php&type=Repositories&ref=searchresults](https://github.com/search?utf8=%E2%9C%93&q=create+pdf+php&type=Repositories&ref=searchresults) | |
Re: You said 32 bit but I am including both just for reference. 32 bit. On windows7 all the database are referred by a number in the file named pg_database under C:\Program Files\PostgreSQL\<version>\data\global. Then you should search for the folder name by that number under C:\Program Files\PostgreSQL\<version>\data\base. That is the content … | |
Re: Gigabit transfer requires cat 5e or cat6 cable. Cat 5 will not transfer at 1GB. from: [http://www.lifehacker.com.au/2013/04/ask-lh-whats-the-difference-between-cat5-cat5e-and-cat6-cables/](http://www.lifehacker.com.au/2013/04/ask-lh-whats-the-difference-between-cat5-cat5e-and-cat6-cables/) Cat5: A Little Older, A Little Slower Category 5 cabling, also known as Cat5, is an older type of network cabling. Cat5 cables were made to support theoretical speeds of 10Mbps and 100Mbps. … | |
Re: I would also have to say no. To remove it from the domain you are going to have to use a Domain Admin account and if you can't get to the domain controller then how are you going to remove it??? | |
Re: I would try a different converter and/or cable. Some of the converters do not pass all of the pins that VGA can use just the ones that they have to for you to get a picture. Also try updating the monitor driver from device manager. | |
Re: Here is a pdf that is a few years old but covers the basics pretty good without being very big. Their license says I can share it as long as I don't edit it and that it must be shared in it's original form. So here it is. | |
Re: Have you tried clearing the cache. Firefox as options for limits on the amount space you use to store downloaded files. Your cache may be full or you may have user quotas setup limiting the space the user can have on the system. | |
Re: I came across a python script for Windows 7 called GWX Control Panel that allows you to disable the GWX application and also disables the ability for Windows upgrade your OS as part of your routine updates. I am providing links for PC World article that discusses the changes to … | |
Re: I think what you are trying to ask is how to install the MySQL database on a server and how to access that MySQL database from the client computers. If you install MySQL on the individual systems then each one would be running a local copy of the database and … | |
Re: It is going to depend on what type of result you want from the data. For example: are you wanting it to be selected if the individual elements of the search string are in the data string If you have a search string '1,3,5' from and llok for each element … | |
Re: Hello, If that is your CD-ROM/DVD drive like in most windows systems now a days then the solution could be as simple as putting a disk in the drive. I know on my Windows 7 desktop system when there is no disk in the drive it is not visible on … | |
Re: I have found it is a good idea to cover the records where the field is blank, 0 or null with something like: ` SELECT * FROM settlement WHERE settlement < 0.01 or settlement IS NULL ` I realize this will get records where the settlement is not zero but … | |
Re: My brother received a call that was from the IRS about the middle of December and they wanted him to go to Kroger and buy Prepaid credit cards and give them the card numbers, pins and CVS or the treasury agents were coming by his house to pick him up … | |
Re: I may be wrong but I believe the issue you are having is in line 6 which reads: `header("location:accountSummary.php");` You should have some sort of path to the accountSummary.php file from document root. It may be that you were in a specific sub-directory when you were executing the script before … | |
Re: Really need to see what your tables look like. If Category is a seperate table with ID and Name and the doctors table only has Cat_ID not Cat_Name then your query is not joining to the category table to get the category name. Just a guess.... | |
Re: Hello, In mysql you can use LIMIT to limit the number of rows of output: SELECT OrderLine.LineNo, Order.OrderNumber, Order.Description, WarehouseOrder.WhsRef, WhsPick.PickRequired, WhsPick.PickAvailable, WhsPick.EstimatedDispatch, Carton.CartonNumber FROM WhsPick INNER JOIN WarehouseOrder ON WhsPick.ID = WarehouseOrder.PickID INNER JOIN OrderLine INNER JOIN Order ON OrderLine.OrderID = Order.ID ON WarehouseOrder.ID = Order.WarehouseOrderID INNER JOIN Carton … | |
Re: Hello, I can see what is causing your problem but just telling you will not help you solve this in the future. What I do when a piece of code is not giving me what I expect is to print the variables before and after any calculation or changes to … | |
Re: I would check to make sure that your video card is properly seated. I have knocked mine loose a few times when connecting cables. Does the computer power on and are you getting any lights or beep codes when it does. Normally there is a led of some sort on … | |
Re: I would take a look at what processes are being kicked off in MySQL. You can run the following command to see what is running in MySQL ` mysqladmin processlist -u root -p` and it will prompt your for the root MySQL password then give you a list of what … | |
Re: Hello, How to geek as a good discussion of how to do this in WIndows Vista and later. [http://www.howtogeek.com/howto/windows-vista/add-any-application-to-the-desktop-right-click-menu-in-vista/](http://www.howtogeek.com/howto/windows-vista/add-any-application-to-the-desktop-right-click-menu-in-vista/) | |
Re: You could do this quite easily with SQL by creating the new tables in your current database and then exporting the tables to be imported to the new database. To dreate the NEW CITY you could use: drop TABLE IF EXISTS `NEW CITY TABLE`; CREATE TABLE `NEW CITY TABLE` ( … | |
Re: My guess would be a IRQ conflict which Windows has always had issues allocating properly. Click "Start," then click "Control Panel" to open the Control Panel window. Double-click the "System" icon to open the "System Properties" window. Click the "Hardware" tab, then click the "Device Manager" button. This opens the … | |
Re: My suggestion is to set up a server with a database you are familiar with and then regularly export the data from the various databases and import it to your master system. I have done something like this and I normally use PERL to generate the export files (normally a … | |
Re: We would need to see the code in question in order to be able to help. What database are you using? Do you have any indexes created on the tables? | |
Re: Hello, The MAC OS is based on Linux and normally loads web pages as fast or faster than a comparable Windows system. In an system it will depend on the browser, processors, available memory and the stability of your network connection to access the internet. If you don't feel the … | |
![]() | Re: Hello, I noticed your other posts about this recently and thought this might be a little late but will really help. The best way I have found to allow me to develop a word press site and be able to transfer it to production without having to edit the database … ![]() |
Re: Hello, When are you getting the error about firstname not in field list? Is it when you are running the create table query or at another point in the process? Is there already a table called customer in the customerdb database? If so is there a firstname field already defined? … | |
Re: Service is the command that calls the scripts from /etc/init.d which control the daemon processes. Many people use the terms service and daemon to refer to the same thing however the true name is daemon. A daemon is a computer program that runs as a background process, rather than being … | |
Re: This may be over simplfying it but I used the following to give me the load average depending on the OS . For Linux <?php $output = shell_exec('w | head -1 '); echo "<pre>$output</pre>"; ?> For Windows <?php echo system('typeperf "\Processor(*)\% Processor Time"'); ?> I noticed you were checking a … | |
Re: Hello, The first question is are you doing a quick format or not. If the USB filesystem becomes corrupted a quick format, which basically just deletes the entries in the Master File Table, will not fix it. Uncheck the quick format option and try it again and if it works … | |
Re: Hello, Here is a shell script for what you are requesting but I home you are not really going to do a wget 20 times. If you do you will probably trigger DDOS attack filters that will block your IP address. The "while true " loop will continue to execute … |
The End.