UNDERCODE COMMUNITY
2.67K subscribers
1.23K photos
31 videos
2.65K files
79.4K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
πŸ¦‘ What do computer viruses look like? "worm", "trojan" and others
see this pic
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Network Configuration-LAN Implementation VLAN Example full by UndercOde
twitter.com/UnderCodeTC

PART 1

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

> computer network technology developed from traditional Ethernet (10Mb / s) to fast Ethernet (100Mb / s) ) And Gigabit Ethernet
(1000Mb / s) only a few years, the rapid momentum is surprising. Nowadays, in the construction of medium-to-large-scale networks,
the mainstream network models of so-called β€œGigabit trunk running and 100M to desktop” with Gigabit Layer 3 switches as the core are endless. Now, the
network industry is no stranger to the terms "Layer 3 switching" and VLAN.

1) what is Layer 3 switching and VLAN?

To answer this question, let's first look at the working principle of Ethernet. The working principle of Ethernet is to use the bits formed by binary bits to form
frame-by-frame data (actually some electrical pulses) to propagate on the wire. First,

>the nodes on the Ethernet network segment that need to transmit data monitor the wires. This process is called CSMA / CD
(Carrier Sense Multiple Access with Collision Detection
). If, at this time, another node is transmitting data, the listening node will have to wait until

2) the transmission task of the transmitting node ends. If two workstations happen to be transmitting data at the same time, the Ethernet segment will send a

"collision" signal. At this time, all stations on the node will detect the collision signal, because the voltage on the wire exceeds the
standard voltage. At this time, any node on the Ethernet network segment cannot transmit data until the conflict ends. That is, in CSMA
In the / CD mode, only one node can transmit data on the wire during a period of time. The networking
device that forwards Ethernet data frames is a hub, which is a layer of equipment and has a relatively low transmission efficiency.
The occurrence of collisions reduces the bandwidth of Ethernet, and this situation is inevitable. As
the number of nodes on the wire increases, the number of collisions will increase. The obvious solution is to limit the nodes on the Ethernet wires, requiring

3) physical segmentation of the network. Network devices that physically segment the network use bridges and switches. The basic
role of bridges and switches is to send information only to other physical network segments. Therefore, if all the information is only sent to the local physical network segment,

> then no information is passed on the bridges and switches. This can effectively reduce conflicts on the network. Bridges and switches
make forwarding decisions based on the destination MAC (Media Access Control) address. They are Layer 2 devices. We already know the
shortcomings of Ethernet and the impact of collisions on the physical network segment.

Written by Undercode
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Now, let's look at another cause that causes the network to slow down:
( Network Configuration-LAN Implementation VLAN Example full by UndercOde part 2)
t.me/UndercOdeTesting

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

1) broadcast. Broadcasts exist on all networks. If they are not properly controlled, they will flood the entire network and
generate a large amount of network traffic. Broadcasting not only consumes bandwidth, but also reduces the processing efficiency of user workstations.

2) Each of various
reasons like, the network operating system (NOS) using broadcast, TCP / IP using the broadcast MAC address resolution from the IP address, so that also
advertises by using broadcasts RIP and IGRP protocol, therefore, is inevitable broadcast

3) Bridges and switches will
forward all broadcast messages, while routers will not. Therefore, in order to control the broadcast, a router must be used. Routers
make forwarding decisions based on Layer 3 headers, destination IP addressing, destination IPX addressing, or destination Appletalk addressing.

4) A router is a
Layer 3 device.


5) we can easily understand the three-layer switching technology. In simple terms, it is the technology that combines routing and switching into one.


6) After a first router for routing data stream, will produce a MAC address and IP address mapping table, when the same number of
time data stream through again, this will be exchanged according to the mapping table directly from the floor rather than re-routing Provides wire-speed performance, which
eliminates network delay caused by router selection and improves the efficiency of packet forwarding. The switch using this technology is
often called a Layer 3 switch.

Written by Undercode
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ UNDERSTANDING BEFORE ATTACK :
what is a VLAN? VLAN (Virtual Local Area Network) means virtual local area network.
pinterest.com/UndercOdeOfficial

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

1) VLANs do not consider the physical location of users, but logically divide users into
working groups with relatively independent functions based on functions, applications, and other factors . Each user host is connected to a VLAN-enabled switch port and belongs to a VLAN .

2) Members in the same VLAN all share broadcasts to form a broadcast domain, and broadcast information between different VLANs is isolated from each other.

