8
[SOLVED] xorg monitor configurationview story

https://bbs.archlinux.org – Inxsible I was debating going that method when trying to set up this whole thing but the archwiki said this was the preferred method and it seemed to make sense to edit the config rather then having another command being run at startup, though I am sure it makes little difference. Gusar I unfortunatly don't have another vga cable. (HowTos)

8
Empathy/Gabble Internal Error on Facebook Connectview story

https://bbs.archlinux.org – After updating to Gnome 3.8 Empathy will no longer connect to Facebook throwing up an "internal error" message. Downgrading to empathy 3.6 fixes the issue immediately, although the issue appears to be caused by gabble as switching on Facebook disables all other gabble accounts and seems to segfault-close gabble altogether. (HowTos)

8
Samba domain controller (PDC) problemsview story

https://www.centos.org – Hiya, I've tried to configure a domain controller in Samba (version 3.6.9-151.el6) in CentOS 6.4, but I've ended up hitting against a brick wall.When I run the 'testparm' command it tells me ... [by succulent95] (HowTos)

8
how to view a list of txt file in a folder?view story

http://stackoverflow.com – I would like to have only txt file in a folder. i tried cd folder then ls *.txt. I have the good result. but now i would like to have the result using only one linux command. I tried ls *.txt folder and cd folder| ls *.txt. how to do? (HowTos)

8
Linux shell kill command while still running based on outputview story

http://stackoverflow.com – I have a set of C++ projects in Code::Blocks and a script that builds all of them. (HowTos)

8
How to parse in linux sniffer results on the fly?view story

http://stackoverflow.com – I want to sort and calculate how much clients downloaded files (3 types) from my server. I installed tshark and ran followed command that should capture GET requests: `./tshark 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' -R'http.request.method == "GET"'` so sniffer starts to work and every second I get new row, here is a result: 0.000000 (HowTos)

8
werid behavior of sudoview story

http://stackoverflow.com – In my linux machine, path are configured as follows non-root user: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/java root user: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin when i tried to sudo echo $PATH it shows non-root user path only not root path but when i put echo $PATH in script and tried to execute with sudo, it give (HowTos)

8
How to find files by names which contains brackets?view story

http://stackoverflow.com – I have files with names like this: level(basic)-[done]1.txt level(basic)-[done]1.pdf level(basic)-[done]1.doc I need to find all of them by name. find * -type f -name 'level(basic)-[done]1.*' This command doesn't work. How can i escape metacharacters? (HowTos)

8
BURG not working properly via F18?view story

http://forums.fedoraforum.org – Hi guys! I'm new at this wonderful distro and linux in general. I know a bit UNIX based system by my experience with mac OSX. I've seen some great screenshot of the BURG bootloader and tryed to install it myself via Fedora 18 following this and this. Anyway, i'm not having nice times with. (HowTos)

8
Having a fresh debian-6.0.7 installed how to make it install and consider as normal latest unstable packages (gcc, g++, etc)?view story

http://unix.stackexchange.com – I installed debian-6.0.7 on a vm. I installed bacik stable build-essentials and clang. I want to update all its development tools to there latest, /unstable versions (gcc, g++ clang) and use tham as default. How to do such thing: is there any command like update-to-unstable? (HowTos)