Search Results

Showing results 1 to 40 of 220
Search took 0.02 seconds.
Search: Posts Made By: frrossk
Forum: Getting Started and Choosing a Distro Mar 21st, 2006
Replies: 2
Views: 2,127
Posted By frrossk
After running alsaconf, you have to run alsactl store as root, to save your settings.
Forum: Getting Started and Choosing a Distro Feb 14th, 2006
Replies: 10
Views: 8,796
Posted By frrossk
Slackware uses the *.tgz packages (instead of RPM). You can install them with
installpkg packagename.tgz
You can download prebuild Slack packages from http://www.linuxpackages.net
As sfbell said,...
Forum: *nix Hardware Configuration Oct 21st, 2005
Replies: 3
Views: 6,829
Posted By frrossk
What suggested lines are you trying to add? On my slack box, I have in xorg.conf the next lines:

Option "Protocol" "IMPS/2"
Options "Buttons" "5"
Option "ZAxisMapping" "4 5"
and it works...
Forum: *nix Software Oct 21st, 2005
Replies: 3
Views: 7,656
Posted By frrossk
Download this library and install it: download.fedora.redhat.com/pub/fedora/linux/core/4/x86_64/os/Fedora/RPMS/libpng10-1.0.18-2.i386.rpm
Also, for divx you can use xine, vlc and a lot of other...
Forum: *nix Software Oct 21st, 2005
Replies: 1
Views: 1,255
Posted By frrossk
Sure... on a Linux board :D
Forum: Window and Desktop Managers Jul 26th, 2005
Replies: 23
Views: 67,827
Posted By frrossk
http://www.google.ro/search?hl=ro&q=kde+vs+gnome&btnG=C%C4%83utare+Google&meta=
Forum: *nix Hardware Configuration Jul 26th, 2005
Replies: 5
Views: 3,977
Posted By frrossk
Go on this page: http://www.nvidia.com/object/linux_display_ia32_1.0-7667.html, download the Nvidia_*.run file and read this page...
Forum: *nix Hardware Configuration Jul 26th, 2005
Replies: 2
Views: 5,380
Posted By frrossk
Read here: http://www.sorgonet.com/linux/grubrestore/
Forum: *nix Software Jul 26th, 2005
Replies: 3
Views: 2,897
Posted By frrossk
There is no way to uninstall Windows, but you can format/erase the Windows partitions, and install Linux on that free space.
Forum: Getting Started and Choosing a Distro Jul 26th, 2005
Replies: 15
Views: 4,643
Posted By frrossk
Take a look at http://distrowatch.com/, you can choose one from there.
Forum: *nix Software Jul 21st, 2005
Replies: 7
Views: 3,326
Posted By frrossk
A quick guide for install Mandrake:http://member.melbpc.org.au/~parsonsd/linux/Mandrake10_Install.html
Forum: Kernels and Modules Jun 30th, 2005
Replies: 4
Views: 2,863
Posted By frrossk
ln -s is used to create symbolic links for apps/folders/etc.
man ln
Forum: *nix Software Jun 24th, 2005
Replies: 4
Views: 7,321
Posted By frrossk
>>The problem is that Firefox is a GNOME application, and is designed to run in GNOME
Oops! I didn't know this, so I installed Firefox on several distros, and it works flawlessly in KDE.... :cheesy:
Forum: Getting Started and Choosing a Distro Jun 24th, 2005
Replies: 1
Views: 2,887
Posted By frrossk
>>Is there a best Linux recommended to use for file servers?
No; almost every Linux distro can be used as a file server, but I'd recommend to use a stable release of a solid distibution like...
Forum: C Jun 23rd, 2005
Replies: 1
Views: 2,647
Posted By frrossk
Use spawnXX or execXX functions.
Forum: *nix Software Jun 23rd, 2005
Replies: 3
Views: 3,338
Posted By frrossk
QtParted will show as free space only the unpartitioned space on the drive.
Your 20 gigs free space belongs to Windows partition? If so, I would resize the Windows partition (usually I use Partition...
Forum: C++ Jun 22nd, 2005
Replies: 6
Views: 6,245
Posted By frrossk
Portability, first...
Forum: *nix Software Jun 21st, 2005
Replies: 2
Views: 3,729
Posted By frrossk
Boot from a win98/whatever bootdisk, run "fdisk /mbr" to clean MBR (I assume grub was installed in MBR), and reboot.
Forum: *nix Software Jun 17th, 2005
Replies: 12
Views: 4,352
Posted By frrossk
That's sure you have problems...
Open Nero, then choose from "Recorder" menu (IIRC) the option "Burn image to disc" then select the *.iso image to burn, and repeat the operation for every iso you...
Forum: *nix Software Jun 14th, 2005
Replies: 2
Views: 3,596
Posted By frrossk
Use

uname -r

That will print the kernel version number.
To print the name of the distro running on your machine, use

cat /etc/release

or
Forum: Geeks' Lounge Jun 3rd, 2005
Replies: 10
Views: 2,106
Posted By frrossk
First was the abacus...:)
Forum: Windows NT / 2000 / XP Jun 2nd, 2005
Replies: 3
Views: 1,583
Posted By frrossk
Try to reinstall the drivers for your soundcard.
Forum: *nix Software Jun 2nd, 2005
Replies: 10
Views: 3,430
Posted By frrossk
According to this article (http://www.theregister.co.uk/2003/10/06/linux_vs_windows_viruses/) , there are about 40 viruses for linux (but it's a bit outdated, so let's double the number:)). But the...
Forum: *nix Software Jun 2nd, 2005
Replies: 6
Views: 20,812
Posted By frrossk
Use ifconfig (http://linux-ip.net/html/tools-ifconfig.html) as root in a terminal.
Forum: *nix Software Jun 2nd, 2005
Replies: 3
Views: 2,517
Posted By frrossk
Good luck! :)
Forum: *nix Software Jun 1st, 2005
Replies: 10
Views: 3,430
Posted By frrossk
I personally use ClamAV (http://www.clamav.net/) , but, as long as I know, there is no Linux virus on the wild at the moment...
Forum: C++ May 31st, 2005
Replies: 2
Views: 4,241
Posted By frrossk
int remove (const char *filename)
It's a C function for removing a file, declared in stdio.h.
Forum: *nix Software May 25th, 2005
Replies: 7
Views: 16,579
Posted By frrossk
Ok; try here (http://howtos.linux.com/howtos/DVD-Playback-HOWTO/install.shtml) , it's a little more detailed.
Forum: C++ May 24th, 2005
Replies: 10
Views: 4,134
Posted By frrossk
Z_rand=rand()%ZzZz_percents;
...........................................
if_perf_div=Z_rand%(100/Z_rand);

What if Z_rand == 0 ?
Forum: *nix Software May 24th, 2005
Replies: 7
Views: 16,579
Posted By frrossk
Read here (http://www.houghi.org/pivot/entry.php?id=62#body) and here (http://www.neowin.net/forum/lofiversion/index.php/t312600.html) , it's a good start. Anyway, the web is full of info on this...
Forum: Posting Games May 23rd, 2005
Replies: 7,595
Views: 656,824
Posted By frrossk
green --> colors
Forum: *nix Software May 20th, 2005
Replies: 3
Views: 2,517
Posted By frrossk
It seems like your box is configured to boot default in WinXP. You have to edit your lilo/grub configuration file, in order to remove the options to boot in Windows, and then reformat /dev/hda4 as a...
Forum: *nix Software Apr 12th, 2005
Replies: 2
Views: 6,277
Posted By frrossk
You can't build Dev-cpp for Linux. It's written all in Delphi, and looks too difficult to port it. But you can download the free version of Chinook Developer studio from:...
Forum: Getting Started and Choosing a Distro Apr 7th, 2005
Replies: 38
Views: 7,547
Posted By frrossk
ext3 != swap; they are different filesystems.


Not a true Penguin, but a true Knoppix user :cheesy:
Forum: *nix Software Mar 1st, 2005
Replies: 5
Views: 4,416
Posted By frrossk
And what exactly are you stuck on?
Forum: C++ Feb 28th, 2005
Replies: 6
Views: 4,083
Posted By frrossk
If you want to create cross-platform GUI applications, try something like wxWidgets (http://www.wxwindows.org/) .
Forum: C++ Feb 28th, 2005
Replies: 6
Views: 4,083
Posted By frrossk
1. Yes
2. Yes
3. Assuming 1 and 2, go to Windows API; there are some other ways too.
4. No.
Forum: *nix Software Feb 28th, 2005
Replies: 5
Views: 4,416
Posted By frrossk
A good tutorial for installing slackware: http://www.bitbenderforums.com/vb22/showthread.php?threadid=60154
Forum: C++ Feb 24th, 2005
Replies: 10
Views: 2,716
Posted By frrossk
Since your code is so small, you should post it between code tags (http://www.daniweb.com/techtalkforums/announcement.php?f=8&announcementid=3) , not to attach the file.
using namespace std; must be...
Forum: C++ Feb 24th, 2005
Replies: 2
Views: 2,613
Posted By frrossk
missy\assign3.cpp: error C0001: missing code tags (http://www.daniweb.com/techtalkforums/announcement.php?f=8&announcementid=3)
Showing results 1 to 40 of 220

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC