[root@localhost TRANSCEND]# cp ApacheDirectoryStudio-linux-x86_64-2.0.0.v20130628.tar.gz /home/soft-linux/
Linux
Thursday, September 26, 2013
Linux Install applications From tar gz files
[root@localhost TRANSCEND]# tar xvfz php-5.5.4.tar.gz -C /opt/
Linux Read Pendrive And Copy
[root@localhost /]# cd media
[root@localhost media]# ls
TRANSCEND
[root@localhost media]# cd TRANSCEND/
[root@localhost TRANSCEND]# ls
ApacheDirectoryStudio-linux-x86_64-2.0.0.v20130628.tar.gz
Autorun.inf
avast_free_antivirus_setup.exe
bea-rakib-videos
bijoy_kb1.gif
bijoy_kb.gif
ebl_security(4).sql
ebl_security.zip
~$$ERP_Process.~vsd
FileZilla_3.5.2_win32-setup.exe
Mone Ki Didha Rekhe Gele Chole - YouTube.M4A
NPE.exe
php-5.5.4.tar.gz
Wedding day
WMI32.tmp
xampp-linux-1.7.4.tar.gz
[root@localhost TRANSCEND]# cp php-5.5.4.tar.gz /home/soft-linux/
[root@localhost TRANSCEND]# cp ApacheDirectoryStudio-linux-x86_64-2.0.0.v20130628.tar.gz /home/soft-linux/
[root@localhost TRANSCEND]#
[root@localhost media]# ls
TRANSCEND
[root@localhost media]# cd TRANSCEND/
[root@localhost TRANSCEND]# ls
ApacheDirectoryStudio-linux-x86_64-2.0.0.v20130628.tar.gz
Autorun.inf
avast_free_antivirus_setup.exe
bea-rakib-videos
bijoy_kb1.gif
bijoy_kb.gif
ebl_security(4).sql
ebl_security.zip
~$$ERP_Process.~vsd
FileZilla_3.5.2_win32-setup.exe
Mone Ki Didha Rekhe Gele Chole - YouTube.M4A
NPE.exe
php-5.5.4.tar.gz
Wedding day
WMI32.tmp
xampp-linux-1.7.4.tar.gz
[root@localhost TRANSCEND]# cp php-5.5.4.tar.gz /home/soft-linux/
[root@localhost TRANSCEND]# cp ApacheDirectoryStudio-linux-x86_64-2.0.0.v20130628.tar.gz /home/soft-linux/
[root@localhost TRANSCEND]#
Sunday, September 15, 2013
Linux Get CPU Info Like BIT 32 or 64 and details
[root@localhost soft-linux]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz
stepping : 10
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
bogomips : 4189.84
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz
stepping : 10
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
bogomips : 4190.15
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
[root@localhost soft-linux]# grep flags /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds _cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds _cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
[root@localhost soft-linux]# getconf LONG_BIT
64
[root@localhost soft-linux]#
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz
stepping : 10
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
bogomips : 4189.84
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz
stepping : 10
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
bogomips : 4190.15
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
[root@localhost soft-linux]# grep flags /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds _cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds _cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida tpr_shadow vnmi flexpriority
[root@localhost soft-linux]# getconf LONG_BIT
64
[root@localhost soft-linux]#
Tuesday, August 27, 2013
Linux Server Oracle SQL Browser Connect
If you can't connect with Server IP Address , username and password make sure
2 or more ports need to unblock by firewall of server pc
2 or more ports need to unblock by firewall of server pc
Wednesday, August 21, 2013
Linux View IP Address
[root@localhost home]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:26:B9:1D:08:B7
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:31
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1492 errors:0 dropped:0 overruns:0 frame:0
TX packets:1492 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:131484 (128.4 KiB) TX bytes:131484 (128.4 KiB)
virbr0 Link encap:Ethernet HWaddr 86:A1:CA:B4:17:93
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:4363 (4.2 KiB)
wlan0 Link encap:Ethernet HWaddr 00:17:C4:E1:C7:A4
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::217:c4ff:fee1:c7a4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4999 errors:0 dropped:0 overruns:0 frame:0
TX packets:1917 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:997463 (974.0 KiB) TX bytes:145674 (142.2 KiB)
[root@localhost home]#
eth0 Link encap:Ethernet HWaddr 00:26:B9:1D:08:B7
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:31
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1492 errors:0 dropped:0 overruns:0 frame:0
TX packets:1492 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:131484 (128.4 KiB) TX bytes:131484 (128.4 KiB)
virbr0 Link encap:Ethernet HWaddr 86:A1:CA:B4:17:93
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:4363 (4.2 KiB)
wlan0 Link encap:Ethernet HWaddr 00:17:C4:E1:C7:A4
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::217:c4ff:fee1:c7a4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4999 errors:0 dropped:0 overruns:0 frame:0
TX packets:1917 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:997463 (974.0 KiB) TX bytes:145674 (142.2 KiB)
[root@localhost home]#
Subscribe to:
Posts (Atom)