3) In this
way, the entire network is divided into multiple different broadcast domains (VLANs).

4) Generally, if a station in a VLAN sends a broadcast, all stations in this VLAN will
receive the broadcast, but the switch will not send the broadcast to any port in other VLANs. If you want to broadcast
to other VLAN ports, you need to use a Layer 3 switch.

Written by Undercode
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Network Configuration-Find Computer IP by NETBIOS Name
fb.com/UnderCodeTestingCompany

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

1) Use nmblookup test to find the IP of the machine with the NETBIOS name test in the same network, if This machine
has multiple IPs and will be listed together.

2) My linux was forced to die under yesterday ’s sudden power failure. What should I do

> when I cannot enter KDE when I enter again :

fsck -s -y /

fsck -s -y / var

fsck -s -y / usr

@UndercodeOfficial
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ The Best Antiviruses for Linux in 2020:
twitter.com/UNDERCODETC

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

1) Bitdefender GravityZone Business Security – Best for Businesses
www.bitdefender.com

2) Comodo Antivirus for Linux – Best for Home Users
> https://www.comodo.com/home/internet-security/antivirus-for-linux.php

3) ESET NOD32 Antivirus for Linux – Best for New Linux Users (Home)
> www.eset.com

4) Kaspersky Endpoint Security for Linux – Best for Hybrid IT Environments (Business)
> https://me-en.kaspersky.com/small-business-security?redef=1&THRU&reseller=me-en_meta-ksos_acq_ona_sem_bra_onl_b2c__psrch_______&utm_source=google&utm_medium=branded&utm_campaign=ksos-15&ksid=fb29975b-4f58-4bce-8b22-1697c3e77cf9&ksprof_id=434&ksaffcode=305783&ksdevice=c&kschadid=214581515961&kschname=google&kpid=Google|822220295|45727109471|214581515961|kwd-299077543916|c&gclid=EAIaIQobChMIhonei-jG5wIVSdHeCh0nPwlREAAYAiAAEgLYPvD_BwE

5) recommended for ubunto servers- sofos antivirus
> https://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-linux.aspx

@UndercOdeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Topic 2019-2020 termux scripts: configurable prompt builder for Bash and ZSH
t.me/UndercOdeTesting

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

a) Termux

>< apt update

> apt install gbt

b) Arch Linux

> yaourt -S gbt

> Or install gbt-git if you would like to run the latest greatest from the master branch.

πŸ¦‘ CentOS/RHEL
Packages hosted by Packagecloud):

echo '[gbt]
name=GBT YUM repo
baseurl=https://packagecloud.io/gbt/release/el/7/$basearch
gpgkey=https://packagecloud.io/gbt/release/gpgkey
https://packagecloud.io/gbt/release/gpgkey/gbt-release-4C6E79EFF45439B6.pub.gpg
gpgcheck=1
repo_gpgcheck=1' | sudo tee /etc/yum.repos.d/gbt.repo >/dev/null
sudo yum install gbt
Use the exact repository definition from above for all RedHat-based distribution regardless its version.

πŸ¦‘ Ubuntu/Debian/kali

> Packages hosted by Packagecloud):

1) curl -L https://packagecloud.io/gbt/release/gpgkey | sudo apt-key add -

2) echo 'deb https://packagecloud.io/gbt/release/ubuntu/ xenial main' |

3) sudo tee /etc/apt/sources.list.d/gbt.list >/dev/null

4) sudo apt-get update

5) sudo apt-get install gbt

6) Use the exact repository definition from above for all Debian-based distribution regardless its version.

πŸ¦‘ Mac
Using Homebrew:

1) brew tap jtyr/repo

2) brew install gbt

3) Or install gbt-git if you would like to run the latest greatest from the master branch.

E N J O Y
@UndercOdeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Updated 2020 repo for web pentesting api
pinterest.com/UndercOdeOfficial

πŸ¦‘FEATURES :

1) A complete versatile framework to cover up everything from Reconnaissance to Vulnerability Analysis.

2) Has 5 main phases, subdivided into 14 sub-phases consisting a total of 108 modules.

3) Reconnaissance Phase has 50 modules of its own (including active and passive recon, information disclosure modules).

4) Scanning & Enumeration Phase has got 16 modules (including port scans, WAF analysis, etc)

5) Vulnerability Analysis Phase has 37 modules (including most common vulnerabilites in action).

