background preloader

Linux

Facebook Twitter

Bash completion : gérer l'auto-complétion bash d'un programme • @GreWeb. Fonctionnalités. Libre et gratuit LinuxLive USB Creator est un logiciel entièrement libre et gratuit pour Windows. Il a été élaboré pour être simple d'utilisation et peut donc être utilisé par n'importe qui. Il ne vous reste qu'à choisir un Linux dans la liste et à l'essayer. Aucun redémarrage nécessaire Vous êtes fatigué de devoir redémarrer votre PC pour essayer Linux ? Pas besoin avec LinuxLive USB Creator. Sa fonction intégrée de virtualisation vous permet de faire tourner Linux à directement dans Windows sans aucune modification nécessaire! Des centaines de distributions Linux prises en charge Incroyable ! Persistance Une clé USB "Live" est préférable à un CD "Live" car vous pouvez même sauvegarder vos données et installer des logiciels.

SmartClean & SmartDownload SmartClean désinstalle proprement toute installation précédente de Linux sur votre clé tandis que SmartDownload télécharge n'importe quel Linux pris en charge en 2 clics automatiquement en sélectionnant le serveur le plus rapide. Self-hosting for all. Linux: Find Out Which Process Is Listening Upon a Port. How do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux? You can the following programs to find out about port numbers and its associated process: netstat – a command-line tool that displays network connections, routing tables, and a number of network interface statistics.fuser – a command line tool to identify processes using files or sockets.lsof – a command line tool to list open files under Linux / UNIX to report a list of all open files and the processes that opened them.

/proc/$pid/ file system – Under Linux /proc includes a directory for each running process (including kernel processes) at /proc/PID, containing information about that process, notably including the processes name that opened port. You must run above command(s) as the root user. netstat example Type the following command: # netstat -tulpn Sample outputs: TCP port 3306 was opened by mysqld process having PID # 1138. Where, Créer un processus indépendant du shell (bash). Nom : Créer un processus indépendant du shell. Configuration requise : L'interprète de commandes Bash. Description : Lorsqu'on lance un programme depuis le shell bash, par exemple "iceweasel", et que l'on ferme le terminal, l'application lancée est fermée elle aussi. C'est normal puisque tout processus enfant est tué lorsque le processus parent dont il est issu est tué. Les messages d'erreur de l'application sont aussi affichés dans le terminal.

Procédure simple : Pour lancer iceweasel sur le forum debian-fr, d'habitude on fait : Code: $ iceweasel Il y a deux possibilité pour lancer iceweasel depuis le shell, sans perdre le contrôle : $ nohup iceweasel &> /dev/null & $ iceweasel &> /dev/null & disown Procédure avancée : On va créer une fonction Bash nommée "start" qui nous permettra de lancer simplement la commande $ start iceweasel à la place de la procédure précédente. ou bien : HOWTO - Linux VNCserver. This article is a HOWTO for running VNCserver on Linux. What is VNCserver? VNC stands for Virtual Network Computing. It was originally developed by AT&T as a way to administer machines without using the console.

If you have used Windows Terminal Services (RDP), VNC will seem very familiar. Why use VNCserver? In Linux, everything can be done from a shell. However, there may be a time when you need to access the machine as if you were at the console. Getting Started You will need several things to get started: root privledgesVNC client software (tightVNC, you can download it here.)A good password! [root@roswell etc]# service vncserver start Starting VNC server: [ OK ] [root@roswell etc]# [root@roswell etc]# vncpasswd Password: Verify: [root@roswell etc]# [root@roswell etc]# vncserver New 'roswell:1 (root)' desktop is roswell:1 Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/roswell:1.log [root@roswell etc]# So what did we do there? Connecting #! MySecureShell SFTP-Server - Index. Mint-fr.