=== smartboyhw-lol is now known as smartboyhw [13:31] have a new computer--1 HD Windows and 1 HD Ubuntu. How do I get the OS's to see both drives? [13:32] fosburg: i use easybcd on the winders drive and grub on the ubuntu drive. [13:32] do you mean on boting or reading files [13:33] booting [13:35] I want to keep back-up files on a drive and also go to the drive to get folders and files for both OS's [13:37] Windows can't read the filesystems Ubuntu uses by default. Ubuntu can read Windows' fine though, and no thanks to Microsoft. [13:38] geirha: +1 [13:38] fosburg: you need a partition on one drive to keep this data [13:38] either ntfs on the ubuntu drive or a folder on the winders drive would do [13:38] Ok on the partition [13:39] thanks === smartboyhw is now known as smartboyhw-lol === smartboyhw-lol is now known as smartboyhw === yofel_ is now known as yofel [17:09] Hi is there such a think as a kickstart for ubuntu? and if yes where I can get info on thatplease? [17:15] you can try ubuntu online for a start http://www.ubuntu.com/tour/en/ [17:26] ah, but that's a lie [18:07] bizhanMona, Is this what you're looking for? http://en.wikipedia.org/wiki/Kickstart_%28Linux%29 [18:17] Sidewinder1: yes, thanks again. you great!! [18:17] bizhanMona, My pleasure. === cortman is now known as HaggisAttack === HaggisAttack is now known as cortman === cortman is now known as thewildhaggis [20:27] Easy question of the day: how do I say that local users I create with adduser/useradd start with uid's 1000 or above? [20:28] My issue is that I have network users with uid 5000 or above and last local user I created ended up with uid=5027 [20:52] you'll want to use adduser, not useradd [20:53] And you can set the uid range in /etc/adduser.conf [20:53] useradd will NOT read that file, but adduser will [20:55] useradd will read /etc/login.defs instead [20:55] And if you want to add users in bulk, check newusers (it also uses /etc/login.defs) === thewildhaggis is now known as cortman [21:14] hi [21:15] can someone suggest me an useful site where I can read how to customize and how debian/rules file works, please?