6) Exploits Castle has only 1 exploit. (purely developmental)
And finally, Auxillaries have got 4 modules. more under development

7) All four phases each have a Auto-Awesome module which automates every module for you.

8) You just need the domain, and leave everything is to this tool.
TIDoS has full verbose out support, so you'll know whats going on.

9) Fully user friendly interaction environment. (no shits)

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :


Presently, for installing globally, you will need to default your Python version to 2.x. However, the work of migration from Python2 to Python3 is already underway.

1) Clone the repository locally and navigate there:

> git clone https://github.com/0xinfection/tidos-framework.git

2) cd tidos-framework

3) Install the dependencies:

> chmod +x install

4) ./install

πŸ¦‘Now lets run the tool:

TIDoS needs some libraries to run, which can be installed via aptitude or yum Package Managers.

1) sudo apt-get install libncurses5 libxml2 nmap tcpdump libexiv2-dev build-essential python-pip python-xmpp

2) Now after these dependencies are finished installing, we need to install the remaining Python Package dependencies, hence run:

> pip2 install -r requirements.txt
Thats it. You now have TIDoS at your service. Fire it up using:

3) python2 tidos.py

πŸ¦‘ Docker image :
You can build it from Dockerfile :

1> git clone https://github.com/0xinfection/tidos-framework.git

2> cd tidos-framework/docker

3> docker build -r tidos .

> To run TIDoS :

> docker run --interactive --tty --rm tidos bash
tidos

@UndercOdeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ What is CVE-2014-6271 Detail >?
This vulnerability has been modified since it was last analyzed by the NVD. It is awaiting reanalysis which may result in further changes to the information provided.
>Written by Undercode- Powered by Gov Site
t.me/UndercOdeTesting

π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

πŸ¦‘ Current Description

1) GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables,

2) which allows remote attackers to execute arbitrary code via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution, aka


3) "ShellShock." NOTE: the original fix for this issue was incorrect; CVE-2014-7169 has been assigned to cover the vulnerability that is still present after the incorrect fix.

πŸ¦‘References to Advisories, Solutions, and Tools :

1) By selecting these links, you will be leaving NIST webspace.

2) We have provided these links to other web sites because they may have information that would be of interest to you.

3) No inferences should be drawn on account of other sites being referenced, or not, from this page. T

4) here may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites


Hyperlink Resource
http://advisories.mageia.org/MGASA-2014-0388.html Third Party Advisory
http://archives.neohapsis.com/archives/bugtraq/2014-10/0101.html Third Party Advisory
http://jvn.jp/en/jp/JVN55667175/index.html Vendor Advisory
http://jvndb.jvn.jp/jvndb/JVNDB-2014-000126 Third Party Advisory VDB Entry Vendor Advisory
http://kb.juniper.net/InfoCenter/index?page=content&id=JSA10673 Third Party Advisory
http://lcamtuf.blogspot.com/2014/09/quick-notes-about-bash-bug-its-impact.html Third Party Advisory
http://linux.oracle.com/errata/ELSA-2014-1293.html Third Party Advisory
http://linux.oracle.com/errata/ELSA-2014-1294.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-09/msg00028.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-09/msg00029.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-09/msg00034.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-09/msg00037.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-09/msg00040.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-09/msg00044.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-09/msg00049.html Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2014-10/msg00004.html Third Party Advisory
http://lists.opensuse.org/opensuse-updates/2014-10/msg00023.html Third Party Advisory
http://lists.opensuse.org/opensuse-updates/2014-10/msg00025.html Third Party Advisory
http://marc.info/?l=bugtraq&m=141216207813411&w=2 Third Party Advisory
http://marc.info/?l=bugtraq&m=141216668515282&w=2 Third Party Advisory
http://marc.info/?l=bugtraq&m=141235957116749&w=2 Third Party Advisory
http://marc.info/?l=bugtraq&m=141319209015420&w=2 Third Party Advisory
http://marc.info/?l=bugtraq&m=141330425327438&w=2

@UndercOdeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘ The web pentesting- script lastest post by undercode include CVE-2014-6271 -Verified by UndercOde so use for learn only 😁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ CVE identifiers :
MITRE Corporation's documentation defines CVE Identifiers (also called "CVE names", "CVE numbers", "CVE-IDs", and "CVEs") as unique, common identifiers for publicly known information-security vulnerabilities in publicly released software packages.
twitter.com/UndercOdeTesting

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

