background preloader

LINUX/UBUNTU

Facebook Twitter

Преглед на тема - Някои основни команди в bash: -cal - показва календар Код за потвърждение: Избери целия код red@debian:~$ cal May 2006Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 1314 15 16 17 18 19 2021 22 23 24 25 26 2728 29 30 31 red@debian:~$ - cat - показва съдържанието на даден файл red@debian:~$ cat -n /etc/apt/preferences 1 Package: * 2 Pin: release a=stable 3 Pin-Priority: 700 4 5 Package: * 6 Pin: release a=testing 7 Pin-Priority: 650 8 9 Package: * 10 Pin: release a=unstable 11 Pin-Priority: 600red@debian:~$ - cd - смяна на директорията red@debian:~$ cd programs/sources/red@debian:~/programs/sources$ pwd/home/red/programs/sourcesred@debian:~/programs/sources$ cd -/home/redred@debian:~$ pwd/home/red - chgrp - смяна на групата на собствесността на файл или директория - chmod - смяна на позволените разрешения chmod 777 file *така се дават пълни права на абс. всички - chown - смяна на собствеността и групата на файл - chroot - стартиране на директория с различна root директория.

Преглед на тема - Някои основни команди в bash:

Linux Index Project - Начало. Линукс за българи: Начало. Linux: Init Process and PC Boot Procedure. PC Boot and Linux Init Process: BIOS: The Basic Input/Output System is the lowest level interface between the computer and peripherals.

Linux: Init Process and PC Boot Procedure

The BIOS performs integrity checks on memory and seeks instructions on the Master Boor Record (MBR) on the floppy drive or hard drive. The MBR points to the boot loader (GRUB or LILO: Linux boot loader). Boot loader (GRUB or LILO) will then ask for the OS label which will identify which kernel to run and where it is located (hard drive and partition specified). The installation process requires to creation/identification of partitions and where to install the OS. The Linux Init Processes: SysV init or systemd: The Linux and Unix SysV heritage began with the "sysvinit" process which used the /etc/inittab configuration file to drive the execution of init scripts and configuration of terminal and GUI interfaces.

Launching processes: The init process is the last step in the boot procedure and identified by process id "1". System Processes: Systemd init: #! #! AsusZenbook. The Asus Zenbook models UX31E/UX21E works very well with Ubuntu but does benefit from a little post installation configuration regarding. This page aims to describe the steps needed to fully enable all features of the Asus Zenbook. For the newer Asus Zenbook Prime models UX32/UX31A/UX21A, see the AsusZenbookPrime. You can check what is your model with the command: sudo dmidecode -s system-product-name For further discusion and to seek help, see Ubuntu and the Asus Zenbook thread in the Ubuntu Forums. Asus Zenbook and Ubuntu Especially power management and possibly touchpad depending on the touchpad vendor need manual configuration. Ubuntu 12.10 should also work generally well, but LTS versions of Ubuntu are recommended for normal users.

Overview Anything not mentioned here should work out of the box. (works out-of-the-box) (works, with remarks) (needs manual work) (won't currently work (completely)) (not yet documented) The default BIOS works well. Edgy/AddOnApplications - From Add-On Applications Java & Non-Media Browser Plug-ins How to install J2SE Runtime Environment (JRE) v6.0 with Plug-in for Mozilla Firefox sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-bin When asked, agree with DLJ license terms.

How to install JRE v6.0 sudo apt-get install fakeroot Navigate to Choose "Java Runtime Environment (JRE) 6" and click on "Download" Accept License Agreement Download the "Linux self-extracting file" Install the required tool : sudo aptitude install java-common Create the Ubuntu package : fakeroot make-jpkg jre-6-linux-i586.bin.