Skip to content
View in the app

A better way to browse. Learn more.

Komuniti @PuTeRA

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Linux Untuk Orang Baru..., Boleh Cadangkan? ( Part 2 )

Featured Replies

  • Author
QUOTE(Lipase @ Nov 11 2008, 10:00 PM) <{POST_SNAPBACK}>
cammna nak cek intefrity dvd installer..soryla aku still newbie dlm linux..skrg aku pakai ubuntu 8.10..so far yg itu paling ok..tapi aku belajar linux sbb nak install AMBER10 software..korang agak Ubuntu bleh sapport tak..?


ermm amber10 software tuh dalam bentuk apa? .deb? .rpm? .tar.gz? .tbz?
  • Replies 153
  • Views 30k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • ok.. cerita sikit.. as basics.. biasanya cd installer linux/bsd/oss ni datang dalam bentuk ***.iso images.. jd iso nih normally bootable dan mengandungi beratus2 file dalamnya... untuk mengelakkan ki

QUOTE(TRUNASUCI @ Nov 12 2008, 02:19 PM) <{POST_SNAPBACK}>
ermm amber10 software tuh dalam bentuk apa? .deb? .rpm? .tar.gz? .tbz?


Amber tue dlm bentuk .tar.bz2.. acctualy itu software tu Molecular SimulatioN Protein..aku baca manua dia di'test' kat Redhat je..tapi aku xsure la bleh install dlm ubuntu aku nie ke tak..byk lagi aku kena study cara2 nak install software2 nie..still newbie

Sape2 bleh explain ape beza setiap package archive tuk Ubuntu Hardy, Ubuntu Gutsy, Ubuntu Feisty, Ubuntu Edgy Ubuntu Dapper, Ubuntu Breez..

Kenapa byk sgt package2 tue?
tak silap aku, package2 tu architecture2 yang lain.. contoh package abc.deb, mungkin mase hardy, die demand library yang baru@up to date.. tapi kalau ko try pakai yang untuk breez punyer, library die mungkin lagi old@obsolete.

still boleh install mane2.. takde masalah.. kalau abc.deb tu takde lagi untuk interprid, mungkin bleh gak pakai yang hardy@yang sebelum tu..

camne nak check integriti software?
http://forum.putera.com/tanya/t69283.html

kalau ade software yang dari rpm tapi takde yang dalam bentuk deb atau tarball, ko bleh gune command alien. (name command tu mmg alien tongue.gif )

Edited by gamekiller

secara basic nye, sama je tu.. tapi yang ko download amber10 tu file apa?
amber-xxx.tar.bz2?
kalau .tar.bz2, ko boleh install macam ni:

- copy file ko download tu ke dalam /home/<username_kau>/
- right-click | extract here
- tekan <alt>+<f2>
- gnome-terminal
- tulis
CODE
cd /home/<username_kau>/<nama_folder_ko_extract_tadi>/

CODE
sudo configure

-- nanti dia tanya password, bubuh password ko..
CODE
sudo make

CODE
sudo make install

Edited by unexistance

aku ader guna Ubuntu..tapi pening la dengan sistem dier.
ubuntu ialah crippleware. lepas install kena download itu dan ini.

kalau nak try dulu debian base distro, aku cadangkan 'knoppix'.
knoppix ialah bapak segala linux live cd.
http://www.pendrivelinux.com/2008/06/13/usb-knoppix-531-install-using-windows/]USB Knoppix 5.3.1 install using Windows://http://www.pendrivelinux.com/2008/0...l using Windows
sama je mcm windows kna download itu ini jgak hehe..

driver, software biggrin.gif
QUOTE(unexistance @ Nov 14 2008, 06:05 PM) <{POST_SNAPBACK}>
secara basic nye, sama je tu.. tapi yang ko download amber10 tu file apa?
amber-xxx.tar.bz2?
kalau .tar.bz2, ko boleh install macam ni:

- copy file ko download tu ke dalam /home/<username_kau>/
- right-click | extract here
- tekan <alt>+<f2>
- gnome-terminal
- tulis
CODE
cd /home/<username_kau>/<nama_folder_ko_extract_tadi>/

CODE
sudo configure

-- nanti dia tanya password, bubuh password ko..
CODE
sudo make