Syntax::

1> In order to support CVE ID's beyond CVE-YEAR-9999 (aka the CVE10k problem, cf. year 10,000 problem) a change was made to the CVE syntax in 2014 and took effect on Jan 13, 2015

2>The new CVE-ID syntax is variable length and includes:

CVE prefix + Year + Arbitrary Digits

3> NOTE: The variable length arbitrary digits will begin at four (4) fixed digits and expand with arbitrary digits only when needed in a calendar year, for example, CVE-YYYY-NNNN and if needed CVE-YYYY-NNNNN, CVE-YYYY-NNNNNN, and so on. This also means there will be no changes needed to previously assigned CVE-IDs, which all include a minimum of 4 digits.

@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ How to change Xwin's refresh rate bny UndercOde
instagram.com/UndercOdeTestingCompany

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

1) If you are using Redhat your X window configuration file is / etc / X11 / XF86Config Slackware's X Window configuration file is / etc / XF86Config

πŸ¦‘ In that file you will see something like this:

# 640x400 @ 70 Hz , 31.5 kHz hsync Modeline "640x400" 25.175 640 664 760 800 400 409 411 450 # 640x480 @ 60 Hz, 31.5 kHz hsync Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 800x600 @ 56 Hz, 35.15 kHz hsync ModeLine " 800x600 "36 800 824 896 1024 600 601 603 625 # 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync Modeline" 1024x768 "44.9 1024 1048 1208 1264 768 776 784 817 Interlace

# 640x480 @ 72 Hz, 36.5 kHz hsync Modeline" 640x480 "31.5 640 680 720 864 480 488 491 521 # 800x600 @ 60 Hz, 37.8 kHz hsync Modeline β€œ800x600” 40 800 840 968 1056 600 601 605 628 + hsync + vsync

# 800x600 @ 72 Hz, 48.0 kHz hsync Modeline "800x600" 50 800 856 976 1040 600 637 643 666 + hsync + vsync # 1024x768 @ 60 Hz, 48.4 kHz hsync Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync

# 1024x768 @ 70 Hz, 56.5 kHz hsync Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync # 1280x1024 @ 87 Hz interlaced, 51 kHz hsync Modeline "1280x1024" 80 1280 1296 1512 1568 1024 1025 1037 1165 Interlace

2) These things control the settings of your graphics card.

> For example, the following line notes that the resolution is 1280x1024 and the refresh rate is 76 Hz. The line scan frequency is 81.13 kilohertz # 1280x1024 @ 76 Hz, 81.13 kHz hsync Set the graphics card in this line: Modeline β€œ1280x1024” 135 1280 1312 1416 1664 1024 1027 1030 1064

3) The meaning of each item in this line is as follows: (from the left To the right)

> mode line, resolution, pixel frequency (megahertz), number of pixels per line, clock cycle at which line synchronization (blanking) pulse starts, clock period at which line synchronization (blanking) pulse ends, The number of clock cycles, the number of image lines per frame, the number of scanning lines at the beginning of the frame synchronization pulse, the number of scanning lines at the end of the frame synchronization pulse, and the number of scanning lines per frame.

4) Adjust these numbers to make the most of your graphics card and monitor.

> For example, your graphics card has a megabyte of memory and you can set it to a resolution of 1152x900. :-) What you need to be careful of is to carefully check the scan frequency allowed by your monitor. Some monitors will burn the line scan transistor when they receive too high scan sync pulses. I have burned a display.

5) The transistor is not very easy to buy. The line scan transistor of a color TV is usually not available. The frequency is too low and the power is not high enough. :-( The

> next question is what pixel frequency your graphics card can use. For example, the above line requires 135MHz, but your card only has 125 MHz. It's over 125.

6) If there are multiple mode lines in your configuration file corresponding to the resolution you want, you can use # to seal other low-frequency mode lines, leaving only the frequencies you want. You can change the scanning frequency.

Written by UndercOde
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Infrared devices in Linux full bu UndercOde
This article mainly introduces the relationship between Infrared and Linux, and describes the types of Infrared and the protocols and architectures supported by Linux Infrared. Linux IrDA uses IrDA infrared wireless transmission to communicate with peripheral devices. These devices include printers, modems, fax machines, mobile phones, and today's applications on PDAs.
Pinterest.com/UndercOdeOfficial

πŸ¦‘ The types of Infrared include:

