4
[ubuntu] Force ufw firewall to log only to a specific log file?view story

http://ubuntuforums.org – How can I make ufw log only to a specific log file, such as "/var/log/ufw.log"? The ufw man page says "Logged packets use the LOG_KERN syslog facility." This seems to redundantly fill up "/var/log/ufw.log", /var/log/kern.log and /var/log/messages with identical ufw log entries. I have ufw logging set to low. (HowTos)

5
unable to connect remotelyview story

http://www.linuxquestions.org – I use Xmanager to connect to a linux machine (ubuntu 10.10). However there is no display. (HowTos)

6
Bash Scripts - make crunching easierview story

http://crunchbanglinux.org – Show us your useful bash scripts.  #! (HowTos)

5
Tricky problem when compile using PGIview story

http://www.linuxquestions.org – Hi, guys, I encountered a problem when compile a fortran program with PGI 10.4, PGF90-S-0004-Old Module file ./clebsch_g.mod (mgaunt.for: 14) PGF90-F-0004-Recompile source file (mgaunt.for: 14) PGF90/x86-64 Linux 10.5-0: compilation aborted make: *** [mgaunt.o] Error 2 the line 14 in mgaunt.for is "IMPLICIT NONE", what does it mean in this case? (HowTos)

4
invalid login attempts not refused using deny hosts and conf of denyhost not workingview story

http://www.linuxquestions.org – I am using denyhosts on a server so in a config file /etc/denyhosts.conf the following value is set Quote: DENY_THRESHOLD_INVALID = 3 which as per their configuration file says Quote: DENY_THRESHOLD_INVALID: block each host after the number of failed login # attempts has exceeded this value. (HowTos)

4
GIGABYTE Aivia K8100 Gaming Keyboardview story

http://techgage.com – GIGABYTE's not a huge name in the peripheral business, at least on these shores, but it hopes that will change in the near-future. To help kick things off, it recently released its first gaming keyboard as part of its Aivia line-up, and in addition to sturdy construction, it features unique color choices, macro capabilities and an excellent feel. (General)

4
[SOLVED] Understand a 'if' statementview story

http://www.linuxquestions.org – I have a script which never gets past these statements. Code: MYTEMPORARYTEMPFILE=/tmp/Log_File_Monitor_$$ ps -ef > $MYTEMPORARYTEMPFILE if [ "`grep "$(basename "$0")" $MYTEMPORARYTEMPFILE | grep -v $$ | grep -v sh -c`" != "" ] then  rm $MYTEMPORARYTEMPFILE  exit 2 fi rm $MYTEMPORARYTEMPFILE I do not understand this line fully. (HowTos)

4
GRUB: Cannot find list of partitions && /usr/sbin/grub-setup: errorview story

http://www.linuxquestions.org – I use four partitions on my machine: first and second for different Linux systems, third for data and fourth for swap. On the first partition I installed Mint. By default it used GRUB installed on /dev/sda. Then I installed Slackware on the second partition. I decided to put LILO on /dev/sda. In result I lost access to GRUB and Mint. (HowTos)

6
"Fullscreen" Text Editing with Syntax Highlightingview story

http://crunchbanglinux.org – In the pursuit of my perfect text editor I've become stuck between two camps: a) distraction-free editors (namely, http://pyroom.org/ and http://gottcode.org/focuswriter/ ) b) syntax-highlighting editors (my current favorite being vim.)  Looking for other solutions, or programs, to the problem laid out below.The benefit of the distraction-free editors is that, in being made for fullscree (HowTos)

3
edited /etc/pam.d/system-auth-ac Now machine is lockedview story

http://www.linuxquestions.org – I will say from the beginnning that I am a beginner when speaking about pam. (HowTos)