logins
mysql is a simple SQL shell (with GNU readline capabilities). It supports interactive and non-interactive use. When used interactively, query results are presented in an ASCII-table format. When used non-interactively (for example, as a filter), the result is presented in tab-separated format. The output format can be changed using command options. For auto login to [...]
MySQL auto login, commands, connection, logins, mysql, mysql server,
A jail broken Apple iPhone with OpenSSH installed is accessible over the internet using ssh and the default root password “alpine“. You can use a short script to find IP addresses that have port 22 open and try to login. You can run this script from your Mac or any Linux machine. #!/bin/shfourth=1 third=0 mkdir [...]
Linux, Tech Guru accesses, iphones, linux, logins, remote, ssh, voicemail, vulnerabilities,
If you are unfamiliar with SSH this is ok. This is a simple explanation to get you to a command prompt on your new server or existing server. Simply download a program called “putty.exe” if you are using Windows. If you are using MAC you will need to jump in to the shell and follow [...]
Linux accesses, command, difference, execution, help, hosts, logins, mac, names, openness, passwords, port, ports, roots, server, servers, sessions, settings, shell, ssh, start, what, Windows,
This article uses postfix as the mail transport agent (MTA), as opposed to sendmail, the default MTA for CentOS. Dovecot is used to allow users to access their email by either imap or pop protocols. We assume a domain name of example.com which should be changed by the reader and can be either a real [...]
Email, Linux accesses, account, alias, avail, check, client, command, configuration, configure, configured, connection, create, daase, databases, dependencies, directory, e enable, edit, edition, file, firewall, format, hosts, install, interface, isp, kernel, linux, listing, log, logging, logins, logs, mail, maps, mbox, microsoft, mysql, names, network, networking, openness, outlook, parameters, passwords, perl, personal, port, ports, protocol, protocols, redirection, release, resolves, roots, router, sendmail, server, servers, service, services, settings, smtp, system, systems, tab, understanding, user, what, workarounds, yum,
This allows full access through our firewall to certain trusted sources (host PCs). Now we’ll look at how we can filter against protocols and ports to further refine what incoming packets we allow and what we block. Before we can begin, we need to know what protocol and port number a given service uses. For [...]
Linux accesses, account, block, configuration, configure, configured, connection, filter, filtering, firewall, hacker, hackers, hosts, incoming, linux, log, logging, logins, logs, machine, openness, passwords, pc, port, ports, protocol, protocols, remote, secure, Security, service, services, shell, source, ssh, unix, what,
You would like to block all network traffic using iptables firewall under Debian GNU/Linux. This will block all incoming and outgoing traffic including Internet aka ADSL/ppp0 and it is highly recommend. The logic is block everything and allow only required traffic. This can be done with four simple commands: # iptable -F # iptables -P [...]
Linux block, command, configuration, configure, configured, connection, filter, filtering, firewall, gnu, incoming, interface, linux, logins, network, networking, nic, remote, sessions, ssh, traffic,
I can use tcpdump to verify that encryption is working. Here is what a plain unencrypted POP mail session looks like. This is an abbreviated example showing only the initial three-way TCP handshake. You can do this yourself by firing up tcpdump, then checking mail. Ctrl+C stops it: # tcpdump port 110 15:04:49.050227 windbag.34348 > [...]
Linux avail, byte, check, connection, data, devices, difference, e enable, encrypted, Generator, gigabyte, hacked, hosts, kernel, log, logging, logins, logs, mail, message, multiple, names, network, networking, nic, openness, passwords, port, ports, protocol, protocols, secure, Security, server, servers, service, services, sessions, settings, stop, traffic, what, win, Windows,
 xinetd, the eXtended InterNET Daemon, is an open-source daemon which runs on many Linux and Unix systems and manages Internet-based connectivity. It offers a more secure extension to or version of inetd, the Internet daemon. xinetd performs the same function as inetd: it starts programs that provide Internet services. Instead of having such servers started [...]
