Schlagwort: Ubuntu

Debian Ubuntu Update Script with Switch OFF after update

Problem: I f you work on you PC daily Patches must be checked and installed. At Debian / Ubuntu the Gnome-Update-Manager does this. But there is NO Shutdown possible after update. Solution: – create Script #sudo nano /root/upgrade-off.sh add inside: apt-get update           //for update Patches Database PC apt-get dist-upgrade -y         //install Patches automatic apt-get clean      //cleanup PC /sbin/init […]

Ubuntu 10.04 disable purple Boot Splash Lucid Lynx (usplash = plymouth) TTY0

Problem: If you install Ubuntu Lucid Lynx 10.04 or upgrade some Videocards shows the Bootsplash (now called plymouth“) not clear or a black Bootscreen. The terrible Bootsplash is default installed and can’t easy removed cause deep deps of some pakets (mountall) don’t allow to purge. Solution: – edit with #sudo nano /etc/default/grub – change line […]

Speed up Ubuntu Disable Window Animation Black Frames

Today i setup the Ubuntu on a AMD64 PC cause i want to see the news that are arrived. I always wait some month after the OS release appears!! The new 9.10 Ubuntu should always be installed with new clean install, cause there are too many changes behind the desktop! It seems like a big […]

Change Default Browser on Debian Ubuntu Linux to Opera

run as root/sudo: #update-alternatives –config x-www-browser System shows: Auswahl Alternative ———————————————– 1 /usr/bin/iceweasel *+ 2 /usr/bin/opera Enter: 2 relogin into X-Server/Desktop and Opera is default!

Upgrade to Ubuntu 10.04 Lucid Lynx

It’s always the same problem with upgrade, cause deep changes it is recommend to make a clean fresh setup of your PC with Ubuntu Lucid Lynx. Steps: – backup Home files to a USB Disk / Stick without hidden folders!! – format PC with Ubuntu Install Disk and make a fresh setup (Professionals take alternate […]

Ubuntu 10.04 Lucid Lynx Kiosk Mode

If you run your PC as Family PC for Kids or Public PC you have to make some changes: Step: – Setup Ubuntu 10.04 with alternate Disk! – select XDM as Login Manager by default!! – go /etc/init folder as root – edit control-alt-delete.conf and disable reboot without login – go /etc/acpi make chmod 000 […]

Ubuntu 10.04 Lucid Lynx AMD64 Nvidia 195 Current freeze hang randomly

System: AMD Phenom X4 Geforce 7900 GTS or 8400GS Lucid Lynx AMD64 Problem: The current driver fails on some Systems with default kernel 2.6.32 Solution: – go http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/ – download kernel images for your System and headers into a folder named kernel – go into folder kernel with #cd kernel – install pakets with #sudo […]

Ubuntu 10.04 Lucid Lynx Videocall VoIP Webcam Chat

For using Video Chat over different continents you need under Ubuntu 10.04 following steps: – buy a older used good Webcam Logitech Fusion (UVC-Driver-Webcam) – go to Skype Homepage install Skype Beta for 8.10 (working on 10.04 too) – plugin Webcam – install skype-deb paket #sudo apt-get install skype-ubuntu-intrepid_2.1.0.81-1_i386.deb – login to skype if you […]

Ubuntu 10.04 Lucid Lynx disable hide REBOOT SHUTDOWN STANDBY SUSPEND GNOME SYSTEM MENU SECURE KIOSK MODE

Problem: If you install ubuntu 10.04 Desktop by default every user can shutdown,reboot,hibernate or standby a PC If you want to disable this make: – install gdm2conf from the ppa channel to customize hide System Menu at Login GDM2 Manager – create custom Gnome System Menu Policy against User shutdown,reboot,hibernate or standby. Steps: create new […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support