mathz.nu Asterisk Blacklist Hobby webbhotell

2013/11/28

Autologin in Ubuntu

Filed under: Server,Ubuntu — Mathz @ 16:23

In file /etc/lightdm/lightdm.conf add following in section [SeatDefaults]:

autologin-user-timeout=0
autologin-user=

2013/11/20

Disable update-notifier in Ubuntu

Filed under: Ubuntu — Mathz @ 06:51

Prevent update-notifier from starting at login for all users

The above method works only on the user that is currently logged in. This is useful if you have a one-user workstation. But if you want to make a system-wide change, run:

sudo sed -i ‘s/X-GNOME-Autostart-Delay=60/X-GNOME-Autostart-enabled=false/’ /etc/xdg/autostart/update-notifier.desktop

2013/11/02

Driver Windows 2003 Server

Filed under: Server — Mathz @ 19:42

Load SCSI hard drive driver without floppy disk while Install windows server 2003 etc.

i need to load the scsi hard driver by press F6 while installing windows server 2003, then insert the floppy disk,

hand drive and the scsi driver is not included in Windows server 2003……. -_-!

i dun even remember there’s a thing called Floppy Disk or Diskettes… anyway, i need to work around this.

after a bit search, i found the following solution:

basicly this solution integrate the scsi hard drive driver into your Windows Server installation disk.

  • you’ll need 1 extra software, free of cause.
  • and the scsi driver of cause…

1. download and install nLite from http://www.nliteos.com/download.html

2. load your windows server to CD-ROM or load your iso to virtual cd-rom.

3.  run nlite.  follow nLite instructions to Select your Installation Disc CD-ROM

4. follow nLite instructions to Create a new folder to save Disk content

5. follow nLite instructions to the following screen:

integrate_scsi_dirver_in_windows_server_2003

click on “Drivers” then Next;

6. in the following screen,

integrate_scsi_dirver_2

click on “Insert”  –> “Single Driver”. then select the scsi driver from your hard drive.

integrate_scsi_dirver_3

select “Textmode driver” –> chose your driver –> ok

then nLite will integrate the driver into the disk.

7. run nLite again and get to this creen

integrate_scsi_dirver_in_windows_server_2003

click on “Bootable ISO”

8. with the ISO, you can either burn or mont. when you install with this iso, you do not need to press F6 to load driver from floppy, it will be loaded automatically.

9. have fun

Powered by WordPress