`

software for ubuntu

 
阅读更多
software for ubuntu

安装Ubuntu Fcitx
    sudo apt-get install im-switch fcitx   
    sudo im-switch -s fcitx -z default  
    im-switch -s fcitx -z default #修改当前用户的默认输入法, 具体看man im-switch 

Ubuntu Fcitx完成设置最好重启一下,输入法就生效了.如果发现软件界面字体是方块,gedit ~/.fcitx/config或gksu gedit /usr/share/fcitx/data/tables.conf打开配置文件修改一下字体就OK.可以使用fc-list来查看已安装的字体。如果配置文件出现乱码,使用gedit --encoding gbk XXX #打开配置文件。
    
    设置默认
    sudo im-switch -a fcitx  
    im-switch -a fcitx 


Yakuake
是一个KDE的下拉式终端软件。与Kate、KDevelop和Konqueror一样,Yakuake通过KParts,使用Konsole的技术来提供终端。
apt-get install yakuake

开机启动
System > Preferences > Startup Applications
点击 add 填写,name:yakuake Terminal  command: /usr/bin/yakuake
command : “Guake Terminal”

安装git
sudo apt-get install git


安装zsh
sudo apt-get install zsh

配置zsh

下载 oh-my-zsh

git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh


cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc


改成预设使用 zsh
chsh -s /bin/zsh



安装lamp环境
sudo apt-get install nginx php5-fpm php5 php5-memcached php5-memcache php5-mongo php5-xdebug php5-mysql memcached mongodb mysql-server mysql-clent


lamp环境配置
1.在/etc/nginx/conf.d/加入配置文件test.conf
文件内容
server {

    listen       80;
    server_name www.test.com;
    server_tokens off;
    autoindex on;

    #charset koi8-r;

    #access_log  logs/host.access.log  main;

    location / {
        root   /home/wrj/workspaces/test;
        #index  index.php index.html;
        #include /home/wrj/workspaces/php/aerie/.nginxaccess;
    }
    
    location ~* \.php {
        fastcgi_pass unix:/var/run/php-fpm.sock; 
         #/php-fpm.sock路径要与 /etc/php5/fpm/pool.d/www.conf中的listen = /var/run/php-fpm.sock 路径相同  

        include	fastcgi_params;
        fastcgi_index	index.php;
        fastcgi_split_path_info	^(.+\.php)(.*)$;
        fastcgi_param SCRIPT_FILENAME	/home/wrj/workspaces/test$fastcgi_script_name;
        fastcgi_param PATH_INFO	$fastcgi_path_info;

        fastcgi_buffers 8 128k; 
        fastcgi_connect_timeout 300s;
        fastcgi_send_timeout 300s;
        fastcgi_read_timeout 300s;
        fastcgi_buffer_size 128k;
        fastcgi_busy_buffers_size 256k;
        fastcgi_temp_file_write_size 256k;
        fastcgi_intercept_errors on;
    }

    location ~ /\.nginxaccess {
        deny all;
    }
        
}


重启 php-fpm
sudo service php5-fpm restart


安装 sublime-text-2
http://songfantasy.iteye.com/blog/1536184

分享到:
评论

相关推荐

    DisplayLink USB Graphics Software for Ubuntu 5.2.zip

    这个软件包,名为"DisplayLink USB Graphics Software for Ubuntu 5.2.zip",包含了在Ubuntu 18.04 LTS(长期支持版)上启用和优化USB外接显示器所需的全部组件。DisplayLink技术允许用户通过USB接口扩展或镜像他们...

    ubuntu 下displayLink usb转VGA/hdmi驱动

    在这个例子中,你已经有了名为`DisplayLink USB Graphics Software for Ubuntu 4.1.zip`的压缩包。可以使用以下命令解压文件: ``` unzip DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu\ 4.1.zip ``` 4. *...

    aria2.conf for ubuntu18

    my ubuntu 18 aria2 software download config ojbk

    微信for Ubuntu18.04

    2. **通过Ubuntu Software Center安装**: - 将`.deb`文件拖拽到软件中心界面,点击“安装”按钮即可。 安装完成后,可以在应用启动器中找到微信图标,点击即可启动。需要注意的是,由于Linux版本的微信可能与...

    chrome最新版本 for ubuntu

    有些ubuntu 用户安装的chrome不是新的版本,且在Software Center中无法查询到新版本

    Ubuntu 使用手册 14.04 最新版本(英文原版)

    Is Ubuntu right for you? 7 Contact details 8 About the team 8 Conventions used in this book 8 1 Installation 9 Getting Ubuntu 9 Trying out Ubuntu 10 Installing Ubuntu—Getting started 11 Finishing ...

    Beginning Ubuntu for Windows and Mac Users(Apress,2015)

    Beginning Ubuntu for Windows and Mac Users is your comprehensive guide to using Ubuntu. You already know how to use a computer running Windows or OS X, but learning a new operating system can feel ...

    Ubuntu18.04_AI_Setup_Software

    包含Ubuntu18.04的镜像文件,Anaconda3,Cuda-10.0,cuDNN-7.4.1 for cuda10,opencv-3.4.0,Matlab_Linux,所有的安装包都在我的这篇博客Ubuntu18.04_AI_Setup里用到 ...

    Ubuntu下安装adb和fastboot

    1. 下载:首先,你需要找到一个可靠的资源,下载适用于Ubuntu的adb和fastboot的.deb包,比如"adb_fastboot_for_ubutu.deb"。 2. 安装:下载完成后,打开终端,使用`cd`命令切换到含有.deb文件的目录。然后,你可以...

    Ubuntu Pocket Guide and Reference: A concise companion for day-to-day Ubuntu use

    Ubuntu Pocket Guide and Reference: A concise companion for day-to-day Ubuntu use Paperback: 166 pages Publisher: CreateSpace (January 19, 2009) Language: English ISBN-10: 1440478295 ISBN-13: 978-...

    Ubuntu The Complete Reference

    - **Overview of Ubuntu**: This chapter provides an introduction to Ubuntu Linux, covering its history, philosophy, and the reasons for its popularity among both individuals and organizations....

    UBUNTU LINUX教程

    另外,了解如何安装和卸载软件(通过Software Center或终端中的`apt`命令),以及系统更新和维护也非常重要。 五、软件包管理: Ubuntu采用先进的软件包管理系统,通过`apt`命令可以轻松安装、更新和移除软件。例如...

    ubuntu12.04中安装视频播放器的方法(smplayer)

    - 打开“Ubuntu Software Center”应用程序。 - 在搜索框中输入“smplayer”,系统会显示相关的应用列表。 - 找到SMPlayer,点击“安装”按钮,然后确认授权以开始下载和安装过程。 2. **使用终端命令行**: - ...

    MT_Software_Suite_linux-x64_2019.3.2.zip

    MT_Software_Suite 是一套专为Linux 64位系统设计的专业软件套件,其版本号为2019.3.2,封装在"MT_Software_Suite_linux-x64_2019.3.2.zip"压缩包内。这个套件包含了Xsens公司提供的多种工具和技术,用于处理和分析...

    Professional Ubuntu Mobile Development

    this resource is authored by one of the top experts for Ubuntu Mobile who shows how to implement solutions for original equipment manufacturers and independent software vendors wishing to go to market...

    Ubuntu18.04安装intel编译器的教程_202204261

    接下来,访问Intel官方网站(https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html)下载适用于Linux系统的两个安装包: 1. Intel oneAPI Base Toolkit 2. Intel oneAPI HPC...

    Sams.Ubuntu.Unleashed.Aug.2006.part1

    Chapter 30 C/C Programming Tools for Ubuntu Part V: Ubuntu Housekeeping Chapter 31 Securing your Machines Chapter 32 Performance Tuning Chapter 33 Command Line Masterclass Chapter 34 Advanced ...

    ubuntu_图文安装教程+U盘制作软件.zip

    如果对分区有深入理解,也可以选择“自定义安装”(Advanced options for Ubuntu),手动分配硬盘空间。 填写个人信息,如用户名、密码等,然后等待安装完成。安装完毕后,电脑会自动重启,你就可以使用新安装的...

Global site tag (gtag.js) - Google Analytics