CODE
sudo make install



bro..xde file configure la..so tak bleh run configure..


Complete documentation, including installation instructions are in the
Amber10.pdf file in the "amber10/doc" directory. Below is a brief roadmap for
the installation process.

Please note: you need to unpack both the AmberTools and Amber10 tar files.
See the README_at file, or the installation section of doc/AmberTools.pdf, for
full instructions.

1. Set up your environment:

The AMBERHOME environment variable should point to the directory
where you unpacked the tar file. For example:

Using csh, tcsh, etc: setenv AMBERHOME /usr/local/amber10

Using sh, bash, zsh, etc: AMBERHOME=/usr/local/amber10
export AMBERHOME

NOTE: Be sure to replace the "/usr/local" part above with whatever
path is appropriate for your machine.

You must add $AMBERHOME/exe to your PATH environment variable.

------------------------------------------------------------------------------
2. Configure the system for AmberTools:

cd $AMBERHOME/src
./configure_at -help (shows you the options)
./configure_at gcc (example: should work for most systems)

3. Compile the AmberTools codes:

make -f Makefile_at

4. Run the test suite for AmberTools:

cd $AMBERHOME/test; make -f Makefile_at test

5. Consult the documentation in $AMBERHOME/doc/AmberTools.pdf.

------------------------------------------------------------------------------
6. Compile the basic AMBER distribution for a single cpu:

a. Go to the Amber web site, http://amber.scripps.edu, and download
any bug fixes for version 10.0 that may have been posted. There will
be a file called "bugfix.all", which is used as follows:

cd $AMBERHOME
patch -p0 -N -r patch-rejects < bugfix.all

b. go to the src directory below this one.
cd $AMBERHOME/src

c. run the configuration script:

./configure_amber g95 for the g95 compiler

(./configure_amber --help will give instructions and options;
At this point, do not specify any of the parallel options.)

You may wish to examine (and edit) the config_amber.h file.

d. compile and install the binaries into $AMBERHOME/exe:

make serial

7. Test the basic AMBER distribution

cd $AMBERHOME/test
make test

See the Users' Manual for comments on interpreting the test suite.

8. (Optional) Compile the code for parallel execution:

If you want to run Amber in a parallel environment, see the manual
for detailed instructions.

At this point, you should also compile the PMEMD (particle-mesh Ewald
molecular dynamics) program. (Note that, in spite of its name, this code
now can do implicit solvent GB calculations as well.) See Chapter 7 of
the Users' Manual, and $AMBERHOME/src/pmemd/README for instructions, and
for reasons why you might find PMEMD useful.

9. Documentation

The Users' manual is in $AMBERHOME/doc/amber10.pdf. Point your browser
to $AMBERHOME/tutorials/index.html to access tutorial information.

A variety of input and output files can also be found in the test
and examples subdirectories.

nie arahan tuk install..aku tak reti la nak setup enviroment tu..susah tul mau install..bayak program mcm tue..



sape2 ada tutorial mudah nak setup enviroment..plss help!!!
QUOTE (FryShadow @ Nov 16 2008, 11:22 AM) <{POST_SNAPBACK}>
sama je mcm windows kna download itu ini jgak hehe..

driver, software biggrin.gif

yang bestnya driver kene install dalam windows, ubuntu tak yah, biggrin.gif
QUOTE(pcbase @ Nov 16 2008, 10:52 AM) <{POST_SNAPBACK}>
ubuntu ialah crippleware. lepas install kena download itu dan ini.


there is no such thing as crippleware dalam Linux dan Open Source...

kalau ko tak boleh nak buat itu ini dalam Linux... cuba tengok dan selidik kenapa tak boleh...

tak boleh main muzik MP3? sebab apa? sebab MP3 ada paten yang mengatakan sebarang player MP3 kena bayar royalti 20 sen USD kepada Frauhofer Institute... so distro Linux seperti Debian dan Ubuntu tak nak bertanggungjawab untuk bayar... dah la bagi free kat pengguna.. kena bayar lak royalti...

tak boleh main video WMV? sebab apa? sebab WMV adalah format proprietary dan paten Microsoft, dan tak der dokumentasi terbuka bagaimana nak baca dan playback WMV. player yang ada sekarang seperti mplayer menggunakan teknik reverse engineering yang mungkin akan menyebabkan sesiapa yang mengedarkannya boleh disaman...

kalau mplayer kena saman... terpulang kat diaorang... tapi Ubuntu dan Debian tak mahu kena saman...

sebab tu pengguna kena sokong format yang bebas dan tanpa paten seperti Ogg Vorbis (audio) dan Ogg Theora (video)
Lipase : ko bukak thread/post baru tongue.gif

Edited by unexistance

distro apa yg bagus nak try yer?

aku ni newbie bangat

ni aku bg spec kom aku tolong recommend distro apa yg bagus ekk

Proc:core 2 duo 2.4ghz
Ram:3gb

thanks guys
QUOTE(slier @ Nov 18 2008, 06:33 AM) <{POST_SNAPBACK}>
distro apa yg bagus nak try yer?

aku ni newbie bangat

ni aku bg spec kom aku tolong recommend distro apa yg bagus ekk

Proc:core 2 duo 2.4ghz
Ram:3gb

thanks guys

Ubuntu GNU/Linux

Sila download dari http://www.ubuntu.com/getubuntu/download
Tech support sila ke http://forums.ubuntu.com.my
E-Book pengenalan boleh baca dari http://www.scribd.com/doc/2777689/EMAJ-Ubu...laysian-EDISI-1
  • 1 year later...
[quote name='akls' date='16 November 2008 - 01:42 AM' timestamp='1226770977' post='852082']
aku ader guna Ubuntu..tapi pening la dengan sistem dier.
[/quote]
x pa pelan2 belajar...lama2 ok la tu :)
  • Author
[quote name='E_peace6679' date='26 March 2010 - 09:53 AM' timestamp='1269568410' post='1023119']
x pa pelan2 belajar...lama2 ok la tu :)
[/quote]


take your time... banyakkan membaca+mencuba.. sangkut mana2 baru tanya :)
  • 2 weeks later...
pengguna baru kena belajar dulu gnome dan KDE. Setau aku,lebih banyak distro datang dengan KDE dari Gnome.
Lepas tu kalau tak mau pusing kepala youtube tak ada gambar, mp3 atau video tak berfungsi gunakan distro remaster@respin.
  • 8 months later...
  • 5 months later...
[font="'Comic Sans MS"]sy dah burn cd ubuntu 5 kali..asyik error jer...[/font][img]http://forum.putera.com/tanya/public/style_emoticons/default/83.gif[/img]...
[quote name='NUR ASYIKIN' timestamp='1309190171' post='1070818']
[font="'Comic Sans MS"]sy dah burn cd ubuntu 5 kali..asyik error jer...[/font][img]http://forum.putera.com/tanya/public/style_emoticons/default/83.gif[/img]...
[/quote]


Saya pun baru gak duk belajar Ubuntu nih...pas download Ubuntu try burn ngan [url="http://www.ntfs.com/iso-burning.htm"]Active@Iso Burner[/url], senang sebab burn ISO jer soft nih, kalo guna nero, amik image write to cd (dah uninstall nero,lupa sebab jrg burn movie ngan mp3) pastu burn guna max speed paling slow..insyaAllah ok....

Noob gak pasal Ubuntu nih, tapi suka guna coz ringan n bebas virus...:)

Edited by carnine9

  • 1 month later...
[quote name='NUR ASYIKIN' timestamp='1309190171' post='1070818']
[font="'Comic Sans MS"]sy dah burn cd ubuntu 5 kali..asyik error jer...[/font][img]http://forum.putera.com/tanya/public/style_emoticons/default/83.gif[/img]...
[/quote]

klu selalu error tu, cuba cek balik guna MD5 takut masa download image file corrupt. klu confirm ISO tak corrupt cuba kurangkan speed burn CD kepada paling minimum (nk selamat guna 4x). harap dapat membantu.
  • 4 weeks later...
mcm mane nk main video kt linux eh? gune codec ape?
  • 1 month later...
Pakai VLC boleh. Ubuntu leh install VLC. Kalau untuk Image leh install GIMP, kalo nak letak photoshop, guna wine/playon Linux. Saja kdg2 duk test n belajar Ubuntu..

Edited by carnine9

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.