Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
53% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
5
2 Commented Posts
0 Endorsements
Ranked #2K
~13.6K People Reached
About Me

Jack of all trades. Electronics tech, Firefighter, EMT, Home Improvement and now IT. Our shop is a mix of Mac, Linux, and Windows.

PC Specs
Mostly what ever hardware I can get my hands on. I tend to use Debian, Ubuntu, Mandriva, or Fedora at…

33 Posted Topics

Member Avatar for happygeek

I know many would like to have the OS preinstalled but I would rather has a NO OS option and put on what ever I want.

Member Avatar for simhakidsden
9
3K
Member Avatar for f14dtom
Member Avatar for Vasvi
3
741
Member Avatar for CharlieJoe

Some people purchase it because they don't know any better, want to support the project, have no or limitted internet.

Member Avatar for mc.sQr
0
192
Member Avatar for zeba.khan.71066700

> steps of installing and configuring servers in linux Wow sorry that is way too generic. File server? NFS,AppleTalk,SMB,WebDAV,FTP,SFTP Web Server? Apache2, Lighthttpd,nginx If so do you need a database and php? If so with nxginx you may want to really look at how you are going to handle php. …

Member Avatar for here2serve
0
113
Member Avatar for emenyke
Re: rpm

RPM predated YUM and is not used as much. You can use it to install a rpm you have downloaded. Yum will go for the repo not the downloaded file. rpm can also be used to verify the binaries. Lets say you think someone may have gotten onto your system …

Member Avatar for here2serve
0
184
Member Avatar for mini programmer

Any reason for skipping the package manager? From the terminal sudo apt-get install python to search apt repos apt-cache search python | less

Member Avatar for mini programmer
0
1K
Member Avatar for alaa sam

Rubberman is correct. /home/username/.bash_profile is the place to set it. Sample cat .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH [Bash env settings](http://here2serve.biz/mod/page/view.php?id=67)

Member Avatar for here2serve
0
160
Member Avatar for mnewsome

If it's waiting on ads then either the ads servers are slow or you have a dns issue.

Member Avatar for here2serve
0
96
Member Avatar for IMPRESSIVE

Either start with a live cd, or virtual machine. Then follow step by step through the [LPIC-1 course](http://here2serve.biz)

Member Avatar for rubberman
-5
205
Member Avatar for sudipta.mml

Stick with ssh. You might want to have the script run your log out script. By default ~/.bash_logout

Member Avatar for rubberman
0
302
Member Avatar for neha.jubair

Technically Linux is not an operating system even though it is common place to call it one. Linux is a kernel. To be an operating system you must add user space tools to make it useable. That's why many refer to it as GNU/Linux but at this point the argument …

Member Avatar for rubberman
-1
299
Member Avatar for xtrick

Are you saying that running " sudo /etc/init.d/networking stop" just keeps running over and over again?

Member Avatar for here2serve
0
177
Member Avatar for ENGAVI
Member Avatar for here2serve
0
67
Member Avatar for hamza.farooq.7355

Yes you can get much of your data back. First don't use the drive at all! Next use photorec to scan for and recover the data. Recover the data to a diffrent drive.

Member Avatar for here2serve
0
197
Member Avatar for Karlwakim

cp -a source destination This would have gotten them all you could also use rsync http://here2serve.biz/mod/glossary/showentry.php?courseid=8&eid=20081&displayformat=dictionary

Member Avatar for here2serve
0
186
Member Avatar for here2serve

I just got G5 PPC Mac the user who gave it to me claims that it "died during an update. It will not boot from the CD. It was running 10.5 and I have the disk. Using the C key with 2 keyboards. I booted into the open firmware using …

Member Avatar for epicSHOOTER236
0
216
Member Avatar for msrikanth

You can set that to be the default umask and all new users would have it set or use chmod.

Member Avatar for rch1231
0
353
Member Avatar for lewashby

You may have set a username in windows with uppercase but windoze does not pay any attention to case in user names.

Member Avatar for androtheos
0
191
Member Avatar for Sibuns

BACK UP! resize2fs - ext2/ext3/ext4 file system resizer <SNIPPED URL>

Member Avatar for ashiiiish
0
155
Member Avatar for Octet
Member Avatar for Eduardo
Member Avatar for Techwriter10
Member Avatar for linuxpusher
3
3K
Member Avatar for jhonnyboy

[QUOTE=jhonnyboy;1120986]Hello everyone, I was trying to install ndiswrapper and the drivers needed to get my laptop working with wireless properly. I never got around to finish installing the drivers although I did install ndiswrapper. I lost my wifi completely and my system doesn't even pick up my card now. It …

Member Avatar for BreezeHost
0
262
Member Avatar for normanallen

[QUOTE=normanallen;1130422]Very simple question - can a Ubuntu 9.10 distro format a hard drive in ntfs format?[/QUOTE] Do you mean that you want to install Ubuntu onto a ntfs partition or that you need to partition a drive as ntfs? From the command prompt use [URL="http://here2serve.biz/moodle/mod/resource/view.php?id=151"]mkfs[/URL] If you need to do …

Member Avatar for normanallen
0
163
Member Avatar for Stefano Mtangoo

[QUOTE=evstevemd;1121279]Mandriva 2010[/QUOTE] Go to the mcc "control center" your firewall needs to allow port 5900. You also need a vnc client on the windows box. Windows remote desktop is not going to work. Ultravnc should do fine. Have been away from mandriva for a long time. It's were I started …

Member Avatar for Stefano Mtangoo
0
120
Member Avatar for lewashby

No thanks. Not into the DRM thing won't buy a Zune, Ipod or anything like them. My old Iriver works fine on linux and I am not limited in the software

Member Avatar for here2serve
0
67
Member Avatar for subhashkarade

From a terminal cd /home/username ls -la .dmrc Result -rw------- 1 mike mike 28 2010-02-12 18:03 .dmrc If the output shows a different user than expected use chown if the permissions are wrong use chmod

Member Avatar for here2serve
0
57
Member Avatar for jazz_vill

[QUOTE=jazz_vill;1130300]I manually set-up a partition during my installation of Ubuntu 9.10. I only created a swap partition about 512mb and a root partition of 10gb and no partition for /home but I have a partition for all my data files. What I really want is a separate partition for programs …

Member Avatar for here2serve
0
121
Member Avatar for Tony753

First get the data. Use a live cd to boot and then get your data before you do any thing. I've had great results during an upgrade but a good back up is the best plan. When you do set up the system they way you want use clonezillia to …

Member Avatar for khakilang
0
125
Member Avatar for matta.ankit

Not enough info to really help. Most distros the the bottm of the screen provide alt boot options. fb800x600 should get you in.

Member Avatar for here2serve
0
97
Member Avatar for rafaele-elvis

You could do it with a script but edit /etc/fstab is the the way to go. First cp /etc/fstab /etc/orig-fstab Do it as root/sudo [URL="http://here2serve.biz/moodle/mod/glossary/view.php?id=206&mode=entry&hook=5256"]example fstab[/URL] You would normally mount it like mount -t ntfs-3g /dev/sdb(1) /mnt/where-ever/

Member Avatar for here2serve
0
121
Member Avatar for InsightsDigital

I would buy a netbook or a phone that I could use RPD, Nmap, Autoscan network, OpenVas and such. Would be real handy when traveling and providing support.

Member Avatar for InsightsDigital
0
155
Member Avatar for InsightsDigital

I've taken courses on line and finished them. Many courses I go through are free and I may not finish "according to the site". I reach just my goal and move on. I'm starting my own e-learning site and have found that it has improved my focus on continued growth.

Member Avatar for InsightsDigital
0
94

The End.