milosev.com
  • Home
    • List all categories
    • Sitemap
  • Downloads
    • WebSphere
    • Hitachi902
    • Hospital
    • Kryptonite
    • OCR
    • APK
  • About me
    • Gallery
      • Italy2022
      • Côte d'Azur 2024
    • Curriculum vitae
      • Resume
      • Lebenslauf
    • Social networks
      • Facebook
      • Twitter
      • LinkedIn
      • Xing
      • GitHub
      • Google Maps
      • Sports tracker
    • Adventures planning
  1. You are here:  
  2. Home

ipconfig /renew

Details
Written by: Stanko Milosev
Category: Arch linux
Published: 04 February 2012
Last Updated: 30 November -0001
Hits: 6408

Similiar to windows command ipconfig /release in Arch Linux is ip link set eth0 down, and ipconfig /renew it would be ip link set eth0 up

Android

Details
Written by: Stanko Milosev
Category: Instalation
Published: 08 February 2012
Last Updated: 30 November -0001
Hits: 5835

For 64 bit procesors first you must to edit /etc/rc.conf like:

[multilib]
Include = /etc/pacman.d/mirrorlist

upgrade your system:

# pacman -Syyu

and install gcc-multilib and its dependencies

pacman -S gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-glibc

Start X as a boot

Details
Written by: Stanko Milosev
Category: Instalation
Published: 26 January 2012
Last Updated: 01 February 2012
Hits: 5944

With testing in Oracle VirtualBox first I must to make changes as it is described here:

In /etc/inittab change

id:3:initdefault:

[...]

x:5:respawn:/usr/bin/xdm -nodaemon

To:

id:5:initdefault:

[...]

x:5:once:/bin/su - -- PREFERRED_USER -l -c '/usr/bin/startx </dev/null 2>&1' 

Then I have to switch run level through GRUB as it is described here:

In /boot/grub/menu.lst find the Arch section (the default is '# (0) Arch Linux'):

# (0)  Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz-linux root=/dev/sda3 ro
initrd /initramfs-linux.img

Change the kernel line to:

kernel /vmlinuz-linux root=/dev/sda3 ro 5

and then finally I should do as it is described here:

Edit /etc/inittab and find the line that looks like similar to this one (delete # sign)

x:5:respawn:/usr/sbin/gdm -nodaemon

USB 2.0 and Windows 7

Details
Written by: Stanko Milosev
Category: Oracle VM VirtualBox
Published: 07 February 2012
Last Updated: 30 November -0001
Hits: 5624

After installing as it is described here execute:

yaourt -S virtualbox-ext-oracle

For USB 2.0 and install USB device under setting in VirtualBox

  1. Mising date time in Ubuntu
  2. Linux command line programs
  3. Vertical Bar Character Definition
  4. Bash scripting

Subcategories

C#

Azure

ASP.NET

JavaScript

Software Development Philosophy

MS SQL

IBM WebSphere MQ

MySQL

Joomla

Delphi

PHP

Windows

Life

Lazarus

Downloads

Android

CSS

Chrome

HTML

Linux

Eclipse

Page 162 of 165

  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165