β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ 2020 Updated Automated All-in-One OS command injection and exploitation tool.
t.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) git clone https://github.com/commixproject/commix.git
2) To get a list of all options and switches use:
> python commix.py -h
π¦Usage: python commix.py [option(s)]
Options:
-h, --help Show help and exit.
General:
These options relate to general matters.
-v VERBOSE Verbosity level (0-4, Default: 0).
--install Install 'commix' to your system.
--version Show version number and exit.
--update Check for updates (apply if any) and exit.
--output-dir=OUT.. Set custom output directory path.
-s SESSION_FILE Load session from a stored (.sqlite) file.
--flush-session Flush session files for current target.
--ignore-session Ignore results stored in session file.
-t TRAFFIC_FILE Log all HTTP traffic into a textual file.
--batch Never ask for user input, use the default behaviour.
--encoding=ENCOD.. Force character encoding used for data retrieval (e.g.
GBK).
--charset=CHARSET Time-related injection charset (e.g.
"0123456789abcdef")
--check-internet Check internet connection before assessing the target.
Target:
This options has to be provided, to define the target URL.
-u URL, --url=URL Target URL.
--url-reload Reload target URL after command execution.
-l LOGFILE Parse target from HTTP proxy log file.
-m BULKFILE Scan multiple targets given in a textual file.
-r REQUESTFILE Load HTTP request from a file.
--crawl=CRAWLDEPTH Crawl the website starting from the target URL (1-2,
Default: 0).
-x SITEMAP_URL Parse target(s) from remote sitemap(.xml) file.
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ 2020 Updated Automated All-in-One OS command injection and exploitation tool.
t.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) git clone https://github.com/commixproject/commix.git
2) To get a list of all options and switches use:
> python commix.py -h
π¦Usage: python commix.py [option(s)]
Options:
-h, --help Show help and exit.
General:
These options relate to general matters.
-v VERBOSE Verbosity level (0-4, Default: 0).
--install Install 'commix' to your system.
--version Show version number and exit.
--update Check for updates (apply if any) and exit.
--output-dir=OUT.. Set custom output directory path.
-s SESSION_FILE Load session from a stored (.sqlite) file.
--flush-session Flush session files for current target.
--ignore-session Ignore results stored in session file.
-t TRAFFIC_FILE Log all HTTP traffic into a textual file.
--batch Never ask for user input, use the default behaviour.
--encoding=ENCOD.. Force character encoding used for data retrieval (e.g.
GBK).
--charset=CHARSET Time-related injection charset (e.g.
"0123456789abcdef")
--check-internet Check internet connection before assessing the target.
Target:
This options has to be provided, to define the target URL.
-u URL, --url=URL Target URL.
--url-reload Reload target URL after command execution.
-l LOGFILE Parse target from HTTP proxy log file.
-m BULKFILE Scan multiple targets given in a textual file.
-r REQUESTFILE Load HTTP request from a file.
--crawl=CRAWLDEPTH Crawl the website starting from the target URL (1-2,
Default: 0).
-x SITEMAP_URL Parse target(s) from remote sitemap(.xml) file.
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ 2020 ADB-Toolkit V2 for easy ADB tricks with many perks in all one tested
t.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) git clone https://github.com/ASHWIN990/ADB-Toolkit.git
2) cd ADB-Toolkit
3) sudo chmod +x install.sh
4) sudo ./install.sh -i "or" sudo bash install.sh -i
π¦Usage
5) sudo ./ADB-Toolkit.sh
or you can do
6) sudo bash ADB-Toolkit.sh
or you can also do
7) sudo adb-toolkit any where in shell
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ 2020 ADB-Toolkit V2 for easy ADB tricks with many perks in all one tested
t.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) git clone https://github.com/ASHWIN990/ADB-Toolkit.git
2) cd ADB-Toolkit
3) sudo chmod +x install.sh
4) sudo ./install.sh -i "or" sudo bash install.sh -i
π¦Usage
5) sudo ./ADB-Toolkit.sh
or you can do
6) sudo bash ADB-Toolkit.sh
or you can also do
7) sudo adb-toolkit any where in shell
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ To generate a plugin using only the SDK alone, and not a part of the Komand Platform, you can use the following code :
t.me/undercodeTesting
plugin_spec_version: v2
name: example
description: "Example plugin"
version: 1.0.0
## Actions
### Say Goodbye
This action is used to say goodbye to a name.
#### Input
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|name|string|None|False|Name to say goodbye to|None|
#### Output
|Name|Type|Required|Description|
|----|----|--------|-----------|
|message|string|False|None|
|time|date|False|None|
### Wave
This action is used to wave a user specified number of times.
#### Input
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|count|integer|None|False|None|None|
#### Output
|Name|Type|Required|Description|
|----|----|--------|-----------|
|message|string|False|None|
## Triggers
### Emit Greeting
This trigger is used to triggers a greeting every interval seconds (by default, 15 seconds).
#### Input
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|interval|integer|15|False|How often (in seconds) to trigger a greeting|None|
#### Output
|Name|Type|Required|Description|
|----|----|--------|-----------|
|greeting|string|False|None|
|time|date|False|None|
## Connection
The connection configuration accepts the following parameters:
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|hostname|string|None|False|None|None|
## Troubleshooting
This plugin does not contain any troubleshooting information.
## Workflows
Examples:
* Testing
## References
* [Komand](https://www.komand.com/)
connection:
hostname:
type: string
triggers:
emit_greeting:
description: "Triggers a greeting every Interval seconds (by default, 15 seconds)"
input:
interval:
type: integer
description: "How often (in seconds) to trigger a greeting"
default: 15
output:
greeting:
type: string
time:
type: date
actions:
wave:
description: "Wave"
input:
count:
type: integer
output:
message:
type: string
say_goodbye:
description: "Say goodbye"
input:
name:
type: string
description: "Name to say goodbye to"
output:
message:
type: string
time:
type: date
π¦ E N J O Y
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ To generate a plugin using only the SDK alone, and not a part of the Komand Platform, you can use the following code :
t.me/undercodeTesting
plugin_spec_version: v2
name: example
description: "Example plugin"
version: 1.0.0
## Actions
### Say Goodbye
This action is used to say goodbye to a name.
#### Input
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|name|string|None|False|Name to say goodbye to|None|
#### Output
|Name|Type|Required|Description|
|----|----|--------|-----------|
|message|string|False|None|
|time|date|False|None|
### Wave
This action is used to wave a user specified number of times.
#### Input
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|count|integer|None|False|None|None|
#### Output
|Name|Type|Required|Description|
|----|----|--------|-----------|
|message|string|False|None|
## Triggers
### Emit Greeting
This trigger is used to triggers a greeting every interval seconds (by default, 15 seconds).
#### Input
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|interval|integer|15|False|How often (in seconds) to trigger a greeting|None|
#### Output
|Name|Type|Required|Description|
|----|----|--------|-----------|
|greeting|string|False|None|
|time|date|False|None|
## Connection
The connection configuration accepts the following parameters:
|Name|Type|Default|Required|Description|Enum|
|----|----|-------|--------|-----------|----|
|hostname|string|None|False|None|None|
## Troubleshooting
This plugin does not contain any troubleshooting information.
## Workflows
Examples:
* Testing
## References
* [Komand](https://www.komand.com/)
connection:
hostname:
type: string
triggers:
emit_greeting:
description: "Triggers a greeting every Interval seconds (by default, 15 seconds)"
input:
interval:
type: integer
description: "How often (in seconds) to trigger a greeting"
default: 15
output:
greeting:
type: string
time:
type: date
actions:
wave:
description: "Wave"
input:
count:
type: integer
output:
message:
type: string
say_goodbye:
description: "Say goodbye"
input:
name:
type: string
description: "Name to say goodbye to"
output:
message:
type: string
time:
type: date
π¦ E N J O Y
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ ALL VERSION Win 10 Official Microsoft EXPIRE 24 HOURS :
π¦ ALL 64 BIT
https://software-download.microsoft.com/pr/Win10_1909_English_x64.iso?t=4d0124f1-5d65-4258-8a00-45f160e43a4e&e=1586907395&h=af280341c29b101a98166b3164cebfd1
π¦ ALL 32 BIT
https://software-download.microsoft.com/pr/Win10_1909_English_x32.iso?t=4d0124f1-5d65-4258-8a00-45f160e43a4e&e=1586907395&h=432f0e496517d7310bbb7930cf5e851e
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ ALL VERSION Win 10 Official Microsoft EXPIRE 24 HOURS :
π¦ ALL 64 BIT
https://software-download.microsoft.com/pr/Win10_1909_English_x64.iso?t=4d0124f1-5d65-4258-8a00-45f160e43a4e&e=1586907395&h=af280341c29b101a98166b3164cebfd1
π¦ ALL 32 BIT
https://software-download.microsoft.com/pr/Win10_1909_English_x32.iso?t=4d0124f1-5d65-4258-8a00-45f160e43a4e&e=1586907395&h=432f0e496517d7310bbb7930cf5e851e
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦2020 SMS attack tool, HTTP attack tool and many other attack tools
t.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) git clone https://github.com/entynetproject/quack
2) cd quack
3) chmod +x install.sh
4) ./install.sh
π¦ quack -h
usage: quack [-h] [--target <IP:port/URL/phone>]
[--tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]]
[--timeout <timeout>] [--threads <threads>] [-u] [--version]
optional arguments:
-h, --help show this help message and exit
--target <IP:port/URL/phone>
Target IP:port, URL or phone.
--tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]
Attack tool.
--timeout <timeout> Timeout in secounds.
--threads <threads> Threads count.
-u, --update Update Quack Toolkit.
--version Show Quack Toolkit version.
5) Example of the SMS attack
quack --tool SMS --target 15554443333 --time 10 --threads 10
> Example of the HTTP attack
quack --tool HTTP --target example.com --time 10 --threads 10
> Example of the TCP attack
quack --tool TCP --target 192.168.1.100:80 --time 10 --threads 10
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦2020 SMS attack tool, HTTP attack tool and many other attack tools
t.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) git clone https://github.com/entynetproject/quack
2) cd quack
3) chmod +x install.sh
4) ./install.sh
π¦ quack -h
usage: quack [-h] [--target <IP:port/URL/phone>]
[--tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]]
[--timeout <timeout>] [--threads <threads>] [-u] [--version]
optional arguments:
-h, --help show this help message and exit
--target <IP:port/URL/phone>
Target IP:port, URL or phone.
--tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]
Attack tool.
--timeout <timeout> Timeout in secounds.
--threads <threads> Threads count.
-u, --update Update Quack Toolkit.
--version Show Quack Toolkit version.
5) Example of the SMS attack
quack --tool SMS --target 15554443333 --time 10 --threads 10
> Example of the HTTP attack
quack --tool HTTP --target example.com --time 10 --threads 10
> Example of the TCP attack
quack --tool TCP --target 192.168.1.100:80 --time 10 --threads 10
@UndercodeOfficial
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ Network configuration-the arrival of home network full by Undercode
t.me/UndercodeTesting
π¦ ππΌππ πππΈβπ :
1) today, those of us who have spare money (sometimes Need very much (More) people started to try to network interactive housing. In the new housing, 10BaseT or even 100 trillion 100BaseT RJ-45 sockets will be everywhere like telephone sockets.
2) Home network also has some disadvantages. First, we do nβt have a technical department at home Support. In addition, network hardware and software may be expensive. Therefore, the advantages of the network must be removed from the cost of installation and maintenance.
π¦ Choose a network solution
1) Let's examine the possible solutions suitable for home networks. It should be pointed out that the PC industry is mature, and a variety of network options are increasing. They range from simple plug-and-play printer sharing networks to firewall protection and server support. Intranet.
2) Generally speaking, the more powerful the network, the higher the cost and management complexity, and the correct method is to always select the network with the functions you need. Common home operating systems and two uncommon network solutions-Linux and Microsoft NT:
π¦ Linux Unix NT Win95 Mac OS / 2
1) Printer services xxxxxx
File server / sharing x * * * * *
Mail server x * * *--
Domain Name Server xx * * * *
Web Server xx * * * *
Firewall x * * *--
Routing xxx---
Gateway xxx---
Internet xxxxxx
Ethernet xxxxxx
Token Ring x * * * * *
Arcnet x * * * * *
Framerelay x * *---
ISDN x * * *--
PPP xxxxxx
SLIP xxxxxx
TCP / IP xxxxxx
X.25 x * * * * *
IPX (Novell Netware) xxxx * *
SMB (Windows network) xxxx * *
Appletalk x * * * x *
NFS xx * * * *
π¦ x Supported by the system itself
* Need additional support
-not supported
2) After comparison of chart functions, some systems have been disregarded. If you are not using this It βs a pity, but it βs best to discuss with the OEM, since even they all recommend you to replace it. In addition, all kinds of UNIX are included in a UNIX column, except Linux.
3) Linux started in 1991 and is different from other Unix on several important issues. Linux is a clone of Unix, drafted by Linus Torvalds and assisted by a loosely integrated development team on the Internet.
4) Linux is (and will always be) Free software, with very few restrictions (see GNU's General Public License), has grown into a full-fledged high-performance Unix, originally based on Inter 386, and is now suitable for more systems than any other operating system. Linux is not The only Unix-like free software, but it currently seems to have the best support. He can get good support from the online development team, there are a lot of documents in the form of HOWTO files, FAQ files and Unix help files, and can be online Freely available. A Linux package with an operating system and other full-featured software can be purchased for a CD for less than $ 30 or downloaded for free from the Internet.
5) For file services, printing services, mail services, gateways and routing, use Linux or even Only one 386 can be efficiently implemented. Linux is extremely robust, and many Linux in the world and its operation will not crash or restart for a year. I do nβt believe any Windows or Macintosh product can Do it.
6) Windows NT, the network-oriented operating system provided by Microsoft, was also born in 1991. To get all the features listed above will easily cost you more than $ 1,000. It has good support, and to replace Unix as online He will consider implementing it on various systems. At present, it has not provided complete network functions like Unix or Linux, but it will be done soon. There is no doubt that the prospect of NT with the support of Microsoft is bright. .
π¦ Network configuration-the arrival of home network full by Undercode
t.me/UndercodeTesting
π¦ ππΌππ πππΈβπ :
1) today, those of us who have spare money (sometimes Need very much (More) people started to try to network interactive housing. In the new housing, 10BaseT or even 100 trillion 100BaseT RJ-45 sockets will be everywhere like telephone sockets.
2) Home network also has some disadvantages. First, we do nβt have a technical department at home Support. In addition, network hardware and software may be expensive. Therefore, the advantages of the network must be removed from the cost of installation and maintenance.
π¦ Choose a network solution
1) Let's examine the possible solutions suitable for home networks. It should be pointed out that the PC industry is mature, and a variety of network options are increasing. They range from simple plug-and-play printer sharing networks to firewall protection and server support. Intranet.
2) Generally speaking, the more powerful the network, the higher the cost and management complexity, and the correct method is to always select the network with the functions you need. Common home operating systems and two uncommon network solutions-Linux and Microsoft NT:
π¦ Linux Unix NT Win95 Mac OS / 2
1) Printer services xxxxxx
File server / sharing x * * * * *
Mail server x * * *--
Domain Name Server xx * * * *
Web Server xx * * * *
Firewall x * * *--
Routing xxx---
Gateway xxx---
Internet xxxxxx
Ethernet xxxxxx
Token Ring x * * * * *
Arcnet x * * * * *
Framerelay x * *---
ISDN x * * *--
PPP xxxxxx
SLIP xxxxxx
TCP / IP xxxxxx
X.25 x * * * * *
IPX (Novell Netware) xxxx * *
SMB (Windows network) xxxx * *
Appletalk x * * * x *
NFS xx * * * *
π¦ x Supported by the system itself
* Need additional support
-not supported
2) After comparison of chart functions, some systems have been disregarded. If you are not using this It βs a pity, but it βs best to discuss with the OEM, since even they all recommend you to replace it. In addition, all kinds of UNIX are included in a UNIX column, except Linux.
3) Linux started in 1991 and is different from other Unix on several important issues. Linux is a clone of Unix, drafted by Linus Torvalds and assisted by a loosely integrated development team on the Internet.
4) Linux is (and will always be) Free software, with very few restrictions (see GNU's General Public License), has grown into a full-fledged high-performance Unix, originally based on Inter 386, and is now suitable for more systems than any other operating system. Linux is not The only Unix-like free software, but it currently seems to have the best support. He can get good support from the online development team, there are a lot of documents in the form of HOWTO files, FAQ files and Unix help files, and can be online Freely available. A Linux package with an operating system and other full-featured software can be purchased for a CD for less than $ 30 or downloaded for free from the Internet.
5) For file services, printing services, mail services, gateways and routing, use Linux or even Only one 386 can be efficiently implemented. Linux is extremely robust, and many Linux in the world and its operation will not crash or restart for a year. I do nβt believe any Windows or Macintosh product can Do it.
6) Windows NT, the network-oriented operating system provided by Microsoft, was also born in 1991. To get all the features listed above will easily cost you more than $ 1,000. It has good support, and to replace Unix as online He will consider implementing it on various systems. At present, it has not provided complete network functions like Unix or Linux, but it will be done soon. There is no doubt that the prospect of NT with the support of Microsoft is bright. .
7) Unix is ββof course an excellent network system. In fact, Unix is ββthe "war horse" of the Internet. All Internet-based protocols and services are developed on Unix. Due to the maturity of Unix, it has passed the growth that NT is now experiencing Pain, such as security or crash issues. Although many years ago it was predicted that the role of Unix will gradually decline, it is still steadily increasing. Before Linux, there was no affordable Unix for home use. It has the functions listed above Unix generally costs at least $ 2,000, and the complexity of Unix prevents its widespread use, only for universities and large commercial companies.
π¦WAHT ABOUT WINDOWS ?
1) win 10., Windows 95, Macintosh, and OS / 2 also provide certain network functions and use additional software It can also provide functions such as print services, file services, mail services, name services, firewalls and web servers. None of them are designed to support dense network services, but they can also do very well with the correct software and hardware.
2) Good. They can be configured for $ 500 to achieve the above functions, and the basic system is generally pre-installed in the PC, and it is easy to install and configure.
3) At present, choosing a network solution is extremely dependent on Because of your network needs and budget. Obviously, unless you are in a family business here, we will not pay a lot of money for this. The model now has almost the most powerful and economical choice.
4) Linux provides the power of Unix, and The more sophisticated installation program is easier to install and manage. In fact, if you have the time, patience, hard disk and Internet connection, you can choose one of many FTP accounts to download Linux. Seeing this, you will Strange why Linux is not more popular? In fact, there are about 8 million computers running Linux, including more than 40% of ISPs, large companies, and government agencies like NASA (NASA recently used a Linux on the space shuttle. The computer was tested).
π¦ Specific method of Linux networking
1) Assuming you do decide to build a home network with Linux, the first thing is to find available hardware. Now this is no longer a problem. In the past five years, Linux has been able to support almost all PC configurations, and as mentioned above, an old 386 can support a home network of 5 or more computers. Linux can run on any 386 / 486/586 / Pentium-class processors (including AMD, Cyrix), as well as Dec Alpha, PowerPC (Mklinux for Apple), M68xxx (Amiga, Atari), Sun SPARC, and MIPS. 386-based systems require a minimum of 4M memory Better) and 50M hard disk space (200M is better). Of course, the system chamber of Linux running on 386 / 4M / 20M is very slow, 8M memory and 50M hard disk are more realistic minimum requirements. If you have already thrown such a PC It βs in the trash, hurry up and pick it up, she will work very well. The more popular set of Linux with user manuals is now available in bookstores.
2) If you have a Macintosh and PC at home, do nβt worry, Linux can work Most home operating systems live in harmony. Linux can recognize the network protocols and file systems of most systems on the Internet: MS D OS, Windows for Workgroups, Win95, Win NT, Mac OS, OS / 2, Novell, Amiga, VAX and Unix. The HOWTO documents available on the Internet detail how to support them.
3) Next you need to choose a network connection. Ethernet may be the cheapest, and even slow Ethernet can provide the performance that homes need. Fast Ethernet (100Mbps) has quickly become a commercial standard, and it is also for home Affordable. Ethernet cards range from a $ 20 8-bit 10M ISA card to a $ 100 100M network card.
4) 10Base2 seems to be a good choice for a home network, but 10BaseT is also good. 10Base2 connects the computer with thin cables in a daisy chain way To the Internet. The cable must be connected from beginning to end, and a 50 ohm terminator must be added to each end.
π¦WAHT ABOUT WINDOWS ?
1) win 10., Windows 95, Macintosh, and OS / 2 also provide certain network functions and use additional software It can also provide functions such as print services, file services, mail services, name services, firewalls and web servers. None of them are designed to support dense network services, but they can also do very well with the correct software and hardware.
2) Good. They can be configured for $ 500 to achieve the above functions, and the basic system is generally pre-installed in the PC, and it is easy to install and configure.
3) At present, choosing a network solution is extremely dependent on Because of your network needs and budget. Obviously, unless you are in a family business here, we will not pay a lot of money for this. The model now has almost the most powerful and economical choice.
4) Linux provides the power of Unix, and The more sophisticated installation program is easier to install and manage. In fact, if you have the time, patience, hard disk and Internet connection, you can choose one of many FTP accounts to download Linux. Seeing this, you will Strange why Linux is not more popular? In fact, there are about 8 million computers running Linux, including more than 40% of ISPs, large companies, and government agencies like NASA (NASA recently used a Linux on the space shuttle. The computer was tested).
π¦ Specific method of Linux networking
1) Assuming you do decide to build a home network with Linux, the first thing is to find available hardware. Now this is no longer a problem. In the past five years, Linux has been able to support almost all PC configurations, and as mentioned above, an old 386 can support a home network of 5 or more computers. Linux can run on any 386 / 486/586 / Pentium-class processors (including AMD, Cyrix), as well as Dec Alpha, PowerPC (Mklinux for Apple), M68xxx (Amiga, Atari), Sun SPARC, and MIPS. 386-based systems require a minimum of 4M memory Better) and 50M hard disk space (200M is better). Of course, the system chamber of Linux running on 386 / 4M / 20M is very slow, 8M memory and 50M hard disk are more realistic minimum requirements. If you have already thrown such a PC It βs in the trash, hurry up and pick it up, she will work very well. The more popular set of Linux with user manuals is now available in bookstores.
2) If you have a Macintosh and PC at home, do nβt worry, Linux can work Most home operating systems live in harmony. Linux can recognize the network protocols and file systems of most systems on the Internet: MS D OS, Windows for Workgroups, Win95, Win NT, Mac OS, OS / 2, Novell, Amiga, VAX and Unix. The HOWTO documents available on the Internet detail how to support them.
3) Next you need to choose a network connection. Ethernet may be the cheapest, and even slow Ethernet can provide the performance that homes need. Fast Ethernet (100Mbps) has quickly become a commercial standard, and it is also for home Affordable. Ethernet cards range from a $ 20 8-bit 10M ISA card to a $ 100 100M network card.
4) 10Base2 seems to be a good choice for a home network, but 10BaseT is also good. 10Base2 connects the computer with thin cables in a daisy chain way To the Internet. The cable must be connected from beginning to end, and a 50 ohm terminator must be added to each end.
5) If you are decorating, you can easily install the 10BaseT network. If you use Category 5 cable, you can easily upgrade to Fast Ethernet in the future. A 10BaseT system with more than two nodes requires a Hub, and Category 5 cable is not cheap (40 cents per foot), so installing 10BaseT will cost more, but it will last longer and be more convenient than 10Base2. Linux supports almost any card, there is no need to worry about more.
6) Linux server for all home computer gateway to the Internet. this needs to be connected to a local ISP to provide IP addresses (preferably a static address) to the gateway .Internet connection You can use modem, ISDN, Frame Relay or ATM. Linux also provides a firewall to break into your home network from the Internet. Using a method called IP mask, Linux can only have a legal IP address and domain name Allow all computers to access the Internet. It makes all TCP / IP communications on your home network seem to come from your Linux computer.
6) When information is returned from other places, Linux plays the role of a post office and distributes the information to The right computer. Linux can easily support 2-5 computers to access the Internet through a 28.8 modem at the same time. Linux computers can also provide mail services, so that you can have as many e-mail addresses as you need. All of them only need one ISP Connected ordinary PPP or SLIP link. No additional e-mail service or subnet fee, because all the functions are provided by your Linux server.
7) Are you tired of having only one computer to surf the Internet or pay for multiple accounts? Let Linux help you.
8) Linux computers will provide printing and file services. The free software package Samba supports the SMB protocol for Win95 and WFW. Many large companies use Samba on their networks. After configuration, it will integrate flawlessly into the Windows system, allowing each network user Have independent or shared space, and develop and use printers (or network printers) on Linux servers.
9) Like all other Linux software, Samba is also freely available online, including complete installation instructions and source code, and is active In development and maintenance. Linux has another similar package Netatalk provides similar support for the Apple Localtalk protocol. A tape backup system can be installed on the Linux server to automatically back up your server.
10) Linux provides all traditional Unix network services. Sendmail or smail is completed. So all users on the system can have an e-mail address. Use the POP3 protocol to access e-mail accounts using e-mail client programs such as Eudora or Pegasus on the network. named can be provided. If you have several small networks or different network types, Linux can be used as a gateway to contact all subnets Together.
11) You can also use the core path to have Linux as a firewall and control the use of the Internet. NFS, a network file system, allowing computers to mount disk drives from remote machines. All packages of Linux support NFS, while other systems require additional software. Linux of course also supports other standard network applications used on the TCP / IP network: FTP, telnet, remote shell, ping, etc.
12) Linux also provides web servers and Java development systems. Several web servers are available on Linux, of which the most popular It is Apache. On the Internet, 45% of the web servers are Apache. Sun Microsystems provides JDK and Java compilers to develop Java programs. In fact, Java can be compiled into the Linux system, allowing the server to run native Java code. Most other operating systems are still only discussing this feature.
π¦ So, where is the trap?
1) Now you may be wondering what is the hidden danger of Linux. In fact There is no real hidden danger. Linux is much more mature and faster than other well-supported systems such as NT. Windows NT has just announced a multi-processor system that supports eight CPUs. Linux supports Intel βs SMP multi-processor Standardize and provide support for up to 20 CPUs on a single system.
6) Linux server for all home computer gateway to the Internet. this needs to be connected to a local ISP to provide IP addresses (preferably a static address) to the gateway .Internet connection You can use modem, ISDN, Frame Relay or ATM. Linux also provides a firewall to break into your home network from the Internet. Using a method called IP mask, Linux can only have a legal IP address and domain name Allow all computers to access the Internet. It makes all TCP / IP communications on your home network seem to come from your Linux computer.
6) When information is returned from other places, Linux plays the role of a post office and distributes the information to The right computer. Linux can easily support 2-5 computers to access the Internet through a 28.8 modem at the same time. Linux computers can also provide mail services, so that you can have as many e-mail addresses as you need. All of them only need one ISP Connected ordinary PPP or SLIP link. No additional e-mail service or subnet fee, because all the functions are provided by your Linux server.
7) Are you tired of having only one computer to surf the Internet or pay for multiple accounts? Let Linux help you.
8) Linux computers will provide printing and file services. The free software package Samba supports the SMB protocol for Win95 and WFW. Many large companies use Samba on their networks. After configuration, it will integrate flawlessly into the Windows system, allowing each network user Have independent or shared space, and develop and use printers (or network printers) on Linux servers.
9) Like all other Linux software, Samba is also freely available online, including complete installation instructions and source code, and is active In development and maintenance. Linux has another similar package Netatalk provides similar support for the Apple Localtalk protocol. A tape backup system can be installed on the Linux server to automatically back up your server.
10) Linux provides all traditional Unix network services. Sendmail or smail is completed. So all users on the system can have an e-mail address. Use the POP3 protocol to access e-mail accounts using e-mail client programs such as Eudora or Pegasus on the network. named can be provided. If you have several small networks or different network types, Linux can be used as a gateway to contact all subnets Together.
11) You can also use the core path to have Linux as a firewall and control the use of the Internet. NFS, a network file system, allowing computers to mount disk drives from remote machines. All packages of Linux support NFS, while other systems require additional software. Linux of course also supports other standard network applications used on the TCP / IP network: FTP, telnet, remote shell, ping, etc.
12) Linux also provides web servers and Java development systems. Several web servers are available on Linux, of which the most popular It is Apache. On the Internet, 45% of the web servers are Apache. Sun Microsystems provides JDK and Java compilers to develop Java programs. In fact, Java can be compiled into the Linux system, allowing the server to run native Java code. Most other operating systems are still only discussing this feature.
π¦ So, where is the trap?
1) Now you may be wondering what is the hidden danger of Linux. In fact There is no real hidden danger. Linux is much more mature and faster than other well-supported systems such as NT. Windows NT has just announced a multi-processor system that supports eight CPUs. Linux supports Intel βs SMP multi-processor Standardize and provide support for up to 20 CPUs on a single system.
2) Such a powerful brings the complexity of installation and support. In fact, installation and maintenance has become the subject of many recent articles. However, the recent package Linux has been greatly simplified The installation process is provided and more convenient management tools are provided. The following facts also help: Unlike Windows NT, which is a newer system, Unix has been around for decades, so well-trained Unix system personnel greatly exceed Windows NT.
3) The traditional technical support market for large installations of large companies in a workstation environment has now moved to Unix applications that support small business environments.
4) Because developing software on Unix is ββso difficult, many young and enthusiastic software Linux developers and enthusiasts have been turned to cheap development platform. These people are an excellent source of knowledge management system, and you get them for free advice from newsgroups.
5) Like other as Unix, Linux has not been in the family in the past It is widely used in Linux. Many applications developed for Unix are available in Linux. These applications are generally in the field of scientific computing, and the quality of the program reflects this. Unfortunately, Linux lacks applications for general computer users.
6) Therefore, Although Linux can serve as an excellent server and an excellent workstation, it can run the latest free graphics environment-X Windows, but it cannot run the latest Office 97 (although many Windows programs can be used in Caldera's WABI window simulator or Wine window simulator ). There are now several software companies (and others) who develop and sell user programs to fill this gap.
π¦ Don't worry about so much, let's do it first and then talk!
1) Linux requires very little initial cost, but is strong enough to easily support a home or small business network. It is particularly commendable because of retirement The old computer can be effectively used as a server for a small network.
2) The local Linux user group and computer store provide excellent support. The support from the Internet is also excellent. You get an e-mail from a Linux software developer to confirm your expenditure The bug has been fixed, think about how wonderful this feeling is.
----------------------------------- ---------------------------------------------
π¦ Comfigure for Future
1) In many ways, the emergence and growth of Linux comes from the growth of the Internet and Linus Torvalds and many hard-working The efforts of developers.
2) Now, Linux is an incredibly low-cost yet super powerful system. Integrating the development of the latest software and hardware Work is still going on quickly. Although the future of the Internet, personal computers and network computers is still unknown, Linux seems to have a place in the future.
WRITTEN BY UNDERCODE
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
3) The traditional technical support market for large installations of large companies in a workstation environment has now moved to Unix applications that support small business environments.
4) Because developing software on Unix is ββso difficult, many young and enthusiastic software Linux developers and enthusiasts have been turned to cheap development platform. These people are an excellent source of knowledge management system, and you get them for free advice from newsgroups.
5) Like other as Unix, Linux has not been in the family in the past It is widely used in Linux. Many applications developed for Unix are available in Linux. These applications are generally in the field of scientific computing, and the quality of the program reflects this. Unfortunately, Linux lacks applications for general computer users.
6) Therefore, Although Linux can serve as an excellent server and an excellent workstation, it can run the latest free graphics environment-X Windows, but it cannot run the latest Office 97 (although many Windows programs can be used in Caldera's WABI window simulator or Wine window simulator ). There are now several software companies (and others) who develop and sell user programs to fill this gap.
π¦ Don't worry about so much, let's do it first and then talk!
1) Linux requires very little initial cost, but is strong enough to easily support a home or small business network. It is particularly commendable because of retirement The old computer can be effectively used as a server for a small network.
2) The local Linux user group and computer store provide excellent support. The support from the Internet is also excellent. You get an e-mail from a Linux software developer to confirm your expenditure The bug has been fixed, think about how wonderful this feeling is.
----------------------------------- ---------------------------------------------
π¦ Comfigure for Future
1) In many ways, the emergence and growth of Linux comes from the growth of the Internet and Linus Torvalds and many hard-working The efforts of developers.
2) Now, Linux is an incredibly low-cost yet super powerful system. Integrating the development of the latest software and hardware Work is still going on quickly. Although the future of the Internet, personal computers and network computers is still unknown, Linux seems to have a place in the future.
WRITTEN BY UNDERCODE
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ Two very detailed shell examples
Examples
T.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) General programming steps
γγNow let's discuss the general steps of writing a script. Any good script should have help and input parameters. And writing a pseudo script (framework.sh), which contains the framework structure that most scripts need, is a very good idea. At this time, when writing a new script, we only need to execute the copy command:
> cp framework.sh myscript
2) Then insert your own function.
γ3) Let us look at two more examples:
γγBinary to decimal conversion
4) γγThe script b2d converts binary numbers (such as 1101) into corresponding decimal numbers. This is also an example of performing mathematical operations with the expr command:
#!/bin/sh
# vim: set sw=4 ts=4 et:
help()
{
γcat < b2h -- convert binary to decimal
π¦ USAGE: b2h [-h] binarynum
1) OPTIONS: -h help text
EXAMPLE: b2h 111010
will return 58
HELP
γexit 0
}
error()
{
γγ# print an error and exit
γγecho "$1"
γγexit 1
}
lastchar()
{
γγ# return the last character of a string in $rval
γγif [ -z "$1" ]; then
γγγγ# empty string
γγγγrval=""
γγγγreturn
γγfi
γγ# wc puts some space behind the output this is why we need sed:
γγnumofchar=
γγ# now cut out the last char
γγrval=
}
chop()
{
γγ# remove the last character in string and return it in $rval
γγif [ -z "$1" ]; then
γγγγ# empty string
γγγγrval=""
γγγγreturn
γγfi
γγ# wc puts some space behind the output this is why we need sed:
γγnumofchar=
γγif [ "$numofchar" = "1" ]; then
γγγγ# only one char in string
γγγγrval=""
γγγγreturn
γγfi
γγnumofcharminus1=
γγ# now cut all but the last char:
γγrval=
}
while [ -n "$1" ]; do
case $1 in
γγ-h) help;shift 1;; # function help is called
γγ--) shift;break;; # end of options
γγ-*) error "error: no such option $1. -h for help";;
γγ*) break;;
esac
done
# The main program
sum=0
weight=1
# one arg must be given:
[ -z "$1" ] && help
binnum="$1"
binnumorig="$1"
while [ -n "$binnum" ]; do
γγlastchar "$binnum"
γγif [ "$rval" = "1" ]; then
γγγγsum=
γγfi
γγ# remove the last position in $binnum
γγchop "$binnum"
γγbinnum="$rval"
γγweight=
done
echo "binary $binnumorig is decimal $sum"
#
2) γγThe algorithm used by the script is to use decimal and binary weights (1,2,4,8,16, ..), for example, the binary "10" can be converted to decimal like this:
0 * 1 + 1 * 2 = 2
3) γγIn order to get a single binary number we used the lastchar function. This function uses wc -c to count the number of characters, and then uses the cut command to extract the last character. The function of the Chop function is to remove the last character.
4)File cycle program
γγPerhaps you are one of the people who want to save all outgoing mail to a file, but after a few months, the file may become so large that it will slow down the access to the file. The following script rotatefile can solve this problem. This script can rename the mail save file (assuming outmail) to outmail.1, and for outmail.1 it becomes outmail.2 and so on ...
#!/bin/sh
# vim: set sw=4 ts=4 et:
ver="0.1"
help()
{
γγcat < rotatefile -- rotate the file name
π¦ USAGE: rotatefile [-h] filename
OPTIONS: -h help text
1) EXAMPLE: rotatefile out
This will e.g rename out.2 to out.3, out.1 to out.2, out to out.1
and create an empty out-file
The max number is 10
version $ ver
HELP
γγexit 0
}
error()
{
γγecho "$1"
γγexit 1
}
while [ -n "$1" ]; do
case $1 in
γγ-h) help;shift 1;;
γγ--) break;;
γγ-*) echo "error: no such option $1. -h for help";exit 1;;
γγ*) break;;
esac
done
π¦ Two very detailed shell examples
Examples
T.me/undercodeTesting
π¦ ππΌππ πππΈβπ :
1) General programming steps
γγNow let's discuss the general steps of writing a script. Any good script should have help and input parameters. And writing a pseudo script (framework.sh), which contains the framework structure that most scripts need, is a very good idea. At this time, when writing a new script, we only need to execute the copy command:
> cp framework.sh myscript
2) Then insert your own function.
γ3) Let us look at two more examples:
γγBinary to decimal conversion
4) γγThe script b2d converts binary numbers (such as 1101) into corresponding decimal numbers. This is also an example of performing mathematical operations with the expr command:
#!/bin/sh
# vim: set sw=4 ts=4 et:
help()
{
γcat < b2h -- convert binary to decimal
π¦ USAGE: b2h [-h] binarynum
1) OPTIONS: -h help text
EXAMPLE: b2h 111010
will return 58
HELP
γexit 0
}
error()
{
γγ# print an error and exit
γγecho "$1"
γγexit 1
}
lastchar()
{
γγ# return the last character of a string in $rval
γγif [ -z "$1" ]; then
γγγγ# empty string
γγγγrval=""
γγγγreturn
γγfi
γγ# wc puts some space behind the output this is why we need sed:
γγnumofchar=
echo -n "$1" | wc -c | sed 's/ //g' γγ# now cut out the last char
γγrval=
echo -n "$1" | cut -b $numofchar}
chop()
{
γγ# remove the last character in string and return it in $rval
γγif [ -z "$1" ]; then
γγγγ# empty string
γγγγrval=""
γγγγreturn
γγfi
γγ# wc puts some space behind the output this is why we need sed:
γγnumofchar=
echo -n "$1" | wc -c | sed 's/ //g' γγif [ "$numofchar" = "1" ]; then
γγγγ# only one char in string
γγγγrval=""
γγγγreturn
γγfi
γγnumofcharminus1=
expr $numofchar "-" 1γγ# now cut all but the last char:
γγrval=
echo -n "$1" | cut -b 0-${numofcharminus1}}
while [ -n "$1" ]; do
case $1 in
γγ-h) help;shift 1;; # function help is called
γγ--) shift;break;; # end of options
γγ-*) error "error: no such option $1. -h for help";;
γγ*) break;;
esac
done
# The main program
sum=0
weight=1
# one arg must be given:
[ -z "$1" ] && help
binnum="$1"
binnumorig="$1"
while [ -n "$binnum" ]; do
γγlastchar "$binnum"
γγif [ "$rval" = "1" ]; then
γγγγsum=
expr "$weight" "+" "$sum"γγfi
γγ# remove the last position in $binnum
γγchop "$binnum"
γγbinnum="$rval"
γγweight=
expr "$weight" "*" 2done
echo "binary $binnumorig is decimal $sum"
#
2) γγThe algorithm used by the script is to use decimal and binary weights (1,2,4,8,16, ..), for example, the binary "10" can be converted to decimal like this:
0 * 1 + 1 * 2 = 2
3) γγIn order to get a single binary number we used the lastchar function. This function uses wc -c to count the number of characters, and then uses the cut command to extract the last character. The function of the Chop function is to remove the last character.
4)File cycle program
γγPerhaps you are one of the people who want to save all outgoing mail to a file, but after a few months, the file may become so large that it will slow down the access to the file. The following script rotatefile can solve this problem. This script can rename the mail save file (assuming outmail) to outmail.1, and for outmail.1 it becomes outmail.2 and so on ...
#!/bin/sh
# vim: set sw=4 ts=4 et:
ver="0.1"
help()
{
γγcat < rotatefile -- rotate the file name
π¦ USAGE: rotatefile [-h] filename
OPTIONS: -h help text
1) EXAMPLE: rotatefile out
This will e.g rename out.2 to out.3, out.1 to out.2, out to out.1
and create an empty out-file
The max number is 10
version $ ver
HELP
γγexit 0
}
error()
{
γγecho "$1"
γγexit 1
}
while [ -n "$1" ]; do
case $1 in
γγ-h) help;shift 1;;
γγ--) break;;
γγ-*) echo "error: no such option $1. -h for help";exit 1;;
γγ*) break;;
esac
done
# input check:
if [ -z "$1" ] ; then
error "ERROR: you must specify a file, use -h for help"
fi
filen="$1"
# rename any .1 , .2 etc file:
for n in 9 8 7 6 5 4 3 2 1; do
γγif [ -f "$filen.$n" ]; then
γγγγp=
γγγγecho "mv $filen.$n $filen.$p"
γγγγmv $filen.$n $filen.$p
γγfi
done
# rename the original file:
if [ -f "$filen" ]; then
γγecho "mv $filen $filen.1"
γγmv $filen $filen.1
fi
echo touch $filen
touch $filen
γ2) γHow does this script work? After detecting that the user provided a file name, we perform a 9 to 1 loop. File 9 is named 10, file 8 is renamed 9 and so on. After the loop is completed, we name the original file as file 1 and create an empty file with the same name as the original file.
3) debugging
γ4) γThe simplest debugging command is of course the echo command. You can use echo to print any variable value wherever you suspect an error. This is why most shell programmers spend 80% of their time debugging programs. The advantage of the shell program is that it does not need to be recompiled, and it does not take much time to insert an echo command.
4) γγThe shell also has a real debugging mode. If there is an error in the script "strangescript", you can debug it like this:
sh -x strangescript
6) γγThis will execute the script and display the values ββof all variables.
γγThe shell also has a mode to check the grammar without executing a script. Can be used like this:
sh -n your_script
7) This will return all syntax errors.
γγWe hope you can start writing your own shell script now, and hope you have fun.
WRITTEN BY UNDERCODE
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
if [ -z "$1" ] ; then
error "ERROR: you must specify a file, use -h for help"
fi
filen="$1"
# rename any .1 , .2 etc file:
for n in 9 8 7 6 5 4 3 2 1; do
γγif [ -f "$filen.$n" ]; then
γγγγp=
expr $n + 1γγγγecho "mv $filen.$n $filen.$p"
γγγγmv $filen.$n $filen.$p
γγfi
done
# rename the original file:
if [ -f "$filen" ]; then
γγecho "mv $filen $filen.1"
γγmv $filen $filen.1
fi
echo touch $filen
touch $filen
γ2) γHow does this script work? After detecting that the user provided a file name, we perform a 9 to 1 loop. File 9 is named 10, file 8 is renamed 9 and so on. After the loop is completed, we name the original file as file 1 and create an empty file with the same name as the original file.
3) debugging
γ4) γThe simplest debugging command is of course the echo command. You can use echo to print any variable value wherever you suspect an error. This is why most shell programmers spend 80% of their time debugging programs. The advantage of the shell program is that it does not need to be recompiled, and it does not take much time to insert an echo command.
4) γγThe shell also has a real debugging mode. If there is an error in the script "strangescript", you can debug it like this:
sh -x strangescript
6) γγThis will execute the script and display the values ββof all variables.
γγThe shell also has a mode to check the grammar without executing a script. Can be used like this:
sh -n your_script
7) This will return all syntax errors.
γγWe hope you can start writing your own shell script now, and hope you have fun.
WRITTEN BY UNDERCODE
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ How to install phpmyadmin under Linux?
1) When installing fedora, select the basic components that should be selected, including Appache, mysql, and php, but when we manage the database, it is still more convenient to have a graphical interface, so we install phpmyadmin ourselves , The installation is very simple.
2) phpMyAdmin is a MySQL management tool that manages MySQL directly from the web.
3) Assuming your web (webpage storage) root directory is / var / www / assuming your host web access is like this http://192.168.1.11/
4) You can install it to / var / www / phpmyadmin or of course any subordinate directory of / var / www /
5) Note that the name of this directory is best known only to the administrator. Therefore, we assume / var / www / onlyyouknow
6)A. First go to the official website of phpMyAdmin to download the latest phpMyAdmin program
π¦ http://superb-east.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.11.3-all-languages.tar.gz
1) Download phpMyAdmin-2.11.3-all-languages.tar.bz2 to / var / www /
#cd / var / www /
#wget http://superb-east.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.11.3-all-languages.tar.gz
Of course, you can also go to your own windows machine, and la2ter upload it to the web server after editing it
2) Unzip this file
# tar zxvf phpMyAdmin-2.11.3-all-languages.tar.gz
At this time the path /var/www/phpMyAdmin-2.11.3-all-languages
3) Change the directory name to / var / www / onlyyoukown
# mv /var/www/phpMyAdmin-2.11.3-all-languages / var / www / onlyyoukown
π¦D. Modify the configuration file
1) Find the /libraries/config.default.php file (copy config.default.php to the phpmyadmin directory, and then rename it to config.inc.php), the file has the following items (2-8) must be configured by yourself Wordpad (do not use Notepad, this is UTF8 encoding) for editing, directly edit with vim under linux.
2) Find $ cfg ['PmaAbsoluteUri'] and change it to the phpMyAdmin URL that you will upload to the space
For example: $ cfg ['PmaAbsoluteUri'] = 'http://192.168.1.11/onlyyouknow/';
3) Find $ cfg ['Servers'] [$ i] ['host'] = 'localhost'; (usually use the default, there are exceptions, you can not modify)
4) Find $ cfg ['Servers'] [$ i] ['auth_type'] = 'config';
Use config for debugging in your own machine; if you use cookies in the space on the network, since we have added the URL in the front, we will modify it to a cookie. Here we recommend using cookies.
5) Find $ cfg ['Servers'] [$ i] ['user'] = 'root'; // MySQL user (mysql user name, use root in your machine;)
6) Find $ cfg ['Servers'] [$ i] ['password'] = ''; // MySQL password (mysql user's password, his server is generally the password of the mysql user root)
7) Find $ cfg ['Servers'] [$ i] ['only_db'] = ''; // If set to a db-name, only (set it if you only have one data; if you are on this machine or want to Set up the server, it is recommended to leave it blank)
8) Find $ cfg ['DefaultLang'] = 'zh'; (Here is the choice of language, zh stands for Simplified Chinese, I do nβt know whether to fill in gbk or not)
9) Save after setting
If "The configuration file now requires the top secret phrase password (blowfish_secret)", please set the cookie of your website in the equal sign of $ cfg ['blowfish_secret'] = ''; for example: $ cfg ['blowfish_secret'] = ' Any character '; This is because of your "$ cfg [' Servers'] [$ i] ['auth_type'] = 'cookie'.
π¦ Test
1) Open the browser, http://192.168.1.11/onlyyoukown/
A little personal opinion
2) We think that it is not a very safe way to control mysql through the root user of mysql from the web. So my suggestion is that if it is your own server, you can put the phpadmin directory into a directory that the web cannot access when you run out. Use it to move the entire directory back to its original location with the mv command.
WRITTEN BY UNDERCODE
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ How to install phpmyadmin under Linux?
1) When installing fedora, select the basic components that should be selected, including Appache, mysql, and php, but when we manage the database, it is still more convenient to have a graphical interface, so we install phpmyadmin ourselves , The installation is very simple.
2) phpMyAdmin is a MySQL management tool that manages MySQL directly from the web.
3) Assuming your web (webpage storage) root directory is / var / www / assuming your host web access is like this http://192.168.1.11/
4) You can install it to / var / www / phpmyadmin or of course any subordinate directory of / var / www /
5) Note that the name of this directory is best known only to the administrator. Therefore, we assume / var / www / onlyyouknow
6)A. First go to the official website of phpMyAdmin to download the latest phpMyAdmin program
π¦ http://superb-east.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.11.3-all-languages.tar.gz
1) Download phpMyAdmin-2.11.3-all-languages.tar.bz2 to / var / www /
#cd / var / www /
#wget http://superb-east.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.11.3-all-languages.tar.gz
Of course, you can also go to your own windows machine, and la2ter upload it to the web server after editing it
2) Unzip this file
# tar zxvf phpMyAdmin-2.11.3-all-languages.tar.gz
At this time the path /var/www/phpMyAdmin-2.11.3-all-languages
3) Change the directory name to / var / www / onlyyoukown
# mv /var/www/phpMyAdmin-2.11.3-all-languages / var / www / onlyyoukown
π¦D. Modify the configuration file
1) Find the /libraries/config.default.php file (copy config.default.php to the phpmyadmin directory, and then rename it to config.inc.php), the file has the following items (2-8) must be configured by yourself Wordpad (do not use Notepad, this is UTF8 encoding) for editing, directly edit with vim under linux.
2) Find $ cfg ['PmaAbsoluteUri'] and change it to the phpMyAdmin URL that you will upload to the space
For example: $ cfg ['PmaAbsoluteUri'] = 'http://192.168.1.11/onlyyouknow/';
3) Find $ cfg ['Servers'] [$ i] ['host'] = 'localhost'; (usually use the default, there are exceptions, you can not modify)
4) Find $ cfg ['Servers'] [$ i] ['auth_type'] = 'config';
Use config for debugging in your own machine; if you use cookies in the space on the network, since we have added the URL in the front, we will modify it to a cookie. Here we recommend using cookies.
5) Find $ cfg ['Servers'] [$ i] ['user'] = 'root'; // MySQL user (mysql user name, use root in your machine;)
6) Find $ cfg ['Servers'] [$ i] ['password'] = ''; // MySQL password (mysql user's password, his server is generally the password of the mysql user root)
7) Find $ cfg ['Servers'] [$ i] ['only_db'] = ''; // If set to a db-name, only (set it if you only have one data; if you are on this machine or want to Set up the server, it is recommended to leave it blank)
8) Find $ cfg ['DefaultLang'] = 'zh'; (Here is the choice of language, zh stands for Simplified Chinese, I do nβt know whether to fill in gbk or not)
9) Save after setting
If "The configuration file now requires the top secret phrase password (blowfish_secret)", please set the cookie of your website in the equal sign of $ cfg ['blowfish_secret'] = ''; for example: $ cfg ['blowfish_secret'] = ' Any character '; This is because of your "$ cfg [' Servers'] [$ i] ['auth_type'] = 'cookie'.
π¦ Test
1) Open the browser, http://192.168.1.11/onlyyoukown/
A little personal opinion
2) We think that it is not a very safe way to control mysql through the root user of mysql from the web. So my suggestion is that if it is your own server, you can put the phpadmin directory into a directory that the web cannot access when you run out. Use it to move the entire directory back to its original location with the mv command.
WRITTEN BY UNDERCODE
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ AMAZON PRIME ACCOUNTS-
tested from wiki
549388012554xxxx
22/04
cvv: rnd
IP: la suya (o Amazon bloquea la cuenta)
1) En vivo | 5493880125547461 | 04 | 2024 | 560
2) En vivo | 5493880125540011 | 04 | 2024 | 822
3) En vivo | 5493880125545440 | 04 | 2024 | 672
4) En vivo | 5493880125548352 | 04 | 2024 | 627
5) En vivo | 5493880125548527 | 04 | 2024 | 744
6) En vivo | 5493880125540672 | 04 | 2024 | 522
@UNDERCODETesting
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ AMAZON PRIME ACCOUNTS-
tested from wiki
549388012554xxxx
22/04
cvv: rnd
IP: la suya (o Amazon bloquea la cuenta)
1) En vivo | 5493880125547461 | 04 | 2024 | 560
2) En vivo | 5493880125540011 | 04 | 2024 | 822
3) En vivo | 5493880125545440 | 04 | 2024 | 672
4) En vivo | 5493880125548352 | 04 | 2024 | 627
5) En vivo | 5493880125548527 | 04 | 2024 | 744
6) En vivo | 5493880125540672 | 04 | 2024 | 522
@UNDERCODETesting
β β β ο½ππ»βΊπ«Δπ¬πβ β β β