| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,245
» Latest member: dprp
» Forum threads: 4,031
» Forum posts: 16,406
Full Statistics
|
| Online Users |
There are currently 620 online users. » 0 Member(s) | 617 Guest(s) Baidu, Google, Yandex
|
| Latest Threads |
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 529
|
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 910
|
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,190
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 126,267
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,973
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,578
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,519
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 48,300
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 169,155
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 99,059
|
|
|
| Ubuntu News |
|
Posted by: Varjagy - 2007-08-08, 09:03 AM - Forum: Linux News
- No Replies
|
 |
- Follow up on the Full Circle magazines. Good reading.
- Ubuntu Dell Now In UK, France, and Germany
- Weekly News: Issue #48 covers:
* Gutsy Tribe 3 expected this week
* Gobuntu, free-flavored version launched
* Willing to buy a free-software-only laptop?
* Launchpad unleashes a Storm
* Interview of the Week with Jerome Gotangco
* In The Press and In the Blogosphere
* Team of the week: Scribes Team
* New weekly Translation stats!
* Bug Stats
- Ubuntu Weekly News: Issue #49 covers:
* Canonical To Launch First Official Training Courses
* Gutsy Tribe 3 Released
* German LoCo announces Ubucon 2007
* United States of Ubuntu: LoCo Team State of the Union
* New ATI Radeon X1000 Driver in Gutsy
* Launchpad 1.1.7 Released
* In The Press and In the Blogosphere
* Translation stats
* Bug Stats
- Weekly News: Issue #50 covers:
* Canonical seeks community help on training courses
* Last call for Software Freedom Day registrations
* US LoCo Teams Need Your Help - A Call To Arms!
* Drag & Drop Gnome Application Tabs
* Launchpad 1.1.7 and Personal Package Archives
* In The Press and In the Blogosphere
* Translation stats
* Bug Stats
- Weekly News #51 covers:
* Canonical Job Opportunities
* Automatix: Package Architecture Could Lead to Serious System Problems
* Tribe 4 Freeze
* US LoCo Teams Project Digg Coverage and Meetup
* In The Press and In the Blogosphere
* Translation stats
* Bug Stats
|
|
|
| Fedora 8 Test 1 Released |
|
Posted by: anyweb - 2007-08-07, 09:49 PM - Forum: Fedora 8
- No Replies
|
 |
Quote:Fedora 8 Test 1 has been released. "Fedora 8 Test one has been loosed upon the world today. Included in this release is a 'Fedora' installable 'choose your own adventure' style set of isos and trees for i386, x86_64, and ppc(64). Also included are Live images of both the Fedora Desktop and the Fedora KDE desktop." And there are screenshots.
more info > [/url][url=https://www.redhat.com/archives/fedora-anno...t/msg00001.html]https://www.redhat.com/archives/fedora-anno...t/msg00001.html
via osnews.com
|
|
|
| DNS Local Zone not resolving |
|
Posted by: cyris - 2007-08-07, 07:05 PM - Forum: Network Problems
- No Replies
|
 |
Hey everyone!
I've reconfigured our dns server (bind9) with views so that it can serve our internal and external clients.
I've been able to get our external zone file working fine, however my internal zone file doesn't seem to be working as none of my clients when querying my dns server seem to be able to resolve anything in my internal view :/ tux (our dns server) can't even rese any clients in this internal zone file.
Magikman on #linux-noob has been helping me with the issue but we haven't been able to find out why this setup isn't working. He did recommend that I move my zones outside of my named.conf but this should be working regardless :/
Named.conf
Code: // Default named.conf generated by install of bind-9.3.1-14_FC4
options {
directory "/var/named";
allow-recursion { localhost; internals;};
allow-query { any;};
};
acl internals {
127.0.0.0/8;
192.168.0.0/24;
192.168.1.0/24;
172.168.0.0/24;
};
view "external" {
match-clients { any; };
zone "iainc.ca" {
type master;
file "data/zone.iainc.ca";
};
zone "." {
type hint;
file "named.ca";
};
};
view "internal" {
match-clients { internals; };
zone "iainc.local" {
type master;
file "data/zone.iainc.local";
};
};
internal zone
Code: $TTL 1D
@ IN SOA ns1.iainc.local. support.iainc.local. (
2007072610; Serial
604800 ; Refresh
86400 ; Retry
2419200; Expire
604800 ); Minimum
;name server
IN NS ns1.iainc.local.
;office hosts
ns1 IN A 192.168.1.4
fred IN A 192.168.0.1
|
|
|
| Stop and Start Terminal |
|
Posted by: znx - 2007-08-07, 03:11 PM - Forum: Tips and Tricks
- No Replies
|
 |
When using a terminal you might be aware of the ^Q and ^S (that is Ctrl + q or Ctrl + s), these start and stop the terminal.
Say a terminal is scrolling lots and lots of information, obviously you can't read it, so you could do ^S, which would freeze the terminal at that point. Then you can read, do ^Q to start it again and so on.
Personally, in these days where terminals hold hundreds (or thousands) of lines there is little point. In fact most people probably just run the command again and use more/less to scroll the output.
I sometimes find that when I am using a terminal, with say irssi, that I accidently hit Ctrl+s. This will then cause irssi to stop and it will finally timeout and drop the server, needless to say a bit of a pain.
So here is the tip, you can unset the key press, ensuring that you don't accidentally hit the key.
As simple as that. There is little need to unset the start key press as you will not be able to stop it now. You can add that line into you bashrc and then it will never affect you again.
For those that are interested you can see the current tty setup with:
Never forget that every little niggle that can be removed can improve your productivity :)
|
|
|
| Hi all |
|
Posted by: Toker - 2007-08-02, 09:51 PM - Forum: Hello
- Replies (4)
|
 |
