Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,245
» Latest member: dprp
» Forum threads: 4,031
» Forum posts: 16,406

Full Statistics

Online Users
There are currently 449 online users.
» 0 Member(s) | 447 Guest(s)
Baidu, Bing

Latest Threads
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 511
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 897
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,185
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 126,214
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,927
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,575
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,502
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 48,245
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 168,815
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 99,010

 
  Hi everyone!
Posted by: JohaN^^ - 2006-01-17, 09:58 AM - Forum: Hello - Replies (6)

hi everyone, im Johan^^ and i live in sweden, my english is not perfect right now but i'm workin on it :P

Print this item

  Test2
Posted by: lerum - 2006-01-16, 08:59 PM - Forum: Fedora Core Release 5 - Replies (2)


Test 2 is released guys!

 

fedora-core/test/4.91/i386/iso/

 

Follow that direction on the mirrors, that should lead you to the images. :)

Print this item

  abort a remote shutdown
Posted by: arbalest - 2006-01-16, 02:17 AM - Forum: How Do I? - Replies (3)

what would I have to put in a batch file so that I could abort a remote shutdown someone on the network has initiated?

Print this item

  how to rotate your favicon.ico and logo in IPB hourly
Posted by: anyweb - 2006-01-15, 09:03 PM - Forum: LAMP - No Replies


for the favicon.ico use this

 

stick it in /etc/cron.hourly/changeico.sh

 



Code:
#!/bin/sh SOURCEDIR="/usr/local/apache/htdocs/favicon/" TARGETFILE="/usr/local/apache/htdocs/forums/favicon.ico" NUM=`ls -1 $SOURCEDIR|wc -l` cp -f $SOURCEDIR`ls -1 $SOURCEDIR|head -n $[$RANDOM%$NUM+1]|tail -n1` $TARGETFILE




 

for the IPB logo (which youve changed to your own ! - i use 8 different ones)

 

try this

 

stick it in /etc/cron.hourly/changelogo.sh

 



Code:
#!/bin/sh SOURCEDIR="/usr/local/apache/htdocs/logos/" TARGETFILE="/usr/local/apache/htdocs/forums/style_images/1/logo4.gif" NUM=`ls -1 $SOURCEDIR|wc -l` cp -f $SOURCEDIR`ls -1 $SOURCEDIR|head -n $[$RANDOM%$NUM+1]|tail -n1` $TARGETFILE




 

both files above need to executable

 

do

 



Code:
chmod +x changelogo.sh




 

etc...

 

cheers

anyweb

Print this item

  how do i rotate my apache logs
Posted by: anyweb - 2006-01-15, 11:06 AM - Forum: LAMP - Replies (10)


hi all,

 

i'm looking for some guidance as to the best way to rotate my apache logs, they are now large....

 

i want to retain the data as much as possible,

 

any advice ?

 



Code:
-rw-r--r-- 1 root root 0 Jan 10 21:34 access_bad.log -rw-r--r-- 1 root root 434839497 Jan 15 12:00 access_log -rw-r--r-- 1 root root 130760500 Jan 15 11:59 agent_log -rw-r--r-- 1 root root 11575178 Jan 15 11:59 error_log -rw-r--r-- 1 root root 6 Jan 13 21:37 httpd.pid -rw-r--r-- 1 root root 149330258 Jan 15 11:59 referer_log




 

cheers

anyweb

Print this item

  Windows Live Messenger Beta
Posted by: hybrid - 2006-01-13, 06:32 PM - Forum: General Chat - Replies (3)


I got an invite to the Windows Live Messenger Beta (the next version of MSN Messenger).

 

There is a screenshot here (warning: large size)

 

I don't have any invites yet, but when I do I'm sure I can help out any of you who want to get in on the beta :).

 

It is quite cool though, looks quite a lot nicer than MSN Messenger 7.x did. :)

Print this item

  batch file noob
Posted by: arbalest - 2006-01-13, 04:14 AM - Forum: How Do I? - Replies (2)


How would I shut down a networked computer remotely, with a batch file? Im guessing it has something to do with ending the svchost.exe process. I can get to another computer, with a simple:

 

@echo off

start \\"network name"-"computer name" \c$\

 

and im able to view the files.

 

but I dont know how to run a command on that computer, let alone shut it down. So if anyone could give me some helpful tips, it would be greatly appreciated. Other fun things to do with batch files on networks would be awesome as well.

Print this item

  intro/forum/ linux noob
Posted by: arbalest - 2006-01-13, 03:30 AM - Forum: Hello - Replies (2)


hey all. Ive had Fedora Core 4for a while on a partition. Although I havent really explored it that much,probably due to confusion of installing things and just the overall difference from windows. Ive been mostly using my "back up copy" of windows. I want to learn more stuff about linux, I think it would be useful for various applications in the future. So, I joined this forum. So, I guess thats it.

 

later

Print this item

  Monitoring Servers with Mandriva
Posted by: kingttx - 2006-01-11, 04:44 AM - Forum: Mandriva - No Replies


Here we go! This is for you Linux admins. I hope this tool, KSysGuard, is helpful to you, and I hope this tutorial will assist in getting you started. Combine this with your logs and other tools, and you will have a tremendous tool set for maintaining a Linux server.

 

SystemMonitoring.pdf

 

If you find any corrections needed, please let me know here.

 

Enjoy!

Tom King

Print this item

  Simple Backups
Posted by: kingttx - 2006-01-10, 10:07 PM - Forum: Mandriva - No Replies


I am generating a new tutorial geared a bit more towards Linux admins, and I should have that out tonight or tomorrow.

 

In the meantime, here is a short tutorial on making a simple, quick backup using Ark. This is helpful if you are doing a major update or a major change and need to be sure you have files available to restore in case Murphy's Law drops its full weight on your box!

 

SimpleBackups.pdf

 

Enjoy!

Tom King

Print this item