|

A List of Common Software on Windows

Quick links to some useful software on Windows including Web browsers, Video/audio player and ssh/scpsftp/vnc tools for connecting to Linux.

software photo

ssh/scp/sftp/vnc for connecting to Linux

For Linux users, it is sometimes unavoidably to use Windows. With Windows, the Linux users will need to connect to Linux for some tasks. Some general software are needed. The most common ones may be ssh/scp/sftp/vnc.

Open Source and Portable SSH, SCP, SFTP and VNC Clients for Windows to Remote Control Linux: http://www.systutorials.com/go/ssh/

Web browsers

Firefox browser: https://www.mozilla.org/en-US/firefox/new/.

Chrome browser: https://www.google.com/intl/en/chrome/browser/.

Alternate (offline) Google Chrome installer (Windows).

Video/audio players

SMplayer: http://smplayer.sourceforge.net/en/downloads.

Similar Posts

  • Micosoft招聘部分算法题

    Micosoft招聘部分算法题 1.链表和数组的区别在哪里? 2.编写实现链表排序的一种算法。说明为什么你会选择用这样的方法? 3.编写实现数组排序的一种算法。说明为什么你会选择用这样的方法? 4.请编写能直接实现strstr()函数功能的代码。 5.编写反转字符串的程序,要求优化速度、优化空间。 6.在链表里如何发现循环链接? 7.给出洗牌的一个算法,并将洗好的牌存储在一个整形数组里。 8.写一个函数,检查字符是否是整数,如果是,返回其整数值。(或者:怎样只用4行代码编写出一个从字符串到长整形的函数?) 9.给出一个函数来输出一个字符串的所有排列。 10.请编写实现malloc()内存分配函数功能一样的代码。 11.给出一个函数来复制两个字符串A和B。字符串A的后几个字节和字符串B的前几个字节重叠。 12.怎样编写一个程序,把一个有序整数数组放到二叉树中? 13.怎样从顶部开始逐层打印二叉树结点数据?请编程。 14.怎样把一个链表掉个顺序(也就是反序,注意链表的边界条件并考虑空链表)? 来源:·日月光华 bbs.fudan.edu.cn Read more: 使用MFC在一对话框中嵌入另一对话框 How to Generate Mixed Source and Assembly List from Source Code using GCC x86-64 ISA / Assembly Programming References Linux UDP Programming Tutorial Parameterised AngularJS Routing in Asp.net MVC using $routeProvider Filter Salutation in Microsoft…

  • How to totally disable firewall or iptables on Fedora 20

    Our servers run inside our own cluster and no firewall is needed. How to totally disable firewall or iptables on Fedora 41? Fedora 41 uses FirewallD as the firewall service. To totally disable firewalld: # systemctl disable firewalld # systemctl stop firewalld Editor’s note: This article has been updated to reflect current software versions as…

  • How to convert tiff images from RGB color to CMYK color on Linux?

    I have a poster to be submitted to the publisher which requires image files in CMYK color. The file I already have is in RGB color. How to convert it on Linux? The convert tool from ImageMagick with option -colorspace to alternate image colorspace of images. The plain output with colorspace is quite large. So…

  • How to activate or deactivate a Linux host with Gnome remotely?

    I have a Fedora Linux server with Gnome 3. I want to lock / unlock the remote Gnome desktop remotely. How to activate or deactivate it remotely through SSH? Use gnome-screensaver-command. It is not specific to Gnome 3. Turn the screensaver on (blank the screen): $ gnome-screensaver-command -a If the screensaver is active then deactivate…

Leave a Reply

Your email address will not be published. Required fields are marked *