Hello,
I am using Mac OS X 10.6 Snow Leopard. What I need is to map my FTP server as a local drive - or anything I have write access to - in Finder.
Thanks - A LOT!!! - in advance.
Hello: I am hosting a website with GoDaddy's "Deluxe Linux" package. Of late, I noticed my website is loading nearly 10x slower. As I begin to debug, I noticed the following redirect occurring however nothing in my script would be causing it.
It hits the URL, www.domain.com, then a 302 fires to www.domain.com/39dnda, then another 302 back to www.doamin.com ???
The first 302 is random each time...
You can see the images here:
http://yfrog.com/4jredirectvp
Hello,
I have almost default configuration of Postfix
How can I configure Postfix to ask for username/password before relaying mail from other than "mynetworks" IP's?
Thank You very much
Hello all
I have fedora installed in my system. I know the password but i forgot the user name. I can access through terminal but i don't no how to login through gui. Please help me.
Thanks in advance.
Hello, I managed to turn off antialiasing for the default font. The thing is that when I switch to typing greek characters, although the same font is used it appears antialiased.
Is there any way to switch off antialiasing for greek characters as well?
hello there,
How to change language then screen is locked ? I can't see any menu's there for changing language also the shortcut (cmd+shift+space) does not work either.
Any ideas how can I do that ?
Hello. Last week I was running this tn5257 emulator for as400. And no I can't as soon as it starts it closes down. I already turned off the firewall thinking it could be that, but it isn't. I'm just wondering if it was an update or something I can fix.
Here's a video of what happens.
Any info will be greatly appretiated.
Thanks!
Hello,
I have blog + website hosted on Godaddy server. I get somewhere around 50k hits a day. I was thinking of hosting it on my own. I want to know whether a 2mbps connection is sufficient or not?
Somebody with self-hosting experience please guide...
Hello,
how can I change a default working directory/drive for shell in Emacs (on Windows)?
Normally, shell starts in the same directory as the file in current buffer. However, when my current file is on D: drive, it starts in c:. Manually changing drive to D: in shell brings me to my directory of course, but I want to avoid this extra step. Is it possible?
Hello, I have two Windows 7 computers on a HomeGroup. I am on "Computer A" and need to access a printer connected to "Computer B". On Computer A, the HomeGroup panel tells me that it found a new shared printer on my home network and provides a button to "Install printer". However, when I click on it, nothing happens... Any ideas?
Thanks.
Hello , Am getting a lot of these in our error log
((11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread)
and (110)Connection timed out: proxy: HTTP: attempt to connect to 127.0.0.1:80 (*) failed
The parameters of the worker in httpd.conf are as follows
StartServers 8
ServerLimit 128
MaxClients 2048
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 32
MaxRequestsPerChild 10000
I have changed the stack size in limit.conf but still not helping , Can anyone please help me ?
Hello.
Windows 7 Home Premium has local users and groups mmc console snap-in disabled:
Is there any custom utility I can use to manage my accounts? I need no more than adding users and email addresses to have some test accounts for my development purposes.
I don't want to use regular "user accounts" tool in control panel to add users because:
I don't want them at my welcome screen
I can't assign mail address to them
Hello, I really like hd imaging programs, such as norton ghost, but I find that I don't run then as often as I should.
Would it be possible to have, in grub, the following menu items: ?
Boot from hard disk
Copy hard disk to image
Restore image
Hello!
2 days ago I found out that iTunes interface become buggy. Here are some screenshots:
UI bugs in listview headers:
iTunes doesn't download app icons in App Store:
CoverFlow doesn't show album arts:
Finder and other apps are working well, without any artifacts.
Macbook 062 (Intel C2D 2.13, GMA950), Mac OS X 10.6.2, iTunes 9.0.2.
I have reinstalled iTunes via Apple's site - nothing.
What do you advice to do?
Hello everyone! I want my server to send me email alerts every time it does things such as run a backup. I have tried to setup programs like Sendmail, Postfix, etc on my Ubuntu Server box and it is really a pain for me to get it working. Is there any online service or some easy gateway where my server can send email alerts? If not, is there any easy scripts to get a Linux mail program up and running?
Thanks
Hello,
I'm trying to create a custom proxy program but I have a problem.
My program connects to a fixed port from a random port and I need to tunnel all this traffic by my local proxy.
I think the solution is using iptables, but all the topics I found are related to redirect incoming connections, not outbounds.
How can I redirect all the traffic from a local port to another local port and later to the internet?
Thanks,
Hello, I have successfully setup gitosis on my server thanks to this helpful howto.
Versions:
Server: CentOS 5
Desktop: Windows 7
Git (on Desktop): 1.6.5.1.1367.gcd48
Client: TortoiseGit 1.3.2.0 (with msysgit 1.6.1)
How can I clone a Git repository from my server when my SSH port is non the default (22)?
I believe that the URL ssh://[email protected]:3031/gitosis-admin.git works, but I get:
'/gitosis-admin.git' does not appear
to be a git repository
Thank you.
Hello,
I am using hamachi vpn. I want to setup windows 7 to use hamachi vpn network adapter for specific softwares in my system. And other softwares must use regular network adapters. Is that possible in windows 7? Is there kind of filter system?
Thanks in advance.
Hello, i want to install Windows 7 in a workstation where windows xp is currently installed.
The system has 2 hard drives with 5 partitions and there are permissions on folders on different partitions. After the installation of Windows 7 will these permissions be visible?
Will the permissions be lost? Will i have to re-gain control over the folders in these partitions?
Thanks,
Hello,
I am trying to make it so my apache web pages will be in a chroot jail. I have set up my chroot jail as according to https://wiki.ubuntu.com/ModChroot. However when i restart apache i get the following error logged:
[error] No such file or directory: could not create /var/chroot/apache/var/run/apache2.pid
[error] apache2: could not log pid to file /var/chroot/apache/var/run/apache2.pid
/var/chroot/apache/var/run/apache2.pid is there with 777 permissions
If i dissable mod_chroot web pages are delivered correctly from the /var/chroot/apache/var/www directory.
Hello,
I have windows server 2008 sp2 installed as virtual machine on my personal laptop. I use it only for source control (visual svn) and continuous integration (teamcity). As the virtual machine resources are limited I'd like to optimize it's performance by disabling services and features that are not necessary for my purposes.
Can anyone recommend where to start or provide with tips for getting better performance.
Thanks.
I'm reading a book about programming, and I want to check an HTTP response message. The book is instructing me
to telnet into your favorite Web server. Then type in a one-line request message for some object that is housed on the server: for example:
telnet cis.poly.edu 80
GET /~hello/ HTTP/1.1
Host: cis.poly.edu
What am I supposed to do, exactly? What program do I need? Where do I need to type this message?
Hello,
I setup a Turnkey Trac virtual machine and am trying to set up the LdapPlugin to use use authentication through a local Active Directory. I tried using
easy_install http://trac-hacks.org/svn/ldapplugin/
to install it and it claimed to have completed, however when I go to the Admin page and go to plugins, it is not listed. I have never setup a Turnkey server like this before and was wondering in which directory the Trac plugins are located on the Turnkey-linux machine?
Thanks,
Tomek
Hello everybody,
I'm not that familiar with Linux but I'm currently working on a aws image for an assignment and I need to display the DB2 version, the OS and the hardware.
Is there a commando or program of some sort I can use for this purpose?
I tried a rpm called "Bonnie" but that only writes the throughput for the system.
Thanks
Mestika