908 Posted Topics
Re: [QUOTE=evstevemd;908401]Any multitabbed version of Windows CMD.exe?[/QUOTE] no. why use windows anyway? | |
Re: do you have a LAN and a wifi card in there? sounds like you either don't, or the drivers aren't installed | |
![]() | Re: [QUOTE=certficationmx;896505]I don't really a lot about Ubunto that's why i'm sorry to tell you I can't help.[/QUOTE] why post then? |
Re: 1st of all - it is totally illegal to use thore free AV products in a corporate environment, they are for home use only 2nd: corporate AV products are available with their own network deployment options 3rd: it is possible to deploy software using GPO, if the installer is in … | |
Re: what kind of application do you use? is it windows based? does the application have printing capabilities? | |
Re: the only thing vista has that xp doesn't is directX11, and some games do require that. | |
Re: CS degree will get you into the higher end systems or programming field. provided you will be able to get experience of course. something like the CompTIA A+ will give you a started tech knowledge and a certificate, to start working with computers professionally on the tech level | |
Guys, I'm stumped here. Trying to retrieve a row from mysql using MySQLdb, I receive the number of matching rows found, not the data itself. here's the code: [CODE] def getKbd(kb_num): query="SELECT kbd_name, kbd_data, kbd_ps FROM kbd_ WHERE kbd_number = %d " % kb_num a = c.execute(query) return a print … | |
Re: you can't have a voip connection without data connectivity. what you need is an internet connection at both ends, QoS enabled routers (if you really want a good level of VoIP connectivity) and broadband. VoIP boxes, if you want to connect a telephone to them, should have phone jacks of … | |
Re: go with kvm instead of vmware - totally free, opensource and has some tasty features, especially for unattended servers | |
Re: what kind of server are you backing up, what kind of files, how large and how often? | |
Re: if it was linux, all you would need it to connect to an online repository :) | |
Re: it is possible that the key was used to only verify the site isn't a phishing site, but the communication didn't require encryption | |
Re: looks like a collaborative spam to me... | |
Re: fdisk -l dmesg | grep sd | |
Re: you mean you want to use the built in switch on those routers? yes you can do that, use a cross cable some routers might not like this kind of misusage though | |
Re: if you have ssh mounts available, what stops you from mounting on windows as well? while winscp is the obvious way to go, there are alternatives even to that | |
Re: for a small network, I suppose a simple SBS server should do. if you are unfamiliar with this technology, do spend a few more quid on an IT pro who will come out and set it up for you. | |
Re: only thing to remember - if there are space chars in the path, either escape them using '' or put the path in quotes. using `find` instead of `ls -A`, is another helpful hint, when iterating through dirs and files with spaces | |
Re: 1. read will receive a string, not an integer 2. use if statements, i.e. if [ $NUMBER -ge 0 ] && [ $NUMBER -le 49 ]; then echo "F"; elif [] && []; then echo "D"; elif... | |
Hi all, I was searching for an IDE that is capable of Python GUI drawing, much like MSVS can draw GUI windows without actually having to code them manually. Atm I use NetBeans 6.5 for Python, but I can switch. Yeah, I'd prefer a Linux based IDE of course :) … | |
Re: RHEL and derivatives can provide VNC, I've done that a few times - easy stuff btw, if you have a ILO or a DRAC, you can use those | |
Re: /var/log/mail or whatever logging path your MTA uses | |
Re: depends what you are interested in - there are cisco exams, red hat, suse, ubuntu, juniper, checkpoint, dba, hardware etc | |
Re: looks like a networking problem. I'd try to ping the server constantly (ping -t) and see if while outlook disconnects, so does the network, or the pings become too slow. that can be solved by "netsh winsock reset". otherwise a sloution might be to backup the user's profile, get the … | |
Re: 1. disable firewalls 2. are you sure DNS is set right? can you ping external IPs instead of URLs? | |
Re: [url]http://www.postfix.org/VIRTUAL_README.html[/url] [url]http://www.akadia.com/services/postfix_separate_mailboxes.html[/url] | |
Re: check the manual for smb.conf for directory and file masking [CODE]create mode = directory mask = [/CODE] | |
Re: do you have permission to run that file? also, since its a php script, it should be run from the apache+php, not straight as a command line | |
| |
Re: virtual hosts are in httpd.conf, do you have that properly set up? | |
Re: vmware is far from being THE virtualization solution :) | |
Re: are you using a 32 or 64bit distro? on what bittage distro was the tar created? | |
| |
Re: a live cd could get you into the system, but the way things look, I'd simply reformat | |
Re: you didn't even try to conceal this is a homework assignment... | |
Re: well, he can try. that might make global companies take EVERYTHING out of the country though | |
Re: in the first attempt, you need to add a pipe ('|') between the cat command and the sed command | |
Re: who said linux cannot be point-and-click? [url]http://howtoforge.com/perfect-server-ubuntu8.04-lts[/url] | |
Re: people do shift to 2008, for quite a few reasons, but 2008 is too raw and MS has disredited itself too much with vista, for the OS to kick in easily. after all, it is intended to be used on servers - mission critical computing, and not home desktops, which … | |
Re: DBAs are not paid more than Linux developers around here. a DBA is a guy who finished an Oracle course, and has some experience maybe, a developer is someone with at least 4 years of BSc studies, and someone who actually does low level dev, especially on non standard systems, … | |
Re: what exactly are you trying to achieve? control over a remote desktop, sharing files... what? | |
Re: mind if I barge in? alright. LOTR is nice, but Nick Perumov wrote a sequel, which kicks the professor's ass VERY hard. It also manages to reverse the perspective on everything starting with the Sylmarillion and all the way to LOTR. Rowling is alright, I've already read everything, but look … | |
Re: what exactly do you need clarified? yes, you can find out a MAC by simply pinging the IP yes, a MAC can easily be spoofed yes, some NICs have a link, even while the PC is off, it is used for WoL functions | |
Re: it's not about certs, what you need is experience. find a job, and learn as you go | |
Hi, I am looping through some files, gathering information into an array during that loop. The array grows with the loop counter and at every point might be longer or shorter (more or less members in it) so in order to reuse the array I need to drop all values … |
The End.