Install Proxmox with USB
This is tutorial boot proxmox with USB. You must burn file *.iso. And then download a tool that will convert your usb stick into a bootable one (for example, unetbootin or usb universal installer). Run program and choose: "Try Unlisted Linux ISO” --> create. And then copy file *.iso (of proxmox) to usb. Boot USB and type...
How to change the primary monitor in Ubuntu or other Linux distributions
Using dual or multiple monitors in Linux is relatively straightforward as most monitors are automatically detected on the major distributions. However, Gnome does not give an option for specifying which monitor is the primary - that is to say the monitor which holds the panels by default and is considered the 'default' display....
Recovery MySQL password
- Vào 1 ngày đẹp trời khi bạn quên mất password root của MySQL  , dùng password cũ thì nó show ra 1 câu tàn nhẫn như: Code: ERROR 1045 (28000): Access denied for user...
Các lệnh MySQL thông dụng
- Tạo database, user, gán quyền : Code: mysql> CREATE DATABASE db_name; Query OK, 1 row affected (0.04 sec) mysql> CREATE USER 'user_name'@'localhost' IDENTIFIED BY 'password'; mysql>...
MySQL Query cache
Khi database của bạn lớn/nhiều hoặc lượng truy cập và liên tục , chắc chắn MySQL sẽ chiếm rất nhiều tài nguyên và khiến server load cao. Để hạn giảm load cho server , chúng ta có thể cache lại kết quả của các lần query vào bộ nhớ RAM. Tính năng này được MySQL hỗ trợ từ phiên bản 4.0.1 trở lên, để enable chức năng này chúng ta cần...
Cấu hình Dynamic DNS client trên Linux
Cấu hình Dynamic DNS client Những người truy cập Internet bằng cách quay số điện thoại (dial-up) hay ADSL thường không được ISP cấp địa chỉ IP cố định (tại sao? xem phần tham khảo). Mỗi lần truy cập, hay mỗi lần truy cập lại do kết nối bị ngắt, người dùng thường được cấp một địa chỉ IP khác với địa chỉ IP của lần kết nối trước. Trong...
Cài đặt Zabbix trên CentOS
...
Đồng bộ dữ liệu trên 2 Database Server sử dụng MySQL Server
Trong bài viết này, mình sẽ tiếp tục trình bày các để đồng bộ dữ liệu giữa 2 Database Server sử dụng MySQL Server (MySQL Replication), thực hiện trên hệ điều hành CentOS 5.6 Trong...
Cài đặt MySQL Server trên CentOS
...
Đồng bộ dữ liệu giữa các Node trong mô hình Web Cluster
I – Giới thiệu: Ở bài trước, mình có trình bày Cấu hình Web Cluster giúp tăng tính sẵn sàng cho hệ thống Web Server của chúng ta. Tuy nhiên, nếu một Node...
Cấu hình Web Cluster
I – Mô hình & Yêu cầu: Mô hình: ...
Một số câu lệnh kiểm tra server khi bị tấn công DDoS
Một số câu lệnh kiểm tra server khi bị tấn công DDoS - Kiểm tra số connection trên port 80: Code: netstat -n | grep :80 |wc -l - Kiểm tra số lượng connection đang ở trạng thái SYN_RECV: Code: netstat -n | grep :80 | grep SYN_RECV|wc -l - Hiển thị tất cả các IP đang kết nối và số lượng kết nối từ mỗi IP: Code: netstat -an|grep...
How To Reset Linux Firewall Automatically While Testing ConfigurationWith Remote Server Over SSH Session
Q. I'd like to tell my Linux iptables firewall to flush out the current configuration every 5 minutes. This will help when I'm testing a new rules and configuration options. Some time I find myself locked out of my own remote server. How do I reset Linux firewall automatically without issuing hard reboot? A. You can easily flush...
MySQL SSH Export and Import Database in Shell Terminal
In your favorite shell you can export a MySQL database and Import using the following. on Ubuntu, my MySQL databases are located at /var/lib/mysql/database_name To Export a MySQL Database run: mysqldump -v -u username -p database_name > dumpfile.sql To Import a MySQL Database run: mysql -v -u username -p database_name <...
UBUNTU check free memory and free mem empty cache
check memory usage: cat /proc/meminfo or free free command displays amount of total, free and used physical memory (RAM) in the system, as well as shoing information on shared memory, buffers, cached memory and swap space used by the Linux kernel. Syntax of free free -[options] Example usage of free free -m The command...
Một số lệnh Linux cơ bản
Khi "kết thân" với Linux, nếu không nắm được một số câu lệnh cần thiết thì công việc quản trị của bạn sẽ gặp không ít khó khăn. Dưới đây là một số lệnh Linux cơ bản giúp cho việc...
Nhận dạng thiết bị trong Linux bằng Window driver
Như chúng ta đã biết, Linux có 1 nền tảng hỗ trợ phần cứng khá đa dạng, nhưng bạn sẽ làm gì nếu hệ điều hành Linux đang sử dụng không nhận diện chính xác một thiết bị nào đó....
Tìm hiểu về /dev/null
Trong quá trình sử dụng linux hay xem các bài hướng dẫn bảo mật chắc các bạn đã từng nghe nhiều đến một file đặt biệt trong hệ thống các file của linux là file /dev/null. Hôm nay tớ xin viết một bài giới thiệu về file này để các bạn cùng hiểu thêm về hệ thống file của linux, ngoài ra có thể áp dụng nó trong việc bảo mật. 1. Trong...
Install WordPress on CentOS/RHEL in Five Minutes Flat (remix)
INSTALL THE SYSTEM PREREQUISITES # yum install mysql-server httpd nano php php-mysql # chkconfig httpd on # chkconfig mysqld on # service mysqld start # service httpd start CREATE THE DATABASE # mysqladmin create wordpress # mysql mysql> GRANT ALL PRIVILEGES ON wordpress.* TO 'wordpress'@'localhost' IDENTIFIED BY 'please+use+a+strong+password'; mysql>...
WordPress permalink on CentOS 5 tutorial
The installation of WordPress is simple and straightforward. Really. So I’m not going to detail the installation process, which is well documented here. However, the permalink feature does not work out of the box on a standard CentOs 5 distribution. Some changes have to be made in the apache configuration files to enable mod_rewrite...
Get your usb drives to work with VirtualBox(Ubuntu host)
To get your USB drives to work with VirtualBox when using Ubuntu as a host, you need to add your user to the vboxusers group. Please note that this doesn’t work with VirtualBox...
Penetration Testing Framework
This framework helps you to pentest a system. Step by step ! Penetration Testing Framework 0.58 And this is Wireless Penetration Testing Framework ...
BeEF – 0.4.2.4-alpha
BeEF has release new version : 0.4.2.4-alpha BeEF, the Browser Exploitation Framework is a professional security tool provided for lawful research and testing...
New vulnerabilities to access files in PHP
Some years ago, everything just went crazy from the Error-based MySQL, and unserialize seemed somewhat complicated and do not occur in real life. Now it’s the classic technique. What...
MSSQL Tips (SQL injection)
1 - Standard SQL injection (not blind) 1.1 - Information gathering Get server version: ' OR 1 in (select @@version) -- Get server name: ' OR 1 in (select @@servername) -- Get current username: ' OR 1 in (select USER_NAME()) -- Get current database name: ' OR 1 in (select DB_NAME()) -- 1.2 - Database structure MSSQL is a very...
25 BEST SSH COMMANDS / TRICKS
OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password...
7 Linux Shells Using Built-in Tools
There are many distributions of linux, and they all do things a little different regarding default security and built-in tool sets. Which means when engaging these different...
Metasploit PHP LFI exploit module
Last week I wrote a simple exploit module for Metasploit to attack PHP applications with LFI vulnerabilities. It uses php://input to inject the code or the webserver logs in...
 
2012 upshell | Header Image by Game Wallpapers
Avatar Gamezine Designed by Cheapest Tablet PC
Supported by Phones 4u