Quantcast
Channel: User knittl - Server Fault
Browsing latest articles
Browse All 11 View Live

Comment by knittl on Linux Basic Shell for all users

use chsh(1) to change the login shell of user's accounts

View Article



Comment by knittl on why can't access the site when ping the ip it can get...

sexylingerietop.com … seriously?

View Article

Comment by knittl on How do I start a fresh apache error log?

You can simply delete the file, it will be recreated

View Article

Comment by knittl on APT: Public Key is missing? How to fix?

Just leave it there, maybe someone else has the same problem and will find their solution here.

View Article

Comment by knittl on Setting up a cron job that does a chmod/chown

@David: somename is not a path, but the user name (and should also contain the group name: somename:somegroup) ;)

View Article


Comment by knittl on How can I find out where a UDP connection fails?

@LucasKauffman: no, I'm simply running openvpn server.conf on the server and openvpn client.conf on the client

View Article

Comment by knittl on Assign arbitrary MAC address in VirtualBox VM

Oh, I mixed up nibbles and bytes (I read the regex wrongly). Okay, a "multiple of 2" (again, I was too fast reading that regex)

View Article

Comment by knittl on Assign arbitrary MAC address in VirtualBox VM

Downvoters, please leave a comment stating why you think this is a such a bad question. Maybe I can improve it

View Article


Comment by knittl on Error 403 when git push (multiple github accounts on the...

user.name and user.email have nothing to do with authentication, these are just values which are recorded during commit.

View Article


Answer by knittl for APT: Public Key is missing? How to fix?

You have to add the key to apt using apt-key:gpg -a --output /tmp/pub.asc --export 1C4CBDCDCD2EFD2Asudo apt-key add /tmp/pub.asc && rm /tmp/pub.asccf....

View Article

How to find process which uses most bandwidth

How can I find the process which uses most bandwidth on a Linux PC?With iftop it's possible to find which connections produce most bandwidth, but how to find the process?

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images