Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,207
» Latest member: Meup
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 191 online users. » 0 Member(s) | 188 Guest(s) Applebot, Bing, Yandex
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 68
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 73,904
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 30,465
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,647
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,052
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,632
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 103,444
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 44,184
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 34,628
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,152
|
|
|
films |
Posted by: lia - 2004-01-08, 05:02 PM - Forum: General Chat
- Replies (4)
|
 |
What film can you recommend?
- drama
- thriller
- comedy
Thank you! :)
|
|
|
Linux kernel bug |
Posted by: morbondu - 2004-01-08, 01:22 AM - Forum: How Do I?
- Replies (2)
|
 |
so whats the deal with the linux kernel bug thing? exactly how would a local attacker mess up my kernel or gain root access?
any ideas?
morbondu [img]<___base_url___>/uploads/emoticons/default_ph34r.png[/img]
|
|
|
uninstall the source install |
Posted by: Oroshi - 2004-01-07, 10:30 PM - Forum: How Do I?
- Replies (1)
|
 |
i installed the fluxbox from the source.
when i uninstall it by using make distclean. then programming running. it supposed to delete all the files from like /usr/share/blah/fluxbox. but it didn't it left it there. and when i try to install the newer version, it supposed overwrite or install it as fresh, when i attempt to login the fluxbox, the version is till on the old one from source :(
how do i get rid of that idiot source??
|
|
|
Netgear MA401 fails. |
Posted by: tokatrash - 2004-01-07, 10:16 PM - Forum: Wireless
- Replies (6)
|
 |
Whenever i enable my Netgear MA401 wireless ethernet card it fails:
[root@localhost tokatrash]# /sbin/ifup eth1
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Invalid argument.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device eth1 ; Operation not supported.
Cannot get driver information: Operation not supported
[root@localhost tokatrash]#
Can you give me a hint on what to do for it to work properly?
|
|
|
sexy? |
Posted by: FluKex - 2004-01-07, 07:28 PM - Forum: General Chat
- Replies (4)
|
 |
YOU KNOW I AM!!!
ya,, THAS RIGHT!!! I AM!!!!!!
:P
[img]<___base_url___>/uploads/emoticons/default_ph34r.png[/img]
|
|
|
well done Grepster |
Posted by: anyweb - 2004-01-07, 07:24 PM - Forum: Site News
- Replies (4)
|
 |
you fixed fedora and fluxbox for me where others tried and failed !
and you wrote a howto too !
that, plus your coolness and expertise in Linux deserve moderator status
congrats dude
cheers
anyweb
|
|
|
How to build rpms |
Posted by: grep420 - 2004-01-07, 07:18 PM - Forum: Package Management
- Replies (5)
|
 |
If you happen to find something you need but is not in rpm, the easy way is to use checkinstall to build one.
Get the checkinstall binary here: [/url][url=http://freshmeat.net/projects/checkinstall...C41%2C147%2C257]http://freshmeat.net/projects/checkinstall...C41%2C147%2C257
The only trick to using checkinstall is you replace make install with it.
example using fluxbox:
untar and gunzip the file
[jsw34@shadow sources]$ tar -xvzf fluxbox-0.1.14.tar.gz
cd into source dir
[jsw34@shadow sources]$ cd fluxbox-0.1.14
configure; make; and run checkinstall
[jsw34@shadow sources]$ ./configure && make && checkinstall
The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs? [y]: <ENTER>
Please choose the packaging method you want to use.
Slackware , RPM [R] or Debian [D]? R <ENTER>
Please write a description for the package.
End your description with an empty line or EOF.
>> My rpm
>> <ENTER>
you can edit the build values on the next screen or just hit ENTER to continue with the defaults.
Now it will build the rpm and install it.
Done. The new package has been installed and saved to
/usr/src/redhat/RPMS/i386/fluxbox-0.1.14-1.i386.rpm
voila!
If you have to use source, I highly reccommend using this tool. You will have accountability for everything you install and its really simple to remove or upgrade the package.
The rpms you build will be for the architecture you are using, however you can usually use them on newer releases, It may ask you for some newer dependencies though.
|
|
|
|