Linux

Artikel seputar linux. Linux server, distro linux, networking,

Ubuntu Old Repository Source List

deb http://old-releases.ubuntu.com/ubuntu/ feisty main restricted
deb http://old-releases.ubuntu.com/ubuntu/ feisty-updates main restricted
deb http://old-releases.ubuntu.com/ubuntu/ feisty universe
deb http://old-releases.ubuntu.com/ubuntu/ feisty-updates universe
deb http://old-releases.ubuntu.com/ubuntu/ feisty multiverse
deb http://old-releases.ubuntu.com/ubuntu/ feisty-updates multiverse
deb http://old-releases.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://old-releases.ubuntu.com/ubuntu/ feisty-security universe
deb http://old-releases.ubuntu.com/ubuntu/ feisty-security multiverse

Membatasi kecepatan koneksi di komputer ubuntu

Iproute wondershaper merupakan Bandwidth Limiter yang berfungsi untuk membatasi bandwidth yang keluar/masuk ke komputer, jadi speed yang didapat oleh komputer tersebut tidak akan melewati batas yang sudah diberikan.
Iproute wondershaper di Instal di tiap client jaringan, program ini cocok bagi jaringan yang belum menggunakan server/router. tapi bila dah ada server/router, rasanya tidak perlu lagi menggunakan program ini. karena tentunya lebih efektif membatasi bandwidth di server/router.

Cara Instal iproute wondershaper
* buka terminal Ubuntu
* ketik sudo apt-get install iproute wondershaper
* Reboot Komputer
* buka terminal Ubuntu lagi
* ketik sudo gedit /etc/network/interfaces
*

Setelah interfaces terbuka masukkan command berikut ini di baris paling bawah

down /usr/sbin/wondershaper clear eth0
up /usr/sbin/wondershaper eth0 128 32

Install ffmpeg di Centos

  • buat file /etc/yum.repos.d/dag.repo 
  • isi file /etc/yum.repos.d/dag.repo adalah

[dag]
name=DAG RPM Repository
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1

  • import key

rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt

  • yum update 
  • yum install ffmpeg ffmpeg-devel ffmpeg-libpostproc

Server Repo - idrepo.or.id

  • http://opensuse.idrepo.or.id
  • http://ubuntu.idrepo.or.id
  • http://centos.idrepo.or.id
  • http://fedora.idrepo.or.id
  • http://slackware.idrepo.or.id
  • http://linuxmint.idrepo.or.id
  • http://ign.idrepo.or.id
  • http://rpmfusion.idrepo.or.id

Konek wireless melalui terminal

  • Scan jaringan wireless

    # iwlist wlan0 scanning
              wlan0     Scan completed :
              Cell 01 - Address: 00:15:6D:E4:AC:60
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=70/70  Signal level=-34 dBm  
                        Encryption key:on
                        ESSID:"xxxxxx"

BURG - Brand-new Universal loadeR from GRUB

http://code.google.com/p/burg/

burg is a brand-new boot loader based on GRUB. It uses a new object format which allows it to be built in a wider range of OS, including Linux/Windows/OSX/Solaris/FreeBSD, etc. It also has a highly configurable menu system which works in both text and graphic mode.

Code: https://launchpad.net/burg

Document: https://help.ubuntu.com/community/Burg

Forum: http://www.burgloader.com/bbs

Mailing list: http://groups.google.com/group/burg-devel

Medical Linux RC 1 log

Log Medical Linux (10 mei 2010)
logo_medical_linux

# menggunakan ubuntu 10.04

# modifikasi repo list

  • menggunakan repo IIX
  • Repo sabily
  • repo wine

# Codec Multimedia --> ubuntu restricted-extras

# Aplikasi

  • apt-fast
  • build-essential
  • bmon
  • htop
  • rcconf
  • VLC
  • rar / unrar
  • kchmviewer
  • virtualbox-ose
  • wine
  • exaile
  • wine
  • pidgin
  • aptoncd
  • gimp
  • acetoneiso
  • acrobat reader 9
  • thunderbird
  • openoffice style
  • xvidcap

# Web Offline Medical Linux ---> offline website berisi konten pembelajaran kedokteran

Reset password root mysql di Server Centos

Step # 1 : Stop mysql service

# /etc/init.d/mysqld stop

Output:

Stopping MySQL database server: mysqld.

Step # 2: Start to MySQL server w/o password:

# mysqld_safe --skip-grant-tables &

Output:

[1] 5988
Starting mysqld daemon with databases from /var/lib/mysql
mysqld_safe[6025]: started

Step # 3: Connect to mysql server using mysql client:

# mysql -u root

Output:

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.15-Debian_1-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

Step # 4: Setup new MySQL root user password

Offline Repository for Ubuntu Lucid Lynx

you have Internet connection problems to install additional packages in ubuntu Lucid lynx ? you can use offline repository. This Repository  is a compilation of the ubuntu lucid lynx package from an online repository. Download and packaged in DVD format. To download please access this site

ftp://kambing.ui.ac.id/iso/ubuntu/cdimage/releases/lucid/release/

ftp://kambing.ui.ac.id/iso/ubuntu-repository/lucid/

Reference :

http://poss.ui.ac.id/headline/2010/05/04/produk-terbaru-poss-network-dvd-repository-ubuntu-1004/

Syndicate content