1) SIR: Standard IR-115200bps (emulation Serial Port)

2) MIR: Middle IR-1.15Mbps

3) FIR: Fast IR-4Mbps

4) VFIR: Very Fast IR-16Mbpshgdi

5) Dongle: Infrared adapters for the serial port


πŸ¦‘ Linux Infrared Supported protocols:
Linux The protocols supported by IrDA include

1) .IrLAP

2) .IrLMP

3) .IrIAS

4) .IrIAP

5) .IrLPT-transfers between printers

6) .IrCOMM-emulate Serial and Parallel port

7) .IrOBEX-object (file etc.) transmission

8) .IrLAN-infrared network device (HTTP etc.)

9). IrSocket

πŸ¦‘ The architecture of IrMC Linux Infrared:

Since its development in 1997, Linux IrDA is basically divided into two parts:

1) Linux-IrDA source code integrated in the Linux kernel Kernel version 2.2.x ~

directory-
γ€€γ€€/ usr / src / linux / net / irda (protocal stuff)
γ€€γ€€/ usr / src / linux / drivers / net / irda (device drivers)
γ€€γ€€/ usr / src / linux / include / net / irda (header files)


2) Linux-IrDA tools.
PS. Currently throwing It is an experimental stage.

πŸ¦‘ Linux system settings:

1) Edit file: /etc/conf.modules

#Irda
alias tty-ldisc-11 irtty
alias char-major-161 ircomm-tty
# post-install ircomm-tty /etc/rc.d /init.d/rc.irda autostart
# post-remove ircomm-tty /etc/rc.d/init.d/rc.irda autostop


2) Run: depmod -a


File the Edit: / etc / IrDA / your ON the IR Chip Drivers the depend.


3) The Run: depmod -a


πŸ¦‘ HOW TO ?

In Case Dell Inspiron 5000

1) determines BIOS has IrDA enabled, and the recording system allocates resources (IRQ, DMA, I / O Port )


2) When recompiling Kernel
make menuconfig, IrDA modules are enabled, and check the protocols that need to be supported.

3) Install Irda-utils RPM

> irmanager: Detect peripheral infrared devices
irattach: Enable (mount) infrared
irdadump: Monitor the transmission between infrared devices
irdaping : Ping infrared peripheral device
irkbd: infrared keyboard

4) system is set with reference to the previous section

VI /etc/rc.config START_IRDA = Yes

LN -s /etc/rc.config /etc/rc.d/rd3.d/S99irda

the mknod / dev / irnine c 161 0

ln -s / dev / pilot / etc / irnine

E N J O Y
Written by UndercOde
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘All Linux command: bzip2
bzip2
twitter.com/UndercOdeTC

πŸ¦‘ π•ƒπ”Όπ•‹π•Š π•Šπ•‹π”Έβ„π•‹ :

1) Function description: Compression program for .bz2 file.

2) Syntax: bzip2 [-cdfhkLstvVz] [-repetitive-best] [-repetitive-fast] [-compression level] [files to be compressed]

3) Supplementary explanation: bzip2 uses a new compression algorithm, and the compression effect is better than traditional LZ77 / The LZ78 compression algorithm is good. If you do not add any parameters, bzip2 will generate a .bz2 compressed file after deleting the file, and delete the original file.

πŸ¦‘ Parameters:

γ€€-c or --stdout send compressed and decompressed results to standard output.

γ€€-d or --decompress performs decompression.

γ€€-f or --force bzip2 When compressing or decompressing, if the output file has the same name as an existing file, the preset file will not be overwritten by default. To override, use this parameter.

γ€€-h or --help Display help.

γ€€-k or --keep bzip2 deletes the original file after compression or
decompression. To keep the original file, use this parameter.

γ€€-s or --small reduces the amount of memory used during program execution.

γ€€-t or --test Test the integrity of the .bz2 compressed file.

γ€€-v or --verbose Display detailed information when compressing or decompressing files.

γ€€-z or --compress Force compression.

γ€€-L, --license,

γ€€-V or --version Display version information.

γ€€--repetitive-best If there are repeated data in the file, you can use this parameter to improve the compression effect.

γ€€--repetitive-fast If there is repeated information in the file, this parameter can be used to speed up the execution.

γ€€-Compression level Block size when compressed.

Written by UndercOde
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
this pic source wiki - verified & posted by UndercOde- ALL CVE TYPES-2020 analysis