| 
| Welcome, Guest |  
| You have to register before you can post on our site. 
 
 |  
 
 
| Forum Statistics |  
| » Members: 5,230 » Latest member: ejournal
 » Forum threads: 4,029
 » Forum posts: 16,404
 
 Full Statistics
 |  
 
| Online Users |  
| There are currently 607 online users. » 0 Member(s) | 603 Guest(s)
 Applebot,  Bing,  Google,  Yandex
 |  
 
| Latest Threads |  
| How to install Archboot i... Forum: Network Problems
 Last Post: Meup
 2025-05-13, 01:41 PM
 » Replies: 0
 » Views: 3,377
 |  
| clear logs in smoothwall Forum: Security and Firewalls
 Last Post: amanda63
 2024-03-10, 03:27 PM
 » Replies: 8
 » Views: 104,368
 |  
| I cannot install RedHat 8... Forum: Redhat
 Last Post: hybrid
 2023-11-11, 01:01 PM
 » Replies: 1
 » Views: 54,666
 |  
| How things are done, usin... Forum: Xorg Problems
 Last Post: ross
 2023-09-04, 09:03 AM
 » Replies: 0
 » Views: 4,778
 |  
| Im back..... Forum: Hello
 Last Post: anyweb
 2021-01-17, 11:36 AM
 » Replies: 1
 » Views: 8,336
 |  
| add mp3 plugin to xmms in... Forum: Fedora
 Last Post: anyweb
 2021-01-17, 11:30 AM
 » Replies: 11
 » Views: 45,261
 |  
| Configuring VSFTPd Server Forum: FTP Server
 Last Post: Johnbaca
 2020-10-14, 10:25 AM
 » Replies: 32
 » Views: 134,158
 |  
| Wolf won't play sound! Forum: Game Problems
 Last Post: Guest
 2020-10-03, 05:51 PM
 » Replies: 1
 » Views: 69,387
 |  
| Using git + python Forum: How Do I?
 Last Post: Clueless puppy
 2020-08-21, 04:37 PM
 » Replies: 0
 » Views: 57,719
 |  
| what does your nick mean ... Forum: Hello
 Last Post: volt
 2020-08-06, 03:25 PM
 » Replies: 28
 » Views: 46,328
 |  
 |  | 
| apt-get |  
| Posted by: kZo  - 2003-12-15, 04:39 PM - Forum: Kernel Related 
- No Replies |  
| 
	
		
|  | 
				I recently have learned of how to upgrade the Kernel with apt-get.  Something I was unaware of.
 
 
 
 [root@snappy]# apt-get install kernel
 
 
 
 This will display a list of available kernels that you can install.  Pick which kernel you'd like to install and then:
 
 
 
 [root@snappy]# apt-get install kernel#2.4.20-8
 
 
 |  
		|   |  |  
 
| Lost root password (lilo) |  
| Posted by: Digerati  - 2003-12-15, 04:34 PM - Forum: Tips and Tricks 
- No Replies |  
| 
	
		
|  | 
				This should do it.
 
 Reboot the machine.
 
 When the LILO: prompt comes up, type in linux single.
 
 This starts your gateway in single user maintenance mode.
 
 You can reset your password by typing passwd.
 
 Reboot the machine and you should be sorted.
 
 
 |  
		|   |  |  
 
| Lost root password (grub) |  
| Posted by: Digerati  - 2003-12-15, 04:31 PM - Forum: Tips and Tricks 
- No Replies |  
| 
	
		
|  | 
				At the Grub boot menu hit "e"
 
 Select the line that begins with "kernel"
 
 
 
 Hit "e" again
 
 
 
 Move the cursor to the end of the line and add " init=/bin/bash" then hit enter
 
 
 
 Press "b" to boot the system
 
 
 
 At the bash prompt that comes up, type the following: "mount /proc" then hit enter
 
 
 
 next type "mount / -o rw,remount" then hit enter
 
 
 
 next type "passwd" then hit enter
 
 
 
 now enter your new password twice
 
 
 
 You should receive a notice stating "All authentication tokens updated successfully".  This confirms your password has been changed.
 
 
 
 next type "mount / -o ro,remount" then hit enter
 
 
 
 now press control-alt-delete to reboot
 
 
 
 logon with new password to verify
 
 
 
 Credit to Buddha and his LUG
 
 
 |  
		|   |  |  
 
 
| How to get a list of processes |  
| Posted by: Digerati  - 2003-12-15, 04:23 PM - Forum: Tips and Tricks 
- No Replies |  
| 
	
		
|  | 
				Sometime you will have to find out what processes are running on your box. To get a complete list issue the command
 
 
 
 ps -aux
 
 
 
 however if you want to find the process info for say named then you could issue the command
 
 
 
 ps -aux | grep named
 
 
 
 and this will return info for all instances of named that are running.
 
 
 |  
		|   |  |  
 