Hello all.
My name is Toker. I am looking into learning Linux purely as a challenge. Been into computers for a long time now, since about 1982, started with a ZX spectrum 48k hehe, then onto C= Amiga then to PC running dos 6 and windows 3.1, worked my way thru the Windows OS's up to XP pro/Vista, but currently looking into Linux to gain some knowledge on a more interesting OS. The Current system i have for running Linux is an AMD XP 3000+ 512 mb Ram, 20 GB HD, nothing special but i thinks it will do for now, will be adding more HD capacity when i change/upgrade my current Windows Box.
|
|
|
| Are my iptables working |
|
Posted by: Criller - 2007-08-02, 06:19 PM - Forum: Security and Firewalls
- Replies (6)
|
 |
Hello,
I followed the sticky bit as to how to open a port and it doesn't appear to be working for me.
I typed - iptables -A INPUT -i eth0 -p udp --sport 514 -m state --state ESTABLISHED -j ACCEPT
I restarted iptables - service iptables restart
However when I run iptables -L I do not see my open port. see below -
===============================================================
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT 0 -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT 0 -- anywhere anywhere reject-with icmp-host-prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (1 references)
target prot opt source destination
ACCEPT 0 -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT esp -- anywhere anywhere
ACCEPT ah -- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
ACCEPT udp -- anywhere anywhere udp dpt:ipp
ACCEPT tcp -- anywhere anywhere tcp dpt:ipp
ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT udp -- anywhere anywhere state NEW udp dpt:syslog
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
REJECT 0 -- anywhere anywhere reject-with icmp-host-prohibited
=============================================================
Also I cannot see my new entry in the /etc/sysconfig/iptables file -
==============================================
# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -i lo -j ACCEPT
-A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT
-A RH-Firewall-1-INPUT -p 50 -j ACCEPT
-A RH-Firewall-1-INPUT -p 51 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 514 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT
====================================================
Am I doing something wrong here?
Thanks
PJ
|
|
|
| Win XP service pack 3 |
|
Posted by: Yaravi - 2007-08-01, 06:20 PM - Forum: Windows XP
- No Replies
|
 |
These guys are feeling like the vista has not the impact they think it will have.
[/url][url=http://www.microsoft-watch.com/content/ope...until_2007.html]http://www.microsoft-watch.com/content/ope...until_2007.html
I red somewhere that vista is getting short on the amount of copys sold. heh
|
|
|
| NEED HELP BADLY->Fedora core 7 |
|
Posted by: Newbie - 2007-08-01, 12:21 PM - Forum: Fedora 7
- Replies (2)
|
 |
Hey guys
I just started using Fedora, and Linux for the first time.
The question I have is that I cannot see or type Korean on the web or on Words.
I am from Korea and I have a English/Korean Key...
The key works on Windows XP but it dosen't work on Fedora.
How do I solve this.
I heard something about typing '$ xev' to the Terminal and getting the keycode
but after I got the keycode, I don't know where to apply it to.
Like my korean/english key is 'keycode 113' and chinese key is 'keycode 109'.
Where do I apply these keycode.
(some one told me to go to the Terminal and writ e '$ sudo vi /usr/share/xmodmap/xmodmap.kr' but it just shows weird things!)
NEED HELP DESPERATLY :(
|
|
|
| Have to run xmms from command line and need... |
|
Posted by: LostSailor - 2007-07-30, 03:07 PM - Forum: Audio and Video
- Replies (3)
|
 |
Hi, we're running a fedora core 7 server which we have to run in command line mode for reasons to do with an issue with backup software. We also want to start using XMMS as a hold music server, but because of the aformentioned conflict, we need to also run xmms in commandline mode. we'll therefore need to create our play lists manually. What I've been unable to find is a really clear example of what the format of each line in the playlist should look like when we're creating it in a text editor. Can someone please show me an example so that I can start creating my own.
Thanks,
Tom
lostsailor01930@gmail.com
|
|
|
|