Linux accesses, activation, attack, attacker, attackers, attacks, bind, command, config, configuration, configure, configured, connection, create, d, daemon, daemons, determine, directory, edit, edition, enable, extension, Fedora, file, functionality, hosts, incoming, ing, install, linux, listing, log, logging, logins, logs, names, network, networking, port, ports, protocol, protocols, roots, rpm, s, sbin, secure, Security, server, servers, service, services, settings, stop, system, systems, understanding, unix, uration, user, usr,
A number of commands can provide information about your newly created database. Here are some examples: Login As The Database User: It is best to do all your database testing as the MySQL user you want the application to eventually use. This will make your testing mimic the actions of the application and results in [...]
MySQL account, avail, command, create, Database, databases, listing, logins, mysql, roots, settings, user,
Command Summary Use arp Command mostly used for checking existing Ethernet connectivity and IP address Most common use: arp This command should be used in conjunction with the ifconfig and route commands. It is mostly useful for me to check a network card and get the IP address quick. Obviously there are many more parameters, [...]
Tech Guru accesses, activation, administrator, avail, capability, caution, check, command, configuration, configure, configured, connection, create, daemon, daemons, data, date, DHCP, difference, directory, edit, edition, execution, extension, file, file files, functionality, harddisk, headings, help, host hosts, hostname, Identify, install, interface, linux, listing, log, logging, logins, logs, machine, memory, message, multiple, names, netstat, network, networking, parameters, passwords, ping, pipes, privilege, privileges, remote, roots, scripts, secure, Security, server, servers, service, services, settings, speed, super syntax, system, systems, tab, table, tools, track, user, webserver, webservers, what, workstations,
An alternative to TCP wrappers (although you can use both at the same time) is limiting SSH access with iptables. Here’s a simple example of how you can allow only a specific host to connect to your SSH service: ~# iptables -A INPUT -p tcp -m state –state NEW –source 193.180.177.13 –dport 22 -j ACCEPT [...]
Linux accesses, block, connection, difference, hosts, logins, parameters, passwords, service, services, settings, ssh, switch, user,
This approach is useful if you would like to allow only specific hosts on a network to be able to connect to your SSH service, but you don’t want to use or mess up your iptables configuration. Instead, you can use TCP wrappers; in this case the sshd TCP wrapper. I will make a rule [...]
Linux accesses, block, configuration, configure, configured, connection, create, file, hosts, logins, network, networking, remote, service, services, ssh, what,
Many users, despite having a good Net connection, complain about poor surfing and download speeds. While an organization could pay for additional bandwidth, a better option might be to manage the bandwidth they already have. There are numerous bandwidth management software tools available. In this article we will explore managing network bandwidth using the dummynet [...]
Networking accesses, attachments, avail, bases, boot, build, client, command, config, configuration, configure, configured, connection, create, dependencies, determine, devices, DHCP, difference, distros, edit, edition, file, firewall, functionality, Generator, help, host hosts, hostname, Identify, images, interface, isp, kernel, linux, log, logging, logins, logs, machine, mask, names, netmask, network, networking, nic, passwords, PicoBSD, ping, pipes, policy, protocol, protocols, queues, roots, router, service, services, settings, shell, speed, system, systems, tools, traffic, user, Windows,
This is an introductory guide for people learning to use a Linux system. It focuses on command-line usage. This is not because everyone will be doing everything at the command line. On the contrary, there are many useful GUI tools and programs in Linux, and some people will be content to stay with these. However, in contrast to GUI programs, which can be learned largely by “click and try”, the command-line requires some deliberate learning, and reading documentation. The benefit of this investment is that you will learn the tools and tricks of the command line which are in many cases faster, more powerful, and more flexible than any GUI program.
Linux account, activation, alias, apps, avail, block, boot, byte, check, chroot, command, compilation, compiler, compress, configuration, configure, configured, connection, Copy, create, cron, crontab, Database, databases, date, dependencies, determine, devices, directory, distros, edit, edition, execution, fdisk, file, file files, folders, format, grep, group, headings, hosts, htpasswd, install, interface, kernel, linux, listing, log, logging, logins, logs, machine, mail, maps, memory, message, multiple, names, netstat, nfs, openness, owner, parameters, partition, partitions, passwords, ping, queries, queues, redhat, rename, report, roots, rpm, server, servers, service, services, settings, shadow, shell, source, speed, system, systems, timezone, track, troubleshoot, user, useradd, what, Windows,
User accounting can be used to discover information about who is currently using the system. While you cannot necessarily verify the integrity of this information once your machine has been exploited, it can be a useful tool to track the systems a particular user has logged into, what time he or she logged in, when [...]
Security boot, Debugging, file, fri, help, hostname, linux, listing, logins, logs, machine, possibilities, roots, system, tools, track, understanding, usr, what,