- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 4
- Posts with Downvotes
- 4
- Downvoting Members
- 3
24 Posted Topics
*How do you install it?* From CD media? PS: Why FC5? There is FC6 now, and FC7 i s going to be released at May.
Yes, but I recommand use router blackbox (which is often based on linux btw) instead.
you are wrong :-)
Hi, is there any one experineced in setting up IPP in windows? I have cups-driven print-server in networks and it works just fine with linux client, but setting it up in windows causing one big headache :-( What I did? I selected "new printer", then "connect to a printer in …
Hi, is there any chance to get this sound card working on windows 2008 ? There is no chance to get offical support from creative. And i wasn't able to setup working kxdrivers even on windows 2003 :-( If somebody could write little howto how to get kxdrivers work (even …
Hi there, I'm using linux for several years and i would like learn windows to get some new experineces in IT and ... get better salary :-) 1) I'm little afraid of it, because i have no idea how i can do something like package managment (easy install and automatic …
It should work. Doesn't you check content of that variable in some evalution without quotes around it?
man sed especially look at -i option sed -i'' b -e 's/a/b/'
It's sooo hard to use google [url]http://www.dell.com/content/topics/segtopic.aspx/ubuntu?c=us&cs=19&l=en&s=dhs[/url] ubuntu is linux distribution ...
wireless in VMWare?
It's same distro, just different installation media. Xubuntu desktop is based on XFCE, Ubuntu on Gnome. Google for XFCE and gnome and find out what is better for you.
Bad luck you have windows on client. Otherwise you can just add -X parameter to ssh and here you go (on windows you have to install X server).
QT/KDE no doubt
it's live system just boot that CD and here you go
[quote]Now how do I get g++ and gcc?[/quote] You wouldn't guess it, but it's in official opensuse repository.
Windows is good for server, only if you have to use windows on clients. And you have to use windows on clients only if you have windows-only software (solidworks,photoshop,accounting,office suite,...). Or if you know nothing about Linux.
unionfs/aufs look at SLAX distribution or use CD for booting only
Hi, best way is (works only for integers) [CODE] declare -i no read no if [ $no = 0 ]; then echo "user enter 0, nothing or not number" else echo "here you go" fi [/CODE] or if you want to use regexp [code] read no if [[ "$no" =~ …
bad forum dude
run from windows restore console 'fixmbr' .... why are you asking in linux forum?
use -i parameter for sed #i'm not csh user sed -i "s/$stringa/$stringb/g" $filename #and test if you have to make quoutes around $filename to #if it doesn't help, try echo $stringa and $stringb before sed
[CODE] #!/bin/bash read vstup if [ $(( vstup % 2 == 0 )) -eq 0 ]; then echo "even" else echo "odd" fi SUM=0 for i in `seq 1 $vstup`; do SUM=$(( $SUM + $i )) done echo $SUM [/CODE]
My favorite Live distro SLAX can to it too. I used ntfs-3g to transfer gigs from and to ntfs partition without problem(ACL was lost, of course).
The End.
pheeror