Welcome, Guest
You have to register before you can post on our site.
Forum Statistics
» Members: 5,244
» Latest member: dangyc
» Forum threads: 4,031
» Forum posts: 16,406
Full Statistics
Online Users
There are currently 326 online users.» 0 Member(s) | 323 Guest(s) Applebot, Baidu, Yandex
Latest Threads
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 325
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 708
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,052
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 125,352
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,463
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,423
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,257
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 47,653
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 166,769
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 98,124
SMTP Auth, using sendmail
Posted by: FluKex - 2004-11-09, 08:55 PM - Forum: SMTP
- No Replies
Sendmail smtp auth configuration ss really simple to do, took a while to figure out though, because 99% of walkthoughs on the net are BROKEN!!!!!!
This is the simple walk through by me :). This is all based on a redhat/fedora system, using RPMS via apt-get !!!
You will need to install sendmail, sendmail-cf, and cyrus-sasl to get this working, so do the appropriate apt-get commands.
apt-get install sendmail;apt-get install sendmail-cf;apt-get install cyrus-sasl
Here is my sendmail.mc file Included in it, are 3 changes that are required for smtp-auth.
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_OPTIONS', `A')dnl
No Changes in sasl needed to be done, I just simply turned it on.
service saslauthd start;chkconfig saslauthd on
BOOM Done. Now make sure your /etc/mail/access file only has local host information and you should be ready to go.
Cygwin & Mysql
Posted by: kZo - 2004-11-09, 10:53 AM - Forum: How Do I?
- No Replies
Does anyone know a good point of reference for installing mysql in cygwin?
I'm planning on setting up mysql and php on my laptop so I can do a little php and mysql programming, however, I plan to do this through cygwin.
Let me know if you have any tips.
os upgrade via harddrive
Posted by: tek-69 - 2004-11-08, 12:48 PM - Forum: Fedora
- Replies (7)
I'm planning on upgrading from fc1 to fc 2 finally, problem is my friggan usb cdr is giving me major issues(as always). Anyway ive installed from the harddrive before by mounting the iso thru loopback but im a little fuzzzy as to what i do to start the actually instalation process once imount the iso, am i supposed to just restart the box? i would think this would unmount and then just restart , am i wrong ? if im not what steps do i need to take? o_O
new Royale theme for XP
Posted by: anyweb - 2004-11-08, 11:33 AM - Forum: Windows
- Replies (2)
download the file from Microsofts Site
[/url] [url=http://download.microsoft.com/download/5/2...eme-x86-ENU.exe]http://download.microsoft.com/download/5/2...eme-x86-ENU.exe
1. Use WinRAR to Open the downloaded file and extract its content to a local folder--for example, C:\temp
2. Create the following folders under the C:\windows\resources\themes folder:
royale
royale\shell
royale\shell\homestead
royale\shell\metallic
royale\shell\normalcolor
royale\shell\royale
royale\wallpaper
3. Copy the royale.theme file that you extracted into C:\windows\resources\themes directory
4. Copy the royale.msstyles file into the \royale sub-directory.
5. Copy the shellstyle.dll file into each of the 4 \shell sub directories.
6. Copy the energybliss.jpg file into the \royale\wallpaper subfolder.
see below
Code:
C:\WINDOWS>cd Resources
C:\WINDOWS\Resources>cd Themes
C:\WINDOWS\Resources\Themes>mkdir royale
C:\WINDOWS\Resources\Themes>cd royale
C:\WINDOWS\Resources\Themes\royale>mkdir shell
C:\WINDOWS\Resources\Themes\royale>cd shell
C:\WINDOWS\Resources\Themes\royale\shell>mkdir homestead
C:\WINDOWS\Resources\Themes\royale\shell>mkdir metallic
C:\WINDOWS\Resources\Themes\royale\shell>mkdir normalcolor
C:\WINDOWS\Resources\Themes\royale\shell>mkdir royale
C:\WINDOWS\Resources\Themes\royale\shell>cd ..
C:\WINDOWS\Resources\Themes\royale>mkdir wallpaper
C:\WINDOWS\Resources\Themes\royale>copy c:\temp\royale.theme c:\windows\Resources\themes\
1 file(s) copied.
C:\WINDOWS\Resources\Themes\royale>copy c:\temp\royale.msstyles
1 file(s) copied.
C:\WINDOWS\Resources\Themes\royale>copy c:\temp\shellstyle.dll c:\windows\Resources\Themes\royale\shell\homestead\
1 file(s) copied.
C:\WINDOWS\Resources\Themes\royale>copy c:\temp\shellstyle.dll c:\windows\Resources\Themes\royale\shell\metallic\
1 file(s) copied.
C:\WINDOWS\Resources\Themes\royale>copy c:\temp\shellstyle.dll c:\windows\Resources\Themes\royale\shell\normalcolor\
1 file(s) copied.
C:\WINDOWS\Resources\Themes\royale>copy c:\temp\shellstyle.dll c:\windows\Resources\Themes\royale\shell\royale\
1 file(s) copied.
C:\WINDOWS\Resources\Themes\royale>copy c:\temp\energybliss.jpg c:\windows\Resources\Themes\royale\wallpaper\
1 file(s) copied.
C:\WINDOWS\Resources\Themes\royale>
tada ! new theme :)
see screenshot !
cheers
anyweb
<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-12-1100123818.png" data-fileid="205">[img]<fileStore.core_Attachment>/post-12-1100123818.png[/img]</a>
Attached Files
untitled.PNG (Size: 993.75 KB / Downloads: 0)
Where do i start???
Posted by: Guest - 2004-11-07, 11:30 PM - Forum: How Do I?
- Replies (6)
Yes, it may sound rediculous, but i am a baby to all of this and i am determined to learn linux and tap into the world of linux...
where would YOU start??
Playing and editing MIDI with fedora
Posted by: tato - 2004-11-07, 05:32 PM - Forum: Audio and Video
- No Replies
How do I setup midi with FC2?
I'm using the latest 2.6.8-1.521 kernel from fedora and I need to create edit and play midi files with programs like rosegarden but I haven been able to find a simple way to setup midi. I have tryed differen things with no luck, I have jack installed and rosegarden sayed it has found it and played the midi files but no sound comes out. Maybe someone can help set this up from start assunming that I have a fresh install of FC2.
Thanx for your help
high end amd 64-msi nforce3-250
Posted by: jhddean4 - 2004-11-06, 03:51 AM - Forum: Knoppix
- No Replies
i have an "real old" compaq that was a breeze to get knoppix to work on-got on the net in about 3 min-cool! but i guess it did not like my new comp could not get off the cd it played fine but no net. if the other linux are like that i want to burn windows cd- had nothing but problems from it reinstalled it at least 5 times in3 months!!!blue screens suck! any sugestions on an os that is easy to use? knoppix was kool i could learn, not to swift with the programing part. i like to play games and do video edting and some pic processing.
MySQL error help
Posted by: RavenManor - 2004-11-05, 12:28 PM - Forum: LAMP
- Replies (2)
[root@localhost root]# mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
[root@localhost root]# mysqld
041105 6:39:52 [ERROR] Can't find messagefile '/usr/share/mysql/english/errmsg.sys'
041105 6:39:52 [ERROR] Aborting