| Currently assigned addresses |  
| Posted by: Digerati  - 2003-12-15, 04:21 PM - Forum: DNS and DHCP 
- No Replies |  
| 
	
		
|  | 
				How do I check to see what address are currently in use that have been assigned?
 
 
 
 
 
 at the console with
 
 
 
 
 
 cat /var/lib/dhcp/dhcpd.leases?
 
 or
 
 
 
 webmin => under servers>dhcp
 
 
 |  
		|   |  |  
 
| Windows - My Documents |  
| Posted by: kZo  - 2003-12-15, 04:12 PM - Forum: Tips and Tricks 
- No Replies |  
| 
	
		
|  | 
				Everyone is familiar with the folder "My Documents" here is a little tip for network use.
 
 
 
 <right-click> on mydocuments
 
 
 
 <properties>
 
 
 
 <target>  Set your target to the location you'd like to save your documents.
 
 
 
 
 
 example:
 
 
 
 Target: "\\server1\users\%localuser%"
 
 
 
 %localuser% is a windows variable.  This will create the folder under the server specified in the X:\directory\users\
 
 
 
 The folder is created with the name of the person that is logged into the machine that changes that option.
 
 
 
 example:
 
 
 
 %localuser% = Administrator
 
 
 
 Target: "\\server1\users\%localuser%"  will create the directory
 
 
 
 X:\directory\users\administrator
 
 
 
 This is very handy when dealing with laptops, and roaming users.
 
 
 
 Windows actually "syncs" the files when you logon and log off.  Allowing you to use multiple machines.
 
 
 |  
		|   |  |  
 
 
| Microsoft Windows Admin |  
| Posted by: kZo  - 2003-12-15, 03:58 PM - Forum: General Chat 
- Replies (1) |  
| 
	
		
|  | 
				January 5th I walk into a new corporate office, new faces, new jobs status, and a new administration position.  Not sure what is going to transpire out of this new position, but I feel that it was a step that was needed.
 
 
 
 December 9th 2003, I had given my resignation to my boss, the date is set for January 2nd 2003.  It's amazing how people respond when they know you are actually leaving.  I've felt both kindness, and the opposite.  Sad when you give a company your life, and your technical abilities to transform their way of work, and the gratitude is almost non-existant.
 
 
 
 My emotions have played a roll in the leaving of my current place of employment.  Although I have transformed the network, and server side of this company, I have felt that it's time for me to leave.  I will be leaving a position where I over see the whole IT department.  Run the budget, purchase the servers, you name it I do it.  I was a part of it all.  I paid the bills, ran the backups, did some programming.  Now I must leave, to have a "regular job."
 
 
 
 This new position is, yes none other than an, Microsoft Server administrator.  I have the oppertunity to work for a corporation server team.  I am going to be one of the "new guys".  The "Go-Fer" as some may put it.  The bottom, the very sole of the foot of IT.
 
 
 
 The technical ability is there, and I have the desire to move up, but the thought of starting at the bottom and working up to the top again has given me some doubts, and maybe some worries.  Not to mention Linux is almost non-existent in this new company.
 
 
 
 Linux administration has made my email life at my current place of employment an ease.  I have had little to almost no trouble with it at all.  It's still running, it would have been running with 0 reboots, or anything for almost 1.5 years if I had not upgraded the kernel.  As we know, security calls for updates.
 
 
 
 I will miss that more than anything I believe.  Hope is there, for I may be able to have them impliment a new branch of Linux administration, maybe I can work my way to over see that department.  Who knows, but I will strive to move Linux into the workplace envirionment.  I hope it follows.  I do.
 
 
 
 Anyway, As I reach another chapter in my career I hope that it's well worth the decision to leave a comfortable spot.  I do hope it's worth the time that I spend frustrated in making a new transition.  I have all the hope and belief that it will be well worth it, but inside there is still a bit of disbelief and maybe some discomfort.  [img]<___base_url___>/uploads/emoticons/default_ph34r.png[/img]
 
 
 |  
		|   |  |  
 
| Delete a user |  
| Posted by: Digerati  - 2003-12-15, 02:49 PM - Forum: Tips and Tricks 
- No Replies |  
| 
	
		
|  | 
				To delete a user to your system bring up a terminal window and issue these commands:
 
 
 
 To delete a user use deluser [username]
 
 
 
 All this must be carried out as super user
 
 
 
 To become a super user just type su - and enter the root password.
 
 Ex.
 
 [digerati@rh9 /]$su -
 
 password:
 
 [digerati@rh9 root]# userdel scrote
 
 
 
 To delete the user and their home and all their stuff do:
 
 
 
 [digerati@rh9 root]# userdel -r scrote
 
 
 
 
 
 All done.
 
 
 |  
		|   |  |  
 |