[Question] share con ubuntu server |
28/05/2008 23:17:46 (+0700) | #1 | 133161 |
xoai0010
Member
|
0 |
|
|
Joined: 27/05/2008 20:57:28
Messages: 5
Location: locate 'Whoami'
Offline
|
|
http://sinhthanh.homeip.net
server đang chạy các dịch vụ web
user ssh : test , pass : test 01 , port : 22
http://sinhthanh.homeip.net/phpmyadmin
http://sinhthanh.homeip.net:901 ----> SWAT .
bạn nào thích cùng nghiên CÚ thì reply hay PM tui , tui đưa mật khẩu root cùng chơi cho vui .
server online 24/7 ( không chắc lắm , cúp điện giờ nào thì tèo giờ đó ....
tất cả vì việc học |
|
|
|
|
[Question] Re: share con ubuntu server |
30/05/2008 10:02:06 (+0700) | #2 | 133374 |
|
SuperChicken
Elite Member
|
0 |
|
|
Joined: 11/07/2006 18:31:27
Messages: 635
Location: bottom of hell
Offline
|
|
Wa, home server mà tốc độ khiếp thế, hixhix, cái này để làm web server thì tuyệt |
|
|
|
|
[Question] Re: share con ubuntu server |
30/05/2008 10:51:09 (+0700) | #3 | 133380 |
|
hkvn
Member
|
0 |
|
|
Joined: 11/05/2005 15:08:36
Messages: 21
Location: FOTECH
Offline
|
|
Hi, mình cũng đang thực hành server Linux. Tạo cho mình một acc root đc ko? PM cho mình nhé hoặc email lovejet [at] gmail.com! Thanks |
|
|
|
|
[Question] Re: share con ubuntu server |
30/05/2008 11:10:25 (+0700) | #4 | 133381 |
ngocxdy
Member
|
0 |
|
|
Joined: 29/12/2006 01:08:35
Messages: 133
Offline
|
|
Bạn có thể cho mọi người biết cấu hình con server của bạn được không |
|
|
|
|
[Question] Re: share con ubuntu server |
30/05/2008 11:14:54 (+0700) | #5 | 133383 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
ngocxdy wrote:
Bạn có thể cho mọi người biết cấu hình con server của bạn được không
--> "cấu hình" gì hả bạn? |
|
Let's build on a great foundation! |
|
|
|
[Question] Re: share con ubuntu server |
30/05/2008 11:23:03 (+0700) | #6 | 133384 |
ngocxdy
Member
|
0 |
|
|
Joined: 29/12/2006 01:08:35
Messages: 133
Offline
|
|
Dạ, ví dụ như CPU, RAM, tốc độ download/upload của ADSL đó anh quanta. |
|
|
|
|
[Question] Re: share con ubuntu server |
30/05/2008 11:50:45 (+0700) | #7 | 133387 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
ngocxdy wrote:
Dạ, ví dụ như CPU, RAM, tốc độ download/upload của ADSL đó anh quanta.
Code:
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 1
model name : Intel(R) Pentium(R) 4 CPU 1.80GHz
stepping : 2
cpu MHz : 1794.223
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm up pebs bts sync_rdtsc
bogomips : 3591.56
clflush size : 64
Code:
$ free -m
total used free shared buffers cached
Mem: 1010 983 26 0 100 691
-/+ buffers/cache: 192 818
Swap: 1906 0 1906
Còn để có được thông số upload/download speed, bandwidth, ... một cách chính xác, có lẽ phải cần quyền sudo. |
|
Let's build on a great foundation! |
|
|
|
[Question] Re: share con ubuntu server |
30/05/2008 11:57:23 (+0700) | #8 | 133389 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
xoai0010 wrote:
http://sinhthanh.homeip.net/phpmyadmin user : test : pass : test01
Hình như login PHPMyAdmin có vấn đề:
Error
#1045 - Access denied for user 'test'@'localhost' (using password: YES)
|
|
Let's build on a great foundation! |
|
[Question] Re: share con ubuntu server |
30/05/2008 12:01:42 (+0700) | #9 | 133391 |
ngocxdy
Member
|
0 |
|
|
Joined: 29/12/2006 01:08:35
Messages: 133
Offline
|
|
quanta wrote:
Code:
$ free -m
total used free shared buffers cached
Mem: 1010 983 26 0 100 691
-/+ buffers/cache: 192 818
Swap: 1906 0 1906
Còn để có được thông số upload/download speed, bandwidth, ... một cách chính xác, có lẽ phải cần quyền sudo.
Em sử dụng
Code:
$ free
total used free shared buffers cached
Mem: 1034476 1010540 23936 0 102792 710312
-/+ buffers/cache: 197436 837040
Swap: 1951888 0 1951888
Tra man free với -m, thì thấy hiển thị the MB
|
|
|
|