DirectoryPhotoblogBlog Details for "ron's photography and system admin"

ron's photography and system admin

ron's photography and system admin
all personal photography of any interesting scenery, flowers, landscape, people, etc..
Articles: 1, 2

Articles

Mounting USB device in linux
2007-10-10 15:16:00
How to mount a usb device in linux.e.g. Digital Camera, USB flash drive, mobilephone 1. Connect the usb cable to your linux computer.2. Go to # (root access)3. Type # tail -f /var/log/messages * This will show you the device you have connected like sda1, hdc, etc...4.type mount /dev/ /mnt/flash e.g. /dev/sda1 *Format: mount 5. cd /mnt/flash6. Walah... your done.Unmount the usb device:1. Go back to main prompt2.Type umount /mnt/flash3. Remove your usb device.Note: You can unmount the device while your inside /mnt/flash
More About: Linux , Device , Mount
Mounting USB device in linux
2007-10-10 15:16:00
How to mount a usb device in linux.e.g. Digital Camera, USB flash drive, mobilephone 1. Connect the usb cable to your linux computer.2. Go to # (root access)3. Type # tail -f /var/log/messages * This will show you the device you have connected like sda1, hdc, etc...4.type mount /dev/devicename /mnt/flash e.g. mount /dev/sda1 /mnt/flash *Format: mount devicename devicedestination5. cd /mnt/flash6. Walah... your done.Unmount the usb device:1. Go back to main prompt2. Type umount /mnt/flash e.g umount /mnt/devicedestination3. Remove your usb device.Note: You can unmount the device while your inside /mnt/flash
More About: Linux , Device , Mount
Dual Booting Windows
2007-10-09 10:19:00
HOW TO's : The order of installation is critical if you want a successful multiboot installation. In general terms, install non?Microsoft operating systems and earlier versions of the Windows operating system first. This would mean installing UNIX or Linux operating systems first; then Windows 95 or Windows 98 or Windows Me; then Windows NT; and finally, Windows 2000 and/or Windows XP. (In the unlikely event that you?re installing MS?DOS, you can install that either before or after UNIX? or Linux?based operating systems, and generally I?d opt for before.Make sure you have available logical drives to install different WIndows OS with the sole ...
More About: Dual
Dual Booting Windows
2007-10-09 10:19:00
HOW TO's : The order of installation is critical if you want a successful multiboot installation. In general terms, install non?Microsoft operating systems and earlier versions of the Windows operating system first. This would mean installing UNIX or Linux operating systems first; then Windows 95 or Windows 98 or Windows Me; then Windows NT; and finally, Windows 2000 and/or Windows XP. (In the unlikely event that you?re installing MS?DOS, you can install that either before or after UNIX? or Linux?based operating systems, and generally I?d opt for before.Make sure you have available logical drives to install different WIndows OS with the sole ...
More About: Dual
Changing XP CD key
2007-10-09 10:01:00
To change your CD KeyYou don't need to re-install if you want to try the key out ... just do this: 1. Go to Activate Windows2. Select the Telephone option3. Click "Chan g e Product Key"4. Enter xxxxx-xxxxx-xxxxx-xxxxx-xxxxx ( your 25 character product key)5. Click "Update" Now log off and log back in again. It should now show 60 days left, minus the number of days it had already counted down.Note: If your crack de-activated REGWIZC.DLL and LICDLL.DLL, you need to register them again.
More About: Changing
Changing XP CD key
2007-10-09 10:01:00
To change your CD KeyYou don't need to re-install if you want to try the key out ... just do this: 1. Go to Activate Windows2. Select the Telephone option3. Click "Chan g e Product Key"4. Enter xxxxx-xxxxx-xxxxx-xxxxx-xxxxx ( your 25 character product key)5. Click "Update" Now log off and log back in again. It should now show 60 days left, minus the number of days it had already counted down.Note: If your crack de-activated REGWIZC.DLL and LICDLL.DLL, you need to register them again.
More About: Changing
100 Basic Linux Commands -part2
2007-10-09 01:48:00
36. fsck File system consistency check and repair37. ftp File Transfer Protocol38. grep Search file(s) for lines that match a given39. gzip Compress or decompress named file(s)40. hash Remember the full pathname of a name argument41. history Command History42. hostname Print or set system name43. id Print user and group id's44. ifconfig Configure a network45. install Copy files and set attributes46. kill Stop a process from runnin47. less Display output one screen at a48. Make links between files49. local Create variables50. locate Find files51.logout Exit a login shell52. lpc Line printer control program53. lpr Off line printlprint Print a54. ls List information about file(s)55.make Recompile a group of programs56. man Help manual57. mkdir Create new folder(s)58. mknod Make block or character special files59. more Display output one screen at a time60. mount Mount a file system61. mv Move or rename files or directories62. nslookup Query Internet name servers interactively63. passw...
More About: Linux , Basic , Commands
100 Basic Linux Commands -part2
2007-10-09 01:48:00
36. fsck File system consistency check and repair37. ftp File Transfer Protocol38. grep Search file(s) for lines that match a given39. gzip Compress or decompress named file(s)40. hash Remember the full pathname of a name argument41. history Command History42. hostname Print or set system name43. id Print user and group id's44. ifconfig Configure a network45. install Copy files and set attributes46. kill Stop a process from runnin47. less Display output one screen at a48. Make links between files49. local Create variables50. locate Find files51.logout Exit a login shell52. lpc Line printer control program53. lpr Off line printlprint Print a54. ls List information about file(s)55.make Recompile a group of programs56. man Help manual57. mkdir Create new folder(s)58. mknod Make block or character special files59. more Display output one screen at a time60. mount Mount a file system61. mv Move or rename files or directories62. nslookup Query Internet name servers interactively63. passw...
More About: Linux , Basic , Commands
100 Basic Linux Commands -part1
2007-10-09 00:51:00
1. alias Create an alias2. awk Find and Replace text, database sort/validate/index3. cal Display a calendar4. cat Display the contents of a file5. cd Change Directory6. cfdisk Partition table manipulator for Linux 7. chgrp Change group ownership8. chmod Change access permissions9. chown Change file owner and group10. chroot Run a command with a different root directory11. cksum Print CRC checksum and byte counts12. clear Clear terminal screen13. cmp Compare two files14. cp Copy one or more files to another location15. cron Daemon to execute scheduled commands16. crontab Schedule a command to run at a later 17. cut Divide a file into several parts18. date Display or change the date & time19. dc Desk Calculator20. dd Data Dump - Convert and copy a file21. df Display free disk space22. diff Display the differences between two files23. dig DNS lookup24. dir Briefly list directory contents25. dirs Display list of remembered directories26. du Estimate file space usage27. echo Display m...
More About: Basic , Commands
100 Basic Linux Commands -part1
2007-10-09 00:51:00
1. alias Create an alias2. awk Find and Replace text, database sort/validate/index3. cal Display a calendar4. cat Display the contents of a file5. cd Change Directory6. cfdisk Partition table manipulator for Linux 7. chgrp Change group ownership8. chmod Change access permissions9. chown Change file owner and group10. chroot Run a command with a different root directory11. cksum Print CRC checksum and byte counts12. clear Clear terminal screen13. cmp Compare two files14. cp Copy one or more files to another location15. cron Daemon to execute scheduled commands16. crontab Schedule a command to run at a later 17. cut Divide a file into several parts18. date Display or change the date & time19. dc Desk Calculator20. dd Data Dump - Convert and copy a file21. df Display free disk space22. diff Display the differences between two files23. dig DNS lookup24. dir Briefly list directory contents25. dirs Display list of remembered directories26. du Estimate file space usage27. echo Display m...
More About: Basic , Commands
Setting Up Internet Connection Sharing
2007-10-09 00:02:00
To enable Internet Connection Shari ng on a network connection You must be logged on to your computer with an owner account in order to complete this procedure.1. Open Network Connections. (Click Start, click Control Panel, and then double?click Network Connections.)Click the dial?up, local area network, PPPoE, or VPN connection you want to share, and then, under Network Tasks, click Change settings of this connection. 2.On the Advanced tab, select the Allow other network users to connect through this computer's Internet connection check box. If you want this connection to dial automatically when another computer on your home or small office network attempts to access external resources, select the Establish a dial?up connection whenever a computer on my network attempts to access the Internet check box. 3. If you want other network users to enable or disable the shared Internet connection, select the Allow other network users to control or disable the shared Internet connection che...
More About: Internet Connection Sharing
Setting Up Internet Connection Sharing
2007-10-09 00:02:00
To enable Internet Connection Shari ng on a network connection You must be logged on to your computer with an owner account in order to complete this procedure.1. Open Network Connections. (Click Start, click Control Panel, and then double?click Network Connections.)Click the dial?up, local area network, PPPoE, or VPN connection you want to share, and then, under Network Tasks, click Change settings of this connection. 2.On the Advanced tab, select the Allow other network users to connect through this computer's Internet connection check box. If you want this connection to dial automatically when another computer on your home or small office network attempts to access external resources, select the Establish a dial?up connection whenever a computer on my network attempts to access the Internet check box. 3. If you want other network users to enable or disable the shared Internet connection, select the Allow other network users to control or disable the shared Internet connection che...
More About: Internet Connection Sharing
More articles from this author:
1, 2